You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix loading of sessions if no run has occurred (agno-agi#3084)
## Summary
If a run has not yet happened, then the session in memory would not
exist, but it could still exist in the DB. This avoids the agent
failing.
Fixesagno-agi#3078
## Type of change
- [x] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Improvement
- [ ] Model update
- [ ] Other:
---
## Checklist
- [ ] Code complies with style guidelines
- [ ] Ran format/validation scripts (`./scripts/format.sh` and
`./scripts/validate.sh`)
- [ ] Self-review completed
- [ ] Documentation updated (comments, docstrings)
- [ ] Examples and guides: Relevant cookbook examples have been included
or updated (if applicable)
- [ ] Tested in clean environment
- [ ] Tests added/updated (if applicable)
---
## Additional Notes
Add any important context (deployment instructions, screenshots,
security considerations, etc.)
0 commit comments