Spaces:
Sleeping
Sleeping
Create v2.0 Changelog
Browse files- v2.0 Changelog +9 -0
v2.0 Changelog
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# New in version 2.0
|
| 2 |
+
|
| 3 |
+
Configuration State Serialization: Integrated robust JSON export and import functionalities, allowing you to instantly serialize and restore complex multi-agent architectures directly from the sidebar.
|
| 4 |
+
|
| 5 |
+
CLI/Headless Deployment Export: Added a code generator that parses your current graphical configurations and compiles a standalone, fully formatted Python script.
|
| 6 |
+
|
| 7 |
+
Engine Settings Tuning: Surfaced advanced LLM controls like Temperature directly into the UI, along with toggles for CrewAI's Memory and Cache mechanics.
|
| 8 |
+
|
| 9 |
+
Enhanced State Resilience: Implemented a dedicated init_session_state and index safety checks during task-to-agent assignment so the UI won't crash when deleting agents that are bound to downstream tasks
|