Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/composiohq/composio/llms.txt

Use this file to discover all available pages before exploring further.

Installation

pip install composio-autogen pyautogen

Usage

from composio_autogen import AutoGenProvider
from composio import Composio

composio = Composio(provider=AutoGenProvider())
tools = composio.tools.get(user_id="default", toolkits=["github"])

# Use with AutoGen
# ...

Build docs developers (and LLMs) love