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

Agent ID associated with memories for better tracking and organization. #1708

Open
lightaime opened this issue Mar 4, 2025 · 0 comments · May be fixed by #1726
Open

Agent ID associated with memories for better tracking and organization. #1708

lightaime opened this issue Mar 4, 2025 · 0 comments · May be fixed by #1726

Comments

@lightaime
Copy link
Member

lightaime commented Mar 4, 2025

agent = ChatAgent(`system_message`="you are a helpful assistant", agent_id="001") # The agent is could be generated randomly is not specified.
agent.save_memory(path: str) -> save `AgentMemory` with `agent_id` presisitently
agent.load_memory(memory: AgentMemory)
agent.load_memory_from_path(path: str)
agent.clear_memory()
@X-TRON404 X-TRON404 linked a pull request Mar 6, 2025 that will close this issue
6 tasks
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 a pull request may close this issue.

1 participant