Provides cross-platform semantic memory for AI coding agents by turning human-editable Markdown logs into a rebuildable Milvus “shadow” index and syncing memories across plugins (Claude Code, OpenClaw, OpenCode, Codex). Supports progressive retrieval, hybrid dense+BM25+RRF search, smart deduplication, live sync, and local ONNX embeddings.
A fast, local document parser that extracts spatial text with bounding boxes from PDFs and other formats. Bundles Tesseract OCR and supports HTTP OCR servers, multi-language bindings (Rust, Node, Python, WASM) and screenshot generation; best for lightweight local pipelines but less suited to very complex or heavily scanned documents.
Cleaned reasoning dataset of problem→thinking→solution triplets derived from Opus 4.6, provided in Parquet with ~2,160 cleaned rows (original 3,305). Filters remove empty/short/refusal/non‑substantive responses; hosted on Hugging Face under Apache‑2.0.
Local LLM inference server for Apple Silicon that exposes an OpenAI-compatible API and a macOS menubar app. Uses continuous batching and a two-tier KV cache (RAM + SSD in safetensors) to persist context across restarts, enabling practical multi-model serving and fast local coding workflows.
Provides a reliability layer for self-hosted LLM tool-calling and multi-step agent workflows. Adds guardrails — rescue parsing, response validation, retry nudges, and a synthetic respond tool — and ships a Drop-in OpenAI-compatible proxy plus a WorkflowRunner for structured loops.
Aggregates and deduplicates stories from Hacker News, Reddit, RSS, Telegram, GitHub and more, then uses LLMs to score, enrich, and produce bilingual (EN/CN) daily briefings. Supports customizable sources, comment summarization, multi-provider scoring, and delivery via GitHub Pages, email, or webhooks — designed for self-hosted, configurable news digests.
A Chromium binary patched at the C++ level to evade bot-detection and serve as a drop-in Playwright/Puppeteer replacement. Notable features: source-level fingerprint patches, human-like input emulation, auto-updating binaries, and integrations for Python/Node.js and Docker — useful for scraping, agent-driven browsing, and stealth automation.
A 26M-parameter LLM distilled for reliable function-call generation on tiny devices, with open weights, local finetuning tooling, and a web playground for on-device testing. Pretrained at scale then post-trained on a single-shot function-call dataset for tool integration.
One-command installer that gives AI agents the ability to read and search the web and social platforms (web pages, Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaohongShu) by installing and wiring upstream CLIs and MCP connectors while keeping credentials local.
Runs local AI models on Apple Silicon as an OpenAI‑compatible server, emphasizing low latency, prompt caching, and reliable tool-calling. Optimized for M1–M4 Macs with multimodal support and drop‑in compatibility for IDEs and agent frameworks.
Unmixes green‑screen pixels with a neural model to recover straight (unmultiplied) foreground color and a clean linear alpha for every pixel, preserving hair, motion blur and translucency. Produces VFX‑standard EXR outputs, supports optional AlphaHint generators (GVM/VideoMaMa) and Docker/consumer‑GPU optimizations.
Builds a local structural knowledge graph of a codebase so AI coding assistants read only the minimal, relevant code during reviews and daily tasks—reducing tokens used while providing blast-radius impact analysis, incremental updates, and MCP integrations.