Commit e0a79e2
chore(deps): bump agno from 1.7.0 to 2.3.24 in /examples/agno/calculator-agent (#116)
* chore(deps): bump agno in /examples/agno/calculator-agent
Bumps [agno](https://github.com/agno-agi/agno) from 1.7.0 to 2.3.24.
- [Release notes](https://github.com/agno-agi/agno/releases)
- [Commits](agno-agi/agno@v1.7.0...v2.3.24)
---
updated-dependencies:
- dependency-name: agno
dependency-version: 2.3.24
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: migrate agent.py imports to agno v2 API
- agno.memory.v2.db.sqlite.SqliteMemoryDb → agno.db.sqlite.SqliteDb
- agno.memory.v2.memory.Memory → agno.memory.MemoryManager
- agno.storage.sqlite.SqliteStorage → agno.db.sqlite.SqliteDb
- Agent: memory → memory_manager, storage → db,
add_history_to_messages → add_history_to_context,
removed enable_user_memories (subsumed by enable_agentic_memory)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YoungJoon Jeong <yjeong@amazon.com>1 parent f827093 commit e0a79e2
2 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 86 | + | |
| 87 | + | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments