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

feat: async memory thread #1838

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

feat: async memory thread #1838

wants to merge 41 commits into from

Conversation

vivek3141
Copy link
Contributor

@vivek3141 vivek3141 commented Oct 7, 2024

This PR adds a SplitThreadAgent. This agent uses a separate memory_agent to update the memory of the conversation_agent in the background. At each step, the conversation_agent has the ability to pick a tool wait_for_memory_update, which allows it to wait for the memory to be fully updated before proceeding. Functionality is tested with tests/test_split_thread_agent.py.

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.

1 participant