Eric Zhu
5da24e51e0
Console pretty print for on_messages_stream ( #4239 )
* Console pretty print for on_messages_stream
* Update doc
* Update docs
1 year ago
Eric Zhu
4aec53c36f
Improve agentchat tutorial ( #4233 )
1 year ago
Eric Zhu
78019dd2dc
Fix-swarm-handoff ( #4198 )
* fix select speaker for swarm
* Fix max-turn = 1 for swarm
1 year ago
Krit Kasemosoth
762f6dc723
Update - add import for missing modules in the example codes ( #4209 )
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Krit Kasemosoth
0807f60cba
Update - add import for Console ( #4218 )
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
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
Mehdi Baneshi
16463a8a98
Update topic-and-subscription.md ( #4168 )
1 year ago
Jack Gerrits
913c052a7d
Fix topic name for community samples ( #4156 )
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
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
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
Eric Zhu
f40b0c2730
Add Console function to stream result to pretty print console output ( #4115 )
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
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
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
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
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
369ffb511b
Remove termination condition from team constructor ( #4025 )
* Remove termination condition from team constructor
* fix usage
1 year ago
Mohammad Mazraeh
4023454c58
add simple chainlit integration ( #3999 )
1 year ago
Eric Zhu
3d51ab76ae
Formalize `ChatAgent` response as a dataclass with inner messages ( #3990 )
1 year ago
Eric Zhu
4a49844996
`ChatAgent` declares the types of messages it produces ( #3991 )
* `ChatAgent` declares the types of messages it produces
1 year ago
Victor Dibia
75b00e76e1
Agentchat move termination ( #3992 )
1 year ago
Anthony Uphof
87bd1de396
Fix: provide valid Prompt and Completion Token usage counts from create_stream ( #3972 )
* Fix: `create_stream` to return valid usage token counts
* documentation
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Gerardo Moreno
93733dbd65
Run LocalCommandLineCodeExecutor within venv ( #3977 )
* Run LocalCommandLineCodeExecutor within venv
* Remove create_virtual_env func and add docstring
* Add explanation for LocalCommandLineExecutor docstring example
* Enhance docstring example explanation
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
eb4b1f856e
Ability to generate handoff message from AssistantAgent ( #3968 )
* Ability to generate handoff message from AssistantAgent
* Fix mypy
* Validation
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
1 year ago
Mohammad Mazraeh
0052e8179d
Add sample distributed group chat notebook ( #3759 )
* first notebook for distributed rock, paper and scissors
* add distributed group chat notebook
* fix formatting
* fix pipeline issues
* fix formatting issue
* promote distributed group chat notebook into a multiple files
* fix docs
* fix docs
* fix pyright
* Apply suggestions from code review
Add PR review suggestions
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* improving group chat manager from round robin to LLM based
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* remove lfs file to fix
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* add gut back using lfs
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* re-add gif using lfs
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* remove gitattributes
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* redo git lfs add
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Will
c06f8d3aa3
Update agents.ipynb ( #3979 )
a mistake about in User Guide sector
1 year ago
Eric Zhu
1812cc068d
Refactor agentchat +implement base chat agent run method ( #3913 )
1 year ago
Jack Gerrits
e772951146
Add CSS override for banner ( #3933 )
* Add css override for banner
* remove merge conflict
1 year ago
Rohan Thacker
fb494534b8
Corrected framework guide docs ( #3929 )
* Corrected grammatical errors and typos
* Corrected formating issues
1 year ago
Jack Gerrits
8f4d5ee5ec
add comment to explain await vs run ( #3907 )
* add comment to explain await vs run
* update output and import
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
8cbfb61252
Add special case for dev latest ( #3912 )
1 year ago
Jack Gerrits
551a1ee3aa
fix broken redirect ( #3910 )
1 year ago
Jack Gerrits
0811102ed7
Update all versions to match normalized dev scheme ( #3909 )
1 year ago
Eric Zhu
6c0d0db9cc
Update dev version ( #3900 )
* Update dev version
* Update uv
* C#
* update versions
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
SeryioGonzalez
acce081a1f
Update topic-and-subscription.md ( #3901 )
1 year ago