Initial Release
- Migrated from Python to Node.js/Next.js stack
- Removed all Python dependencies
- Rewrote services in JavaScript/TypeScript
- Updated to Next.js API routes
New:
#164 - Supervisor agent implementation
#163 - Node.js web scraping service for prompt enhancement
#141 - Zoom integration and MongoDB configuration support
#140 - Solution install, uninstall and sync functionality
#138 - Agent one-page view
Features
- Multi-agent workflow creation: nest single or multiple agents within parent agents
- Added Nano Banana model for Image Generation
- Agent chaining with circular dependency prevention
- Supervisor agent setup for coordinating multiple agents
- Agent type indicators (single/multi) in UI chips and agent list
Bug fixes:
#172 - Handle transcription timeouts with auto-restart
#173 - Scroll up not working on LLM response streaming
#154 - Strict comparison added for IDs
#153 - Enhance team member display with tooltip in EditBrainModal and EditWorkSpaceModal
#133 - Remove API key dependency from image generation tool
#162 - Design fixes and improvements
#152 - UI/UX updates
#150 - UI/UX updates
#149 - UI/UX updates
#148 - UI/UX updates
Other Changes