Translates full-length books, subtitles, and documents with LLMs while preserving original formatting and structure. Uses intelligent chunking to handle arbitrarily long files, supports local or cloud providers, and resumes interrupted jobs without losing progress.
Parses the local JSONL logs that coding-agent CLIs write and turns them into token and cost reports, no API keys or telemetry. Breaks spend down by day, month, session, and Claude's 5-hour billing windows across Claude Code, Codex, Gemini CLI and more.
Wraps Claude Code and Codex with an execution harness that turns one coding agent into coordinated swarms. A single init command adds ~98 agents, an MCP tool server, cross-session vector memory, and cross-machine federation.
Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.
Extends RAG beyond text: parses PDFs and Office files containing images, tables, equations, and charts, then queries them through one multimodal knowledge graph. Built on LightRAG, it replaces separate parsing and retrieval tools.
Reimplements the vLLM inference engine from scratch in ~1,200 lines of readable Python, matching its offline throughput on small models. Prefix caching, tensor parallelism, torch.compile, and CUDA graphs are all kept legible.
1,000,000 US-focused synthetic persona records (6M persona texts) grounded to demographic, geographic and personality distributions. Contains age, sex, education, occupation and ZCTA/city fields; CC BY 4.0 license for LLM training, diversity augmentation, and bias mitigation.
A code-first collection of runnable tutorials for building production-ready generative-AI agents — step-by-step guides covering stateful workflows, vector memory, RAG, tool integrations, Docker/AWS/RunPod deployment, security guardrails, observability, and multi-agent patterns.
Provides a terminal REPL that gives AI coding agents a persistent, structured context memory (a versionable context tree) which can be synced across machines. Distinguishes itself with local-first TUI workflows, Git-like versioning for knowledge, and broad multi-LLM and agent tool integrations; source-available under Elastic License 2.0.
Offline-first knowledge server that bundles local AI chat (Ollama + vector RAG), offline Wikipedia/education/maps, and utility tools behind a Dockerized management UI — designed to keep searchable knowledge available without cloud access.
Browser-based AI development platform that runs tasks inside isolated cloud development environments: natural-language agents read code, run commands, modify files, and integrate results back into Git. Key features include per-task sandboxes, multi-model selection, and an enterprise private-deploy option.
Provides a visual, low-code environment to build, debug, and deploy AI agents—integrates model services (OpenAI, Volcengine), RAG, plugins, workflows, and a Chat SDK for embedding agents into apps.