Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jeffbryner

jeffbryner created a comment on a pull request on agno-agi/agno
Sure! Should I use [this mongo storage](https://github.com/agno-agi/agno/blob/main/cookbook/agent_concepts/storage/mongodb_storage.py) as an example?

View on GitHub

jeffbryner opened a pull request on agno-agi/agno
firestore agent storage class
## Description - **Summary of changes**: add a class for storing sessions in firestore - **Related issues**: https://github.com/agno-agi/agno/issues/1977 - **Motivation and context**: Allows t...
jeffbryner opened an issue on agno-agi/agno
[Feature Request] Firestore agent session storage
## Problem Description I'd like to be able to use firestore to store agent session information ## Proposed Solution I'll create a class based on the mongo class that uses firestore instead. ## Al...
jeffbryner pushed 1 commit to firestore_storage jeffbryner/agno
  • first pass at firestore agent storage class 803473b

View on GitHub

jeffbryner created a branch on jeffbryner/agno

firestore_storage - Agno is a lightweight framework for building multi-modal Agents

jeffbryner pushed 1 commit to master jeffbryner/jeffbryner.github.io

View on GitHub

jeffbryner pushed 1 commit to master jeffbryner/jeffbryner.github.io

View on GitHub

jeffbryner opened a pull request on agno-agi/agno
Firestore memory
## Description Adds firestore memory to solve https://github.com/agno-agi/agno/issues/1974 - **Summary of changes**: - Adds firestore memory provider - **Related issues**: https://github.co...
jeffbryner opened an issue on agno-agi/agno
[Feature Request] firestore agent memory
## Problem Description I'd like to use serverless databases for agent memory. Being in a google environment, firestore is ideal. ## Proposed Solution Provide a firestore provider (agno/db/memory/f...
jeffbryner pushed 1 commit to firebase_memory jeffbryner/agno

View on GitHub

jeffbryner pushed 1 commit to firebase_memory jeffbryner/agno
  • update to remove the need for an index 2a5a015

View on GitHub

jeffbryner pushed 1 commit to firebase_memory jeffbryner/agno
  • initial commit of firebase backed agent memory a07f620

View on GitHub

jeffbryner created a branch on jeffbryner/agno

firebase_memory - Agno is a lightweight framework for building multi-modal Agents

jeffbryner forked agno-agi/agno

jeffbryner/agno

jeffbryner pushed 1 commit to master jeffbryner/jeffbryner.github.io
  • formatting agenic ai post 528c8ef

View on GitHub

jeffbryner pushed 1 commit to master jeffbryner/jeffbryner.github.io

View on GitHub

jeffbryner pushed 1 commit to master jeffbryner/jeffbryner.github.io

View on GitHub

jeffbryner starred phidatahq/phidata
jeffbryner created a comment on an issue on pydantic/pydantic-ai
For VertexAI: Safety settings is a must have since without you are guessing at what gemini will block. I'd upvote system_instructions since it is really convenient at model creation to set the sy...

View on GitHub

jeffbryner created a comment on an issue on pydantic/pydantic-ai
Safety settings is a must have since without you are guessing at what gemini will block. I'd upvote system_instructions since it is really convenient at model creation to set the system instructio...

View on GitHub

jeffbryner created a comment on an issue on run-llama/llama_index
FWIW: I was able to get this to work by overriding the function to alter this line https://github.com/run-llama/llama_index/blob/bfd25142f2098bc8da9a0b091874090a94834ff5/llama-index-integrations/ll...

View on GitHub

jeffbryner opened an issue on chronicle/api-samples-python
List Alerts deprecation
https://github.com/chronicle/api-samples-python/blob/a92b7c259f98720a1a7e32338291b6854ccc0b4d/search/list_alerts.py#L20 Mentions the list alerts endpoint, but the docs indicate it is deprecated....