Curated collection of production-oriented AI projects that implement OCR, RAG, multi-agent systems, and multimodal pipelines. Each entry provides runnable code, setup notes, and engineering patterns to help developers move prototypes toward production.
Coordinates role-playing agents to automate real-world tasks — web search and browsing, code execution, document parsing, and multimodal handling. Built on the CAMEL-AI framework; scored 69.09% on the GAIA benchmark, topping open-source frameworks.
Build and run configurable multi-agent LLM workflows and personal AI agents locally or with cloud LLMs; supports simple TOML-based LLM configuration, optional browser automation, a demo on Hugging Face, and companion RL tuning (OpenManus-RL) for agent training.
Exposes xcodebuild, simulator, and device actions as Model Context Protocol tools, so AI agents can build, run, capture logs, and debug iOS and macOS apps without hand-written scripts. Also runs as a standalone CLI and plugs into MCP clients.
Provider-agnostic framework for orchestrating multi-agent LLM workflows in Python: agents that delegate via handoffs, function/MCP/hosted tools, input/output guardrails, automatic session memory, and a visual tracing UI for debugging runs.
Provides 7×24 automated customer service for the Xianyu marketplace with multi-expert routing, context-aware dialogue, and a laddered bargaining system. Built in Python and designed to run against an LLM provider with browser-cookie integration for web interactions.
Connects AI coding agents (Cursor, Claude Code) to Figma through a WebSocket bridge, letting an agent read a design and edit it programmatically. Includes a Figma plugin and 40+ MCP tools for text, styling, components, and bulk edits.
Autonomously executes diverse biomedical research tasks by combining LLM reasoning, retrieval-augmented planning, and code-based execution. Includes a web UI and Gradio demo, a curated Know‑How library, MCP integration, and a biology-tailored reasoning model (Biomni‑R0).
Gives an LLM agent direct control of iOS and Android apps over one MCP interface, across simulators, emulators, and real devices. Reads the native accessibility tree to pick elements deterministically, using screenshot coordinates only as fallback.
Turns a raw idea, novel, or screenplay into a complete multi-shot video through a multi-agent pipeline that scripts, storyboards, and renders shots while a vision model checks character and scene consistency across the whole story.
Runs open-source LLMs and multimodal models entirely on mobile devices for offline, private inference. Offers Agent Skills, Thinking Mode, Ask Image, audio scribe, model management and benchmarks, with Gemma 4 and Hugging Face integration.
Builds, evaluates, and deploys multi-agent systems in Python, code-first. A graph-based runtime handles routing, fan-out/fan-in, loops, retries, and human-in-the-loop; a Task API covers agent-to-agent delegation, plus a CLI and web UI.