harshraj22 / harshraj22/dbproxy
Add memory as agent
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When the LLM solves a task, it should summarize its learnings and call the `remember` tool. The remember tool should understand if this learning is something new and update the memory (vector database). A simple way to implement if a learning is new would be the distance of closest vector is > 0.2. When the LLM recieves a task, it queries the `memory` tool, to fetch the top k relevant memories, and uses them as context to solve the query.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.