Core orchestration engine: - T1→T5 tier execution loop with dynamic task decomposition - Config-driven adapter registry (team.yaml adapter_registry section) - Config-driven runtime registry (top-level runtime section in team.yaml) - Dynamic adapter loading via importlib (no hardcoded imports) - Capability-based LLM dispatch (reasoning-heavy / capable / fast-cheap per tier) - T4 defaults to coding_agent runtime (Claude Code) - Blackboard integration for inter-tier state sharing - Escalation handling with retry + tier promotion - Dry-run mode for testing without LLM/VCS calls - agent_personality injection from role_registry → system prompts
1.0 KiB
1.0 KiB