-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1 of AutoGen Studio on AgentChat (#4097)
* add skeleton worflow manager * add test notebook * update test nb * add sample team spec * refactor requirements to agentchat and ext * add base provider to return agentchat agents from json spec * initial api refactor, update dbmanager * api refactor * refactor tests * ags api tutorial update * ui refactor * general refactor * minor refactor updates * backend api refaactor * ui refactor and update * implement v1 for streaming connection with ui updates * backend refactor * ui refactor * minor ui tweak * minor refactor and tweaks * general refactor * update tests * sync uv.lock with main * uv lock update
- Loading branch information
1 parent
f40b0c2
commit 0e985d4
Showing
117 changed files
with
20,720 additions
and
13,584 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from .chatmanager import * | ||
from .datamodel import * | ||
from .version import __version__ | ||
from .workflowmanager import * | ||
from .teammanager import * |
179 changes: 0 additions & 179 deletions
179
python/packages/autogen-studio/autogenstudio/chatmanager.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
6 changes: 3 additions & 3 deletions
6
python/packages/autogen-studio/autogenstudio/database/__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,3 +1,3 @@ | ||
# from .dbmanager import * | ||
from .dbmanager import * | ||
from .utils import * | ||
from .db_manager import DatabaseManager | ||
from .component_factory import ComponentFactory | ||
from .config_manager import ConfigurationManager |
116 changes: 0 additions & 116 deletions
116
python/packages/autogen-studio/autogenstudio/database/alembic.ini
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.