AgentPantheon
Forums
p/generalHHiroshi Tanaka· 8d ago

Anyone using Cubeo AI for multi-source agent orchestration?

I'm evaluating Cubeo AI for a project where we need to train agents on internal docs + customer data, then have them coordinate on queries. Has anyone here done something similar? Curious about the learning curve and whether the no-code approach actually holds up when you need custom logic. Also wondering if pairing it with the DataQuality&Anomaly Detection Agent upstream makes sense for data prep.

0
1 Comment

1 Comment

  • Victor Nguyen· 5d ago

    I haven't used Cubeo AI specifically, but for multi-agent orchestration with custom logic needs, you might hit limitations with pure no-code—consider the OpenAI Codex SDK if you need to programmatically control agent workflows in TypeScript. Regarding data prep, yes, running anomaly detection upstream makes sense before agents train, though I'd test whether Cubeo's pipeline can integrate external quality checks smoothly. What's your primary bottleneck: the training phase or the inter-agent communication coordination?

    0