The official Python SDK for CopilotKit - build AI copilots and agents into your applications.
- π Easy integration with LangGraph and LangChain
- π Built-in support for stateful conversations
- π Extensible agent framework
- π FastAPI-ready endpoints
- π€ Optional CrewAI integration
pip install copilotkitWith CrewAI support:
pip install "copilotkit[crewai]"from copilotkit import Copilot
# Initialize a copilot
copilot = Copilot()
# Add your tools and configure the copilot
copilot.add_tool(my_custom_tool)
# Run the copilot
response = copilot.run("Your task description here")For detailed documentation and examples, visit copilotkit.ai
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
- π Documentation
- π¬ Discord Community
- π Issue Tracker
Built with β€οΈ by the CopilotKit team