Provides a Python framework for building generative-AI agents and workflows with Pydantic-style type safety and composable capabilities. Model-agnostic provider support, built-in observability, human-in-the-loop tool approval, and durable execution for production use cases.
Crawls 30+ social platforms (Weibo, Xiaohongshu, Douyin), parses their video and image content, then has five specialized agents debate in a moderated forum to synthesize public-opinion reports. Can fuse public sentiment with a private business database.
Multi-tenant agent harness that makes enterprise knowledge retrievable, graph-reasonable, and deliverable by LLM-powered agents. Integrates RAG + a Milvus-based knowledge graph, LangGraph orchestration, and document parsing for citation-backed answers and graph reasoning; deployable via Docker (requires a compatible LLM API).
Edits a codebase from natural-language prompts in the terminal, coordinating specialized sub-agents — file picker, planner, editor, reviewer — instead of one model. Beats Claude Code 61% vs 53% on its own evals; agents scriptable in TypeScript.
Packs a Git repository into a single AI-friendly file for easy ingestion by LLMs. Offers per-file and total token counts, optional Tree-sitter compression, secret scanning, and multiple interfaces (CLI, web, browser extension, Docker, MCP) for AI-driven code review and analysis.
Routes each user query to the most suitable agent via a classifier that weighs agent profiles and conversation history, keeping context shared across handoffs. Python and TypeScript, with a SupervisorAgent that runs sub-agents in parallel.
Open-source platform for autonomous coding agents that work like developers: editing files, running shell commands, browsing the web, and calling APIs in an isolated sandbox. Model-agnostic, with GitHub, Slack, and CI/CD integration.
Developer framework for building AI agents that autonomously trade on Polymarket prediction markets. Bundles the Polymarket and Gamma APIs, a Chroma RAG layer that pulls in news, and a CLI to query markets, reason with an LLM, and execute trades.
Runs a native, extensible AI agent on desktop, CLI, or API to automate code, workflows, research, and writing. Built in Rust, supports 15+ LLM providers and 70+ extensions via the Model Context Protocol — designed for local-first automation and developer workflows.
Gives LLM agents self-editing memory that persists across sessions, so they keep learning about a user instead of resetting each chat. Model-agnostic: bring your own LLM while it handles the memory and agent state, run via API or open source.
Give an agent a goal and it plans, then executes each step using AI models and your everyday apps. Build agents via chat-driven AutoPilot, a drag-and-drop builder, or self-hosted code, then run them on a schedule across integrations.
Reviews code in the IDE, CLI, and pull requests, flagging bugs, logic gaps, security holes, and missing tests using context from the whole repo and its dependencies. Enforces team-specific rules learned from past PRs.