Replies: 2 comments 2 replies
-
Hey @xieydd -- would be good to hear a little more about your needs before making suggestions. There is a slightly related discussion here: #119 Memory management is all handled in augmented_llm.py. There is a Memory class for handling provider specific types, and message_history for the MCP compatible types. Note there is special handling of applied prompts, and the Agent configuration option to use history or not. LMK if you need more guidance, or have any ideas to make this more extensible (pr etc.) |
Beta Was this translation helpful? Give feedback.
2 replies
-
@evalstate Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use this project to implement my agent framework, but I want to rewrite my memory layer.Any suggestions? @evalstate
Beta Was this translation helpful? Give feedback.
All reactions