Skip to content

Comments

Update to agno 2.5.2 and align with gcode patterns#9

Merged
ashpreetbedi merged 1 commit intomainfrom
update/agno-2.5.2
Feb 16, 2026
Merged

Update to agno 2.5.2 and align with gcode patterns#9
ashpreetbedi merged 1 commit intomainfrom
update/agno-2.5.2

Conversation

@ashpreetbedi
Copy link
Contributor

Summary

  • Upgrade agno from 2.4.7 to 2.5.2, remove unused agno-infra dependency
  • Add id="dash" and enable_agentic_memory=True to agent definition
  • Simplify LearningMachine — drop UserProfileConfig/UserMemoryConfig, keep only LearnedKnowledgeConfig
  • Extract create_knowledge() factory to db/session.py (matching gcode pattern)
  • Switch code section dividers from === to --- (banner structure alignment)
  • Align README section names with gcode (Get Started, Learn More)
  • Regenerate requirements.txt with latest dependency versions

Test plan

  • Verify docker compose up -d --build starts cleanly
  • Confirm agent responds to queries (python -m dash.agents)
  • Verify knowledge loading works (python -m dash.scripts.load_knowledge)
  • Run evals (python -m dash.evals.run_evals -c basic)

🤖 Generated with Claude Code

- Upgrade agno from 2.4.7 to 2.5.2, remove unused agno-infra
- Add `id` and `enable_agentic_memory` to agent definition
- Simplify LearningMachine (drop UserProfileConfig/UserMemoryConfig)
- Extract `create_knowledge` factory to db/session.py
- Switch section dividers from === to --- (banner structure)
- Align README sections with gcode (Get Started, Learn More)
- Regenerate requirements.txt with latest versions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ashpreetbedi ashpreetbedi merged commit ea10fc0 into main Feb 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant