Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firestore agent storage class #1978

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jeffbryner
Copy link

Description

  • Summary of changes: add a class for storing sessions in firestore
  • Related issues: [Feature Request] Firestore agent session storage #1977
  • Motivation and context: Allows the use of serverless firestore
  • Environment or dependencies: optional dependency on google-cloud-firestore
  • Impact on metrics: Should be minimal, firestore is extremely performant.

Fixes # (issue)
#1977

Type of change

Please check the options that are relevant:

  • New feature (non-breaking change which adds functionality)

Checklist

  • Adherence to standards: Code complies with Agno’s style guidelines and best practices.
  • Formatting and validation: You have run ./scripts/format.sh and ./scripts/validate.sh to ensure code is formatted and linted.
  • Self-review completed: A thorough review has been performed by the contributor(s).
  • Documentation: Docstrings and comments have been added or updated for any complex logic.
  • Examples and guides: Relevant cookbook examples have been included or updated (if applicable).
  • Tested in a clean environment: Changes have been tested in a clean environment to confirm expected behavior.
  • Tests (optional): Tests have been added or updated to cover any new or changed functionality.

@jeffbryner jeffbryner requested a review from a team as a code owner February 2, 2025 00:11
@manthanguptaa
Copy link
Contributor

Can you please add a corresponding cookbook and add the steps to setup firestore and get the required env variables at the top of the cookbook?

@jeffbryner
Copy link
Author

Sure! Should I use this mongo storage as an example?

@manthanguptaa
Copy link
Contributor

Sure! Please go ahead

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.

2 participants