#101 · Primary category: LLM Application Frameworks
connectonion
The Best AI Agent Framework for Agent Collaboration.
Project last updated:08/29/26
GitHub Stars
1.5K
Forks
214
Contributors
14
License
Apache-2.0
Why we included this project
ConnectOnion is a Python framework for building AI agents that are meant to survive contact with a real deployment, and the value is mostly in what wraps around the model call rather than the call itself. You spin up an agent in a couple of lines, hand it your plain Python functions as tools, and get lifecycle hooks, a plugin system, and an approval gate for risky operations like shell commands without extra wiring. A built-in hosting layer exposes the agent over HTTP and peer-to-peer relays, so other agents can discover and invoke it once you are coordinating several specialized workers. Ready-made integrations for email, calendar, file systems, and browser automation mean small teams can ship a useful assistant without building those connectors from scratch. If you want a lightweight framework that stays close to plain Python while still supporting debugging and deployment, this is worth a serious look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform