Download Latest Version v2.3.13 source code.tar.gz (18.3 MB)
Email in envelope

Get an email when there's a new version of Phidata

Home / v2.3.13
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-15 2.0 kB
v2.3.13 source code.tar.gz 2025-12-15 18.3 MB
v2.3.13 source code.zip 2025-12-15 20.3 MB
Totals: 3 Items   38.7 MB 0

Changelog

New Features:

  • AgentOS Role-Based Access Control (RBAC) → Introducing RBAC for AgentOS (see the docs). This allows you to either automatically or manually configure JWT-based authorization checks in AgentOS with the following benefits:
    • All traffic to your AgentOS would require a signed JWT token, with the correct user permission scopes.
    • Per-endpoint authorization → Based on the scopes inside the JWT token, access is granted or denied to each endpoint as you choose. The required scopes are configurable as well.
    • Per-agent resource control → By setting specific scopes like agents:my-agent:read you can control which agents can be run (i.e. when calling POST /agents/my-agent/runs ) or which agents are returned on read (i.e. when calling GET /agents or GET /agents/{id}). This allows for full control over which users can use and see which agents, and this extends to AgentOS. The same also applies to Team and Workflow.
    • AgentOS UI compatibility to be released in the coming days.
    • Note: On the JWTMiddleware class:
      • secret_key has been deprecated (although still supported) and it is recommended to supply verification_keys=[...] going forward.
      • algorithm default value changed from HS256 to RS256 to make asymmetric keys the default (better suited for production cases).

What's Changed

Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.12...v2.3.13

Source: README.md, updated 2025-12-15