-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memory Interface in AgentChat (#4438)
* initial base memroy impl * update, add example with chromadb * include mimetype consideration * add transform method * update to address feedback, will update after 4681 is merged * update memory impl, * remove chroma db, typing fixes * format, add test * update uv lock * update docs * format updates * update notebook * add memoryqueryevent message, yield message for observability. * minor fixes, make score optional/none * Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_assistant_agent.py Co-authored-by: Eric Zhu <[email protected]> * update tests to improve cov * refactor, move memory to core. * format fixxes * format updates * format updates * fix azure notebook import, other fixes * update notebook, support str query in Memory protocol * update test * update cells * add specific extensible return types to memory query and update_context --------- Co-authored-by: Eric Zhu <[email protected]>
- Loading branch information
1 parent
d883e3d
commit abbdbb2
Showing
11 changed files
with
995 additions
and
279 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
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
Oops, something went wrong.