Commit 8b5fa12
authored
chore: release 2.5.13 (agno-agi#7258)
## Improvements:
- **ReliabilityEval**: Add subset matching, argument validation, and
missing tool call tracking with multi-round tool call collection fixes.
- **AgentOS**: Enhance /sessions list API to return additional fields
(user_id, agent_id, team_id, workflow_id, session_summary, metrics,
total_tokens, metadata).
- **AgentOS**: Add /info API endpoint to return agent, team, and
workflow count as lightweight, unauthenticated instance metadata.
- **ChromaDB**: Implement dynamic batch splitting for large upsert/query
operations.
- **Reader**: Propagate chunk_size to default chunking strategies in
reader classes.
- **Slack** **Interface**: Add show_member_tool_calls param and
automatic card overflow rotation — rotates to a new message when text
exceeds a threshold
## Bug Fixes:
- **VertexAI/Bedrock Claude**: Support `messages` parameter in
`_prepare_request_kwargs` for Claude sub classes
- **Workflows**: Fix continue_run to correctly pause at Condition, Loop,
and Router HITL steps — previously only Step instances were checked.
- **AgentOS**: Exclude interface routes (Slack, Telegram, WhatsApp, A2A)
from JWT middleware so webhook deliveries are not rejected with 401.
- **Tracing**: Fix trace session stats grouping to use session_id only,
preventing duplicate rows when a session has runs from different users.
- **SurrealDB**: Fix trace session stats to use array::first() instead
of math::max() for string fields.
- **ReliabilityEval**: Fix multi-round tool call extraction so all
rounds are collected; fix mutation bug modifying original
RunOutput.messages;
fix arun() using wrong ID for file save.1 parent f5bf625 commit 8b5fa12
4 files changed
Lines changed: 16 additions & 605 deletions
File tree
- libs/agno/tests/integration
- agent
- human_in_the_loop
- teams
- workflows
Lines changed: 9 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 44 | + | |
| 45 | + | |
57 | 46 | | |
58 | | - | |
59 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
60 | 51 | | |
61 | | - | |
62 | 52 | | |
63 | 53 | | |
64 | 54 | | |
65 | 55 | | |
66 | 56 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 57 | + | |
78 | 58 | | |
79 | 59 | | |
80 | 60 | | |
| 61 | + | |
81 | 62 | | |
82 | 63 | | |
83 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
| 909 | + | |
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
| |||
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
932 | | - | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | | - | |
| 975 | + | |
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | | - | |
| 1117 | + | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | 1120 | | |
| |||
0 commit comments