botbook/src/chapter-11-features/whats-new.md

24 lines
1 KiB
Markdown
Raw Normal View History

2025-12-03 19:56:35 -03:00
# What's New
This page has been consolidated with the Multi-Agent Orchestration documentation.
For the latest features including:
- **Agent-to-Agent (A2A) Protocol** - Bots communicate and delegate tasks
- **Cross-Session User Memory** - User data persists across bots and sessions
- **Dynamic Model Routing** - Switch LLM models based on task requirements
- **Hybrid RAG Search** - Combined semantic + keyword search with RRF
- **Code Sandbox** - Safe Python/JavaScript/Bash execution
- **Agent Reflection** - Self-analysis for continuous improvement
- **SSE Streaming** - Real-time response streaming
Please see: **[Multi-Agent Orchestration](./multi-agent-orchestration.md)**
---
## Quick Links
- [Multi-Agent Orchestration](./multi-agent-orchestration.md) - Complete guide to multi-agent systems
- [Memory Management](./memory-management.md) - User and bot memory systems
- [Hybrid RAG Search](./hybrid-search.md) - Search configuration and tuning
- [Keywords Reference](../chapter-06-gbdialog/keywords.md) - All BASIC keywords