Skip to content
Changelog

Simplify agent workflows by automatically passing dependencies to tools

Agno Team

September 22, 20251 min read

Agno now exposes tool dependencies as built-in arguments, making it easier to configure and run custom tools within agent workflows. This removes the need for boilerplate wiring and ensures that tools have access to all necessary context.

By reducing manual configuration, this change improves operational simplicity, reliability, and maintainability of complex workflows.

Why this matters:

  • Reduces setup time and integration complexity
  • Ensures predictable tool execution in production workflows
  • Improves workflow observability and control

Shipped around the same time