copilotkit


Namecopilotkit JSON
Version 0.1.56 PyPI version JSON
download
home_pagehttps://copilotkit.ai
SummaryCopilotKit python SDK
upload_time2025-07-23 08:22:32
maintainerNone
docs_urlNone
authorMarkus Ecker
requires_python<3.13,>=3.10
licenseMIT
keywords copilot copilotkit langgraph langchain ai langsmith langserve
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CopilotKit Python SDK

[![PyPI version](https://badge.fury.io/py/copilotkit.svg)](https://badge.fury.io/py/copilotkit)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

```bash
pip install copilotkit
```

With CrewAI support:

```bash
pip install "copilotkit[crewai]"
```

## Quick Start

```python
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](https://copilotkit.ai)

## Contributing

We welcome contributions! Please see our [Contributing Guidelines](https://github.com/CopilotKit/CopilotKit/blob/main/CONTRIBUTING.md) for details.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/CopilotKit/CopilotKit/blob/main/LICENSE) file for details.

## Support

- 📚 [Documentation](https://docs.copilotkit.ai)
- 💬 [Discord Community](https://discord.gg/6dffbvGU)
- 🐛 [Issue Tracker](https://github.com/CopilotKit/CopilotKit/issues)

---

Built with ❤️ by the CopilotKit team

            

Raw data

            {
    "_id": null,
    "home_page": "https://copilotkit.ai",
    "name": "copilotkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "copilot, copilotkit, langgraph, langchain, ai, langsmith, langserve",
    "author": "Markus Ecker",
    "author_email": "markus.ecker@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/d9/7db877f0822bd2b680f6de17e861385ff974113b72c6bc5a5ea3d80cb931/copilotkit-0.1.56.tar.gz",
    "platform": null,
    "description": "# CopilotKit Python SDK\n\n[![PyPI version](https://badge.fury.io/py/copilotkit.svg)](https://badge.fury.io/py/copilotkit)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThe official Python SDK for CopilotKit - build AI copilots and agents into your applications.\n\n## Features\n\n- \ud83d\ude80 Easy integration with LangGraph and LangChain\n- \ud83d\udd04 Built-in support for stateful conversations\n- \ud83d\udee0 Extensible agent framework\n- \ud83d\udd0c FastAPI-ready endpoints\n- \ud83e\udd1d Optional CrewAI integration\n\n## Installation\n\n```bash\npip install copilotkit\n```\n\nWith CrewAI support:\n\n```bash\npip install \"copilotkit[crewai]\"\n```\n\n## Quick Start\n\n```python\nfrom copilotkit import Copilot\n\n# Initialize a copilot\ncopilot = Copilot()\n\n# Add your tools and configure the copilot\ncopilot.add_tool(my_custom_tool)\n\n# Run the copilot\nresponse = copilot.run(\"Your task description here\")\n```\n\n## Documentation\n\nFor detailed documentation and examples, visit [copilotkit.ai](https://copilotkit.ai)\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](https://github.com/CopilotKit/CopilotKit/blob/main/CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/CopilotKit/CopilotKit/blob/main/LICENSE) file for details.\n\n## Support\n\n- \ud83d\udcda [Documentation](https://docs.copilotkit.ai)\n- \ud83d\udcac [Discord Community](https://discord.gg/6dffbvGU)\n- \ud83d\udc1b [Issue Tracker](https://github.com/CopilotKit/CopilotKit/issues)\n\n---\n\nBuilt with \u2764\ufe0f by the CopilotKit team\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CopilotKit python SDK",
    "version": "0.1.56",
    "project_urls": {
        "Homepage": "https://copilotkit.ai",
        "Repository": "https://github.com/CopilotKit/CopilotKit/tree/main/sdk-python"
    },
    "split_keywords": [
        "copilot",
        " copilotkit",
        " langgraph",
        " langchain",
        " ai",
        " langsmith",
        " langserve"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cc72103396bb0753194146b639d0f4efb36177b6f2900b65d1c757410bc57f0",
                "md5": "9598e530f03f95faa038872d70fd11b0",
                "sha256": "1fc766b32623b0b83b5ff18d239bb97894903d6172ff903eaa9c96f6b47c7a21"
            },
            "downloads": -1,
            "filename": "copilotkit-0.1.56-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9598e530f03f95faa038872d70fd11b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 44314,
            "upload_time": "2025-07-23T08:22:30",
            "upload_time_iso_8601": "2025-07-23T08:22:30.964034Z",
            "url": "https://files.pythonhosted.org/packages/5c/c7/2103396bb0753194146b639d0f4efb36177b6f2900b65d1c757410bc57f0/copilotkit-0.1.56-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdd97db877f0822bd2b680f6de17e861385ff974113b72c6bc5a5ea3d80cb931",
                "md5": "95e02dde6d12451d3a27f423eebbbcab",
                "sha256": "b8b595dd3cf58e19b943b17ac70670ff915fe2300f91524c605b3ebd74153037"
            },
            "downloads": -1,
            "filename": "copilotkit-0.1.56.tar.gz",
            "has_sig": false,
            "md5_digest": "95e02dde6d12451d3a27f423eebbbcab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 35398,
            "upload_time": "2025-07-23T08:22:32",
            "upload_time_iso_8601": "2025-07-23T08:22:32.054099Z",
            "url": "https://files.pythonhosted.org/packages/fd/d9/7db877f0822bd2b680f6de17e861385ff974113b72c6bc5a5ea3d80cb931/copilotkit-0.1.56.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 08:22:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CopilotKit",
    "github_project": "CopilotKit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "copilotkit"
}
        
Elapsed time: 1.13693s