Major Changes : v0.6.6 #411
Zochory
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Major Changes
66% Latency Optimization (Highlight)
• Removed JudgeRefineExecutor from workflow graph (deprecated
with warning)
• Pipeline simplified: analysis → routing → execution → progress
→ quality
• DSPyReasoner.router changed from ChainOfThought → Predict
• Added dspy.routing_model: gpt-5-mini configuration
API Architecture Overhaul (BREAKING)
• Removed: src/agentic_fleet/api/ (entire package deleted)
• Added: src/agentic_fleet/app/ (new FastAPI structure)
• app/main.py - New entry point
• app/routers/ - streaming.py, conversations.py, agents.py,
etc.
• app/dependencies.py - Lifespan and DI management
• app/schemas.py - Unified Pydantic models
Frontend Modernization (80 files)
• Removed QueryClientProvider wrapper
• New useChat hook with conversation management
• Added ChatContainerRoot, MessageBubble, InputBar components
• Conversation history in sidebar with auto-generated titles
• Message persistence fix for assistant responses
Runtime Data Consolidation
• All runtime paths moved to .var/ directory
• Compiled DSPy artifact: .var/logs/compiled_supervisor.pkl
──────────────────────────────────────────
Quality Gates Status
Check │ Status
----------------+--------------------------
Unit Tests │ 199 passed, 1 skipped
Type Check (ty) │ All checks passed
Ruff Lint │ Clean
Frontend Lint │ Clean
──────────────────────────────────────────
Breaking Changes
JudgeRefineExecutor: Deprecated, emits warning if useddirectly
What's Changed
Full Changelog: v0.5.4...v0.6.6
This discussion was created from the release Major Changes : v0.6.6.
Beta Was this translation helpful? Give feedback.
All reactions