v1.7.4

July 16, 2025

workflows 2.0

New Features:
  • Workflows Revamped (beta): Our new Workflows implementation (internally referred to as Workflows 2.0) is a complete redesign of the workflow system in Agno, introducing a step-based architecture that provides better structure, flexibility, and control over multi-stage AI agent processes
    • Core Concepts:
      • Flexible Execution: Sequential, parallel, conditional, and loop-based execution
      • Smart Routing: Dynamic step selection based on content analysis or user intent
      • Mixed Components: Combine agents, teams, and functions seamlessly
      • State Management: Share data across steps with session state
    • For a comprehensive guide to the new Workflows system, check out the docs.
  • Pydantic Input for Agents/Teams: Both Agent and Team now accepts structured input (i.e. a pydantic model) on run() and print_response().