Posts by this author

Jul 23, 2026
Post comments count0
Post likes count0

Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version, and change. Declarative workflows make that orchestration explicit. In YAML, you define how agents coordinate, how state changes, where exe...

Agent FrameworkAnnouncement