Has anyone actually implemented Kore.ai's multi-agent orchestration in production? Curious how the supervisor vs adaptive agent network patterns hold up under real enterprise load?
There's a lot to like about Kore.ai's multi-agent framework on paper and I'm curious how it translates when real enterprise traffic hits it.
The framework offers two main patterns: a **supervisor model** where a central orchestrator delegates to specialized agents, and an **adaptive agent network** where agents figure out routing among themselves.
Both have clear strengths and I'm trying to understand which one shines more under production conditions.
The supervisor model feels solid, structured, auditable and easy to reason about. The adaptive network is elegant and flexible. I'd love to hear from people who've committed to one or the other at scale.
So for those who've actually shipped this, **how did it go?**
Did the adaptive pattern hold up well under load? Where did you notice latency, at the orchestration layer or deeper in the agent chains? And were Kore.ai's native observability tools enough to keep things transparent, or did you bring in external tooling?
Really just looking to learn from people with hands-on experience here. Appreciate any insights!