-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(memory): Add SharedMemory mechanism for agent requests
Implemented memory request handling: Agent sends memory requests (save/load). RRScheduler processes the requests. SharedMemory performs the actual operations. Responses are returned to the Agent. Note: The mechanism is complete, but Agent usage integration is pending.
- Loading branch information
1 parent
a68b0b4
commit 01d1736
Showing
2 changed files
with
119 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters