Skip to content

ComposioHQ/docs

Repository files navigation

Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'

Composio SDK: Equip your agent with high-quality tools and
build your real-world usecase


Tests PyPI Docs Twitter Discord

Illustration

Composio provides a platform that seamlessly integrates over 200+ apps with your AI agents, enhancing their utility and interactivity. It supports all the features you'll ever need:

  • Compatibility with Major Agent Frameworks: Autogen, Langchain, CrewAI, Julep, Lyzr, and OpenAI are all compatible with Composio, giving you a simple experience for your workflows.
  • Full Support for Actions & Triggers: Composio provides full support for Actions & Triggers, to power your agents with a wide range of functionalities.
  • Authentication Management: Composio provides comprehensive management of all authentication types, including OAuth2, OAuth1, Basic, API_KEY.
  • Extensibility: Don't find a tool you need? Composio is highly extensible, allowing you to add your own set of custom tools.
  • Secure Environment: Every user has a secure compute environment, ensuring data protection and privacy.

Getting started

To get started, select a framework and install the corresponding plugin:

  • Autogen: pip install composio_autogen
  • CrewAI: pip install composio_crewai
  • Claude: pip install composio_claude
  • Griptape: pip install composio_griptape
  • Julep: pip install composio_julep
  • Langchain: pip install composio_langchain
  • Lyzr: pip install composio_lyzr
  • OpenAI: pip install composio_openai

Resources