How BAS works under the hood
BAS is a multi-agent architecture where an orchestrator assigns tasks to specialized agents based on intent and required capability.
Core components
- Orchestrator for decomposition and routing.
- Specialists (research, coding, analysis).
- Reasoning loops with validation and reflection.
This structure allows BAS to handle workflows that are too complex for single-turn LLM interaction.
