Composio
Powers 1000+ toolkits, tool search, context management and authentication so AI agents can actually take action, not just plan it.
- Actively maintained
- Well documented
- Permissive license
Overview
Composio provides the integration layer between agents and the outside world: a large catalog of pre-built toolkits (SaaS apps, dev tools, and more), tool discovery/search so an agent can find the right tool for a task, authentication handling for those tools, and a sandboxed workbench for testing agent actions safely.
Composio is a fit for teams building agents that need to call many different real-world tools/APIs without hand-rolling auth and integration code for each one -- infrastructure that sits alongside an agent framework rather than being a framework itself.
- Categories
- AI Agents & Agent Tools
- Languages
- Python, TypeScript
- License
- MIT
Related Projects
MCP Servers
MITOfficial reference implementations of the Model Context Protocol -- the open standard now adopted across OpenAI, Google, Microsoft and Anthropic for connecting agents to tools and data.
Actively maintained
- AI Agents & Agent Tools
browser-use
MITA library that lets AI agents control a real web browser -- clicking, typing, navigating and reading pages -- to complete tasks that require the open web.
Actively maintained
- AI Agents & Agent Tools
CLI-Anything
Apache-2.0Turns any professional software into an agent-native CLI tool via a single pip install, so AI agents can control real applications without fragile UI automation.
Actively maintained
- AI Agents & Agent Tools
LangGraph
MITBuild resilient, stateful agents as graphs -- explicit nodes and edges for control flow, rather than an implicit agent loop, for reliable long-running or multi-step workflows.
Actively maintained
- AI Agents & Agent Tools
Spotted an error? Suggest an edit on GitHub.