Skip to content
Changelog

Increase workflow resilience with partial tool execution

Agno Team

September 22, 20251 min read

Agno now supports an allow_partial_failure option in MultiMCPTools, letting workflows continue even if some tools fail. This ensures that critical outputs can still be generated and reduces the risk of total workflow failure.

By providing more predictable behavior in multi-tool workflows, this update improves reliability and operational confidence.

Why this matters:

  • Prevents entire workflows from failing due to a single tool error
  • Improves predictability and reliability in production
  • Reduces the need for manual intervention in complex workflows

Learn more

Shipped around the same time