Jack Gerrits
2b565713d0
Make save/load state for agent async ( #4195 )
1 year ago
Thomas Lin
88229513e5
Update README.md ( #4205 )
* Update README.md
Should it be "Azure openAI service" ?
* Update README.md with links
---------
Co-authored-by: Hussein Mozannar <hssein.mzannar@gmail.com>
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
1 year ago
tsinggggg
8a4c928efa
feat: watsonx support ( #4130 )
* feat: watsonx support
* fix: addressing comments
* fix: addressing comments
* fix: addressing comments
* Delete python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/watsonx-client-integration.md
* Update python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/index.md
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
7628a4e6ac
Ensure all imports present for example ( #4204 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
ea3a1c94e2
Add table for community packages ( #4194 )
1 year ago
Jack Gerrits
9ec7ecc29c
add Autogen 0.2 to packages page ( #4193 )
1 year ago
Li Jiang
c513f969a3
Replace AGNext with AutoGen ( #4184 )
1 year ago
afourney
4073dd4efb
Have Console print multimodal messages nicely. ( #4179 )
1 year ago
Hussein Mozannar
36b822cf8b
Fix lazy init websurfer ( #4178 )
* lazy init set
* format
1 year ago
afourney
a27a130b45
Initial work on ledger orchestrator. ( #4164 )
* Initial work on magentic-one orchestrator port.
1 year ago
Eric Zhu
233e482c7b
Max turn parameter for group chats ( #4143 )
* Max turn parameter for group chats
* Add note no usage
1 year ago
hasamm90
ac4091acf4
Update quickstart.ipynb ( #4170 )
Removed "can", making it: which defines the messages that are passed...
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Hussein Mozannar
317d5d03ec
Websurfer Refactor ( #4165 )
* first commit
* use_ocr flag
* initial refactor
* test
* small fixes
* adding animations, in progress
* red boundary animations
* add hover tool
* fix timeout time - reduces a lot of errors
* put prompts in separate file
* prompt organize
* add cursor animation
* format and checks pass
* added check for reset
1 year ago
Mehdi Baneshi
16463a8a98
Update topic-and-subscription.md ( #4168 )
1 year ago
Victor Dibia
b9f7282830
Add visualization of Agent Message Transitions State in AGS ( #4148 )
* add react-flow
* update tutorial, some ui improvement for agent thread layout
* v1 for interactive viz for agent state
* add Ui visualization of message based transitions
* minor updates
* fix node edges, support visualization of self loops
* improve edges and layout, add support for selector group chat prompt
* minor ui tweaks
1 year ago
Jack Gerrits
913c052a7d
Fix topic name for community samples ( #4156 )
1 year ago
afourney
51b361dfcf
WebSurfer changes - incl move to lazy init. ( #4092 )
* Move to lazy init.
* Fixed mypy error.
---------
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
1 year ago
afourney
e111db9afa
Handle on_reset ( #4145 )
1 year ago
Mohammad Mazraeh
570471bed7
Add reply chat completion client ( #4096 )
* initial implementation of reply chat completion client
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Gerardo Moreno
3b8d0ddb67
Various Additions to the Documentation ( #4139 )
* Various docs improvements
* Update python/packages/autogen-core/docs/src/user-guide/core-user-guide/framework/command-line-code-executors.ipynb
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
peterychang
0afde6da69
Protobuf serializer ( #4137 )
* protobuf serialization in python
* remove test code
* clarify TODO
1 year ago
Eric Zhu
e27c740961
dev6 ( #4129 )
1 year ago
Eric Zhu
4786f189bc
Handoff termination and show how to use it for asking user input ( #4128 )
* Handoff termination and show how to use it for asking user input
* lint
1 year ago
Eric Zhu
9f175089c5
Introduction to Teams for AgentChat ( #4120 )
* Add teams section
* wip don't merge
* Merge remote-tracking branch 'origin/main' into agentchat-team-tutorial
* update instruction about termination reset
* edit
* more guidline for script
1 year ago
Eric Zhu
5547a6716e
auto reset termination when a run stops ( #4126 )
1 year ago
Eric Zhu
1cc0f4f7c5
dev5 ( #4124 )
1 year ago
Eric Zhu
8f7c717149
reset --> on_reset :D ( #4121 )
1 year ago
Eric Zhu
12becdddb1
Update agentchat tutorial, refactor content ( #4118 )
Resolves Tutorial Chapter for Custom ChatAgent #4114 -- updated tutorial chapter on agents and custom agents
Update README example to use tool call
Added "Models" section in AgentChat tutorial.
Added place holder for Tutorial Chapter for Swarm #4113 .
1 year ago
Victor Dibia
0e985d4b40
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
1 year ago
Eric Zhu
f40b0c2730
Add Console function to stream result to pretty print console output ( #4115 )
1 year ago
Eric Zhu
3f28aa8874
SocietyOfMind agent for nested teams ( #4110 )
* Initial implementation of SOM agent
* add tests
* edit prompt
* Update prompt
* lint
1 year ago
Eric Zhu
111e69142b
Fix worker sample in core ( #4104 )
1 year ago
Eric Zhu
5fa38b0166
Add task type that are messages to enable multi-modal tasks. ( #4091 )
* Add task type that are messages to enable multi-modal tasks.
* fix test
1 year ago
Eric Zhu
9e388925d4
Initial web surfer implementation in extension ( #4071 )
* Initial web surfer implementation in extension
* Moved model client to constructor for consistency.
* Fixed uv lock.
* Merge branch 'main' into websurfer
* fix ruff
1 year ago
Eric Zhu
2e3155be2a
AgentChat pause, resume, and reset ( #4088 )
* AgentChat pause and resume a task
Resolves #3859
* Add
* Update usage
* Update usage
* WIP to address stateful group chat
* Refactor group chat to add reset and flags for running
* documentation
1 year ago
Mark Sze
930e61306a
Update README.md ( #4078 )
1 year ago
Mahesh Subramanian
2382ff9248
chore(typo): Fixing a typo in the agent identity document ( #4070 )
1 year ago
Eric Zhu
4be1c9cf76
Update Python version to 0.4.0.dev4 ( #4068 )
* Update version to dev4
1 year ago
Eric Zhu
5be7ac7b12
Move reset from a message to a command ( #4073 )
1 year ago
Eric Zhu
c3283c64a3
Agentchat refactor ( #4062 )
* Agentchat refactor
* Move termination stop message to a separate field in task result
* Update quick start example
* Use string stop reason instead of stop message in task result for simpler API
* Use main function
1 year ago
Hussein Mozannar
10987685b9
Update README.md for magentic-one ( #4061 )
1 year ago
Hussein Mozannar
8603317537
Magentic-One Log Viewer + preview API ( #4032 )
* update example script with logs dir, add screenshot timestamp
* readme examples update
* add flask app to view magentic_one
* remove copy example
* rename
* changes to magentic one helper
* update test web surfer to delete logs
* magentic_one icons
* fix colors - final log viewer
* fix termination condition
* update coder and log viewer
* timeout time
* make tests pass
* logs dir
* repeated thing
* remove log_viewer, mm web surfer comments
* coder change prompt, edit readmes
* type ignore
* remove logviewer
* add flag for coder agent
* readme
* changes readme
* uv lock
* update readme figures
* not yet
* pointer images
1 year ago
Gerardo Moreno
eca8a95c61
Remove isinstance check from FunctionTool ( #3987 ) ( #4056 )
* Remove isinstance check from FunctionTool (#3987 )
* Move __init__ Args to class docstring
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
16e64c4c10
Rename `model_usage` to `models_usage`. ( #4053 )
1 year ago
Eric Zhu
4e5f3ababe
Update version to 0.4.0.dev3 ( #4043 )
1 year ago
Eric Zhu
4fec22ddc5
Team termination condition sets in the constructor ( #4042 )
* Termination condition as part of constructor
* Update doc
* Update notebooks
1 year ago
Eric Zhu
27ea99a485
Add token usage termination ( #4035 )
* Add token usage termination
* fix test
1 year ago
Eric Zhu
ca7caa779d
Add token usage to messages ( #4028 )
* Add token usage to messages
* small test edit
1 year ago
Eric Zhu
c3b2597e12
AssistantAgent no longer sends out StopMessage. We use TextMentionTermination("TERMINATE") on the team instead for default setting. ( #4030 )
* AssistantAgent no longer sends out StopMessage. We use TextMentionTermination("TERMINATE") on the team instead for default setting.
* Fix test
1 year ago
Eric Zhu
173acc6638
Custom selector function for SelectorGroupChat ( #4026 )
* Custom selector function for SelectorGroupChat
* Update documentation
1 year ago