Copilotkit

Latest version: v0.1.42

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.8.2

What's Changed
* feat: add new registry entry for coagents starter UI by tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1553
* fix: remove LangGraph persistence in Lambda agent by suhasdeshpande in https://github.com/CopilotKit/CopilotKit/pull/1555
* fix(docs): fixed broken links put as reference by Nah7wzy in https://github.com/CopilotKit/CopilotKit/pull/1492
* fix: adjust order of colors so app themes prevails OS theme by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1556
* fix(deps): update copilotkit examples to v1.8.1 by renovate in https://github.com/CopilotKit/CopilotKit/pull/1554
* fix: clarify difference between lgp endpoints to fastapi endpoints by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1557
* chore: fix example usages of langchain methods by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1559
* feat: add runtimes to our registry by tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1560
* fix: handle failure to fetch langgraph schema by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1561
* fix: improve schema fetching for langgraph agent by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1558
* feat: add wfcms-data.json files for demos in marketing site by tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1562
* chore: release python sdk 0.1.42 by ranst91 in https://github.com/CopilotKit/CopilotKit/pull/1563

New Contributors
* Nah7wzy made their first contribution in https://github.com/CopilotKit/CopilotKit/pull/1492

**Full Changelog**: https://github.com/CopilotKit/CopilotKit/compare/v1.8.1...v1.8.2

1.8.1

What changed
- fix (react-core): Updated agentSession when agent props changed (1497)
- fix: Set text area within the input box to transparent background (1550)

1.8.0

Features
- 🎉 Chat interface redesign (1419)
- ✨ Added shadcn component registry for CopilotKit (1506)

Improvements
- 📚 Demo section redesigned to list by categories (1440)
- 🔧 Added MDX capabilities to demo viewer (1508)
- ✅ Added DefaultResponseRenderer and DefaultStateRenderers (1509)
- 🚀 Added CrewAI UI components documentation (1513)
- 🔄 Added support for conditionals in LG interrupt hook (1494)

Fixes
- 🐛 Re-align customization variable names and usage (1530)
- 🐛 Fix response button removal (1536)
- 🐛 Add types for JS SDK export (1538)
- 🐛 Address linter issues with registry (1533)
- 🐛 Adjust dev console menus to dark theme (1542)
- 🐛 Re-enable runtime actions when remote endpoint is set (1488)
- 🐛 Fix build issues for demo viewer (1490)
- 🐛 Fix demo viewer (1495, 1516)
- 🐛 Fix duplicated state (1501)
- 🐛 Fix query string for crew flow (1523)

Documentation
- 📖 Added migration document for v1.8.0 (1532)
- 📖 Added documentation for CopilotKit interrupt (1515)
- 📖 Enhanced input/output schema example (1539)
- 📖 Restored action pairing missing documentation (1519)
- 📖 Added explanation for returning state before it's readable (1540)
- 📖 Updated CrewAI Enterprise quickstart (1531)
- 📖 Fixed contribution link in code_of_conduct.md (1528)
- 📖 Added the chat reset code to the Headless UI section (1489)

Demos and Examples
- 🌟 Added CopilotKit and CrewAI Enterprise integration example (1512)
- 🌟 Added Maybe Finance + CopilotKit Demo (1470)
- 🌟 Added demo viewer with CrewAI demos (1486)
- 🌟 Added Crew Enterprise to demo viewer (1514)
- 🌟 Updated Research Canvas UI (1522, 1527)

Other Changes
- 🔄 Updated dependencies for CopilotKit examples (1446)
- 🔄 Updated CopilotKit version in Research Canvas (1495)
- 🔧 Added health check endpoint (1499)
- 🔧 Added root endpoint to demo (1500)
- 🎨 Updated logo (1502)

1.7.1

**Release Date:** March 12, 2025

Features and Enhancements
- **copilotkit/runtime:** Simplified interface and added agent observability.

Contributors
- suhasdeshpande

1.7.0

**Release Date: March 11, 2025**

Features and Enhancements

Today we're really excited to announce support for a new agent framework - CrewAI! Bring in Crew or Flow and chat with it with all of the CopilotKit features you've come to know and love baked in.
- **Frontend-Only Actions:** Allow restricting actions to the frontend, enhancing security and user control.
- **CrewAI Support:** Integrated CrewAI, making it an optional dependency for users who need additional AI collaboration features.
- **Support for New OpenAI Models:** Expanded compatibility with the latest OpenAI models, ensuring up-to-date AI performance and capabilities.

New examples

We've made a few new examples for you to give a try!
- **Fully Customizable Copilot UI Example:** Added an example demonstrating a fully customizable chat UI, offering greater flexibility in user interface design.
- **New Form-Filling Copilot Example:** Introduced an example showcasing CopilotKit's capabilities for assisting with form-filling tasks, improving automation efficiency.
- **State Machine Example:** Added a new example illustrating state machine implementation, along with supporting features for structured state management.

Bug Fixes
- **Typed Interrupt Event Values:** Improved type safety by ensuring interrupt event values are correctly typed, enhancing developer experience.
- **Memoization in useCoAgent:** Implemented memoization in internal functions to improve performance and avoid redundant computations.
- **SQLite Upgrade for ChromaDB Compatibility:** Upgraded SQLite3 to ensure compatibility with ChromaDB, fixing integration issues.
- **Error Handling for Unparsable JSON:** Improved error handling to provide fallback mechanisms when encountering unparsable JSON data.
- **Runtime Execution Fixes:** Fixed execution issues related to runtime set backend action handlers, improving overall stability.
- **LangSmith API Key Handling:** Prevented failures when the LangSmith API key is missing, improving resilience.
- **Interrupt Condition Simplification:** Simplified LangGraph interrupt condition definitions for easier configuration.
- **Dependency Fixes:** Addressed missing dependencies and validation issues, including the addition of `class-validator` for improved form handling.

Documentation Updates

- **LangGraph Input/Output Schema:** Added detailed documentation on input and output schema support in LangGraph, helping developers integrate custom workflows.
- **Copilot Cloud Link in Coagents Quickstart:** Updated coagents quickstart documentation with a direct link to Copilot Cloud for improved accessibility.
- **Updated AI Behavior Guide:** Revised documentation detailing AI behavior, helping developers fine-tune interactions.
- **Frontend vs Backend Data Connection Guide:** Split "Connect Your Data" documentation into frontend and backend sections for better clarity.
- **Customize UI Docs Update:** Improved the structure and content of the UI customization guide, including better iconography and component explanations.

Contributors
- mme
- NathanTarbert
- tylerslaton
- ranst91
- suhasdeshpande
- ataibarkai
- Abubakar-01
- mosesoak

1.6.0

**Release Date: February 28, 2025**

Features and Enhancements

- **Configurable LangGraph Execution:** Introduced the ability to execute LangGraph with user-defined configurations, allowing for more flexible and tailored workflows.

- **Frontend-Only Action Restriction:** Added support to restrict certain actions to the frontend, enhancing security and control over client-side operations.

- **New Hooks for Enhanced Functionality:** Introduced `useCopilotAdditionalInstructions` hook and added an available property to `useCopilotReadable` for better state management and control.

Bug Fixes

- **Typed Interrupt Event Values**: Provided the ability to type interrupt event values, improving type safety and developer experience.

- **Memoization in Internal Functions:** Implemented memoization in `useCoAgent` internal functions to enhance performance and prevent unnecessary re-renders.

- **Simplified LangGraph Interrupt Conditions:** Simplified condition options for LangGraph interrupts, making it more straightforward to define and manage interrupt conditions.

- **Dependency Updates:** Updated dependencies across various packages, including adding `class-validator` to ensure proper validation mechanisms are in place.

Documentation

- **Input and Output Schema Documentation**: Added comprehensive documentation detailing the input and output schemas of LangGraph, aiding developers in understanding and implementing custom configurations.

- **Hook API Reference:** Documented the Hook API reference, providing clear guidelines and examples for utilizing the new and existing hooks effectively.

Contributors

- mme
- NathanTarbert
- tylerslaton
- savarbhasin
- suhasdeshpande
- ranst91
- Any97Cris
- Jamboujams
- ErcinDedeoglu
- md-abid-hussain
- piyushchauhan2011
- JoesSon72
- deltacodepl
- neso123456
- AabedSagar

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.