Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Agentic memory #5227
base: main
Are you sure you want to change the base?
Agentic memory #5227
Changes from 78 commits
442a9d8
f8584cd
607e7ff
b045636
63b28d7
b921d83
9dfb074
93a5ca4
2cb9344
878f458
21562f1
3a40b30
8622c5e
20b26c1
9d47227
52d4e00
6b15777
a18674c
52e213e
a440b0a
cab51f1
d91e58c
f1d7a2f
17d4c42
19654e8
7aa20c1
83a7ddc
3047c1c
1f20b79
de4c12b
a9d6108
d67e2cc
6470fd8
b025199
4f9267c
db34844
c780852
fa688f7
43bda2f
be081b3
29d1494
8e9a550
b3fe084
077615f
8847168
4091ab3
3865cff
6c73674
db5e07b
07cb3f0
e88bd69
9b3f77d
a0dee67
7e359e9
9466ea8
4ec9bff
76c16f9
a8cd0d7
ed7fae1
93de858
1a309f9
8993aa1
fa60d5a
882d578
00cbb8c
88294d2
7d0ed63
5b3876f
21220d4
232ed0f
87ee27b
b21d140
1e88eb6
a3addc1
c6ffa43
8f66612
491964f
2ed08ae
f879487
60f8ad3
ed0a4a6
f0eceef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than using dictionary settings, we should either flatten the settings in the constructor, or use a config class that is a Pydantic basemodel for validation and serializable configs. See existing example in
autogen_agentchat.agents.AssistantAgent
. If this class (and others in this PR) implements the ComponentConfig, you can easily load the configurations from a file to create an object of the class.