Developer Hub
Ecosystem Integration & APIs
Ecosystem Integration
Track the evolution of the Agentic Enterprise Architecture and explore live API specifications.
Available Hubs
Developer Hub
Release History
v0.7.8
Dynamic Swarm Personalization & Localized PipelinesJuly 04, 2026
Release Overview
daudau-backendui
Introduced unified multi-agent personalization tabs inside the Course Builder, integrated dynamic Hindi translation pipelines, and optimized backend RAG pipelines with 30x faster bulk translation.
Architecture & Features
- Unified Hindi Translation: Integrated dynamic translation config fields (coach_mike_prompt, crowd_tips, gate_check, predictive_questions, story) to merge translated settings config fields on active language toggle.
- Hindi Chat Stream: Passed active language choice parameter to stream Socratic responses dynamically in Hindi from Coach MIKE and GrowthCopilot.
- Bulk Translation Performance: Upgraded sequential translation loops to bulk JSON requests to Gemini API, achieving a 30x backend speed-up.
- Conversational Story Audio: Added cleanup regex filtering to strip conversational introductions and preambles from synthesized TTS audio streams.
- Course Builder Sandbox: Added a dedicated agent system preview sandbox layout to simulate peer tips and Socratic prompt configurations in real-time.
- Premium GTS Card Refactoring: Upgraded both StoryMike Break and recordedMike & Discussions timeline sections to collapsible glassmorphic details panes with top-anchored GTS ribbons and Silver tier badges.
Resolutions & Fixes
- TypeScript Build Errors: Resolved missing agentic_config properties on Lesson interfaces and imported missing Link components in Next.js builds.
- StoryMike Look-up Logic: Replaced broken database ID searches with deterministic index-based modulo selection to mirror student-facing page lookups.
- UI Navigation Scroll: Integrated robust scroll-to-top hooks on page navigation and fixed chat box auto-scroll positioning.
- Comments Retrieve 500: Resolved comments retrieval failure by constructing names dynamically in the comments API.
- JSX Tag Balancing: Resolved nested JSX layout and closing tag mismatch errors within the LessonViewer details pane to ensure clean Turbopack builds.