Skip to content

Commit f0e1691

Browse files
authored
feat: Release 1.7.4 (#3857)
# Changelog ## 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](https://docs.agno.com/workflows_2/overview). <img width="868" height="237" alt="image" src="https://github.com/user-attachments/assets/489499a1-f301-4139-9273-a275f5a142a7" /> - **Pydantic Input for Agents/Teams:** Both Agent and Team now accepts structured input (i.e. a pydantic model) on run() and print_response().
1 parent cc274fe commit f0e1691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/agno/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agno"
3-
version = "1.7.3"
3+
version = "1.7.4"
44
description = "Agno: a lightweight library for building Multi-Agent Systems"
55
requires-python = ">=3.7,<4"
66
readme = "README.md"

0 commit comments

Comments
 (0)