-
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.
Refactor to remove AgentWrapper, and use AssistantAgent as a TaskRunn…
…er agent.
- Loading branch information
1 parent
f0eceef
commit 70db202
Showing
10 changed files
with
178 additions
and
186 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
3 changes: 1 addition & 2 deletions
3
python/packages/autogen-ext/src/autogen_ext/agentic_memory/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
from .grader import Grader | ||
from .page_logger import PageLogger | ||
from .apprentice import Apprentice | ||
from .agent_wrapper import AgentWrapper | ||
from .agentic_memory_controller import AgenticMemoryController | ||
|
||
__all__ = ["Apprentice", "PageLogger", "Grader", "AgentWrapper", "AgenticMemoryController"] | ||
__all__ = ["Apprentice", "PageLogger", "Grader", "AgenticMemoryController"] |
142 changes: 0 additions & 142 deletions
142
python/packages/autogen-ext/src/autogen_ext/agentic_memory/agent_wrapper.py
This file was deleted.
Oops, something went wrong.
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.