CopilotKit python SDK
Project description
CopilotKit Python SDK
The official Python SDK for CopilotKit - build AI copilots and agents into your applications.
Features
- 🚀 Easy integration with LangGraph and LangChain
- 🔄 Built-in support for stateful conversations
- 🛠 Extensible agent framework
- 🔌 FastAPI-ready endpoints
- 🤝 Optional CrewAI integration
Installation
pip install copilotkit
With CrewAI support:
pip install "copilotkit[crewai]"
Quick Start
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")
Documentation
For detailed documentation and examples, visit copilotkit.ai
Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
Built with ❤️ by the CopilotKit team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file copilotkit-0.1.64.tar.gz.
File metadata
- Download URL: copilotkit-0.1.64.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.9 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74004b183e7ae45690e24079e10e78b2a3d24204aaee860d83c6f1c33a983f4b
|
|
| MD5 |
be0bc8c602c9000dcafd4776cb30e9d7
|
|
| BLAKE2b-256 |
4bd465c127dcc457f1227b3b4019fe7f360b5266f8ce5131fff7225cb0af4109
|
File details
Details for the file copilotkit-0.1.64-py3-none-any.whl.
File metadata
- Download URL: copilotkit-0.1.64-py3-none-any.whl
- Upload date:
- Size: 44.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.9 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3791e59902797b2fa8c7b3858e0c01996d0e98feccc336554e187bc663fc01a
|
|
| MD5 |
9a2da060a426fcf03b2d549f28803e5b
|
|
| BLAKE2b-256 |
a903920bee73d8030509959ff09d564d972bf0cc145b49b1ef8c677de197ab06
|