gagb
f02aac78fb
Improve docs ( #4428 )
* Change nav depth
* Remove repetitive module names
* Increase nav depth
1 year ago
Eric Zhu
f70869f236
update dev8 ( #4417 )
1 year ago
Jack Gerrits
a4067f6c0a
Migrate Python distributed runtime to use cloud events for event ( #4407 )
* Cloud event publishing
* Implement cloud event receiving
* impl host servicer and
1 year ago
Jack Gerrits
bd77ccbd7b
Serialize to Proto.Any for python serializer ( #4404 )
1 year ago
Eric Zhu
a4e6d0d977
Add grpcio back to deps ( #4402 )
* Add grpcio back to deps
* Update uv lock
1 year ago
Jack Gerrits
0d3bc948a1
Replatform closure agent on base agent ( #4389 )
* Replatform closure agent on base agent
* Fix mypy
* update agentcaht
---------
1 year ago
Jack Gerrits
45f16f534b
Fix deprecated usages ( #4374 )
1 year ago
Jack Gerrits
df183be35a
Add special topic for agent direct messaging ( #4385 )
* Add special topic for agent direct messaging
* move to base
* update sub counts
* Fix tests
1 year ago
Jack Gerrits
cf80b1bc14
Add request_id parameter ( #4384 )
1 year ago
Jack Gerrits
1f07e5bea5
Add type prefix subscription ( #4383 )
* Add type prefix subscription
* update example
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
peterychang
74bcd5e0f6
add protobuf serialization test ( #4224 )
* add protobuf serialization test
* proto file regeneration
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
1 year ago
Jack Gerrits
1a02e2ba4b
Update version to dev7 ( #4359 )
* Update version to dev7
* update other references
1 year ago
Jack Gerrits
7c1cabf07e
Add tool to check example in docstrings ( #4353 )
* Add tool to check example in docstrings
* update lock
* add task
* add ignored message
* add example check CI
1 year ago
Jack Gerrits
6c8b656588
Fix examples in docstrings ( #4356 )
* Fix examples in docstrings
* formatting
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Formattinggp
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
8347881776
Fix intervention handler none check ( #4351 )
* Fix none check
* fix func
* fmt, lint
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
9b967fc79a
Update pyright and mypy ( #4348 )
* Update pyright and mypy
* fmt
1 year ago
Jack Gerrits
6bdd9c83b0
Add note for min python version ( #4347 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
9209b2ffc1
Remove duplicate model info ( #4346 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Gerardo Moreno
1b2d42d420
Termination Conditions Tutorial ( #4334 ) ( #4339 )
* Termination Conditions Tutorial (#4334 )
* Fix format
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* update docs
* update doc
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
b2ae4d1203
Add warnings for deprecated azure oai config changes ( #4317 )
* Add warnings for deprecated azure oai config changes
* Update docs and usages, simplify capabilities
1 year ago
Kartik Ramesh
08383445fd
Fix typo in Agent Runtime Environments doc ( #4336 )
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
01dc56b244
Make grpc an optional dependency ( #4315 )
* Make grpc an optional dependency
* add note to the runtime docs
* update version
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Gerardo Moreno
02ef110e10
Selector Group Chat Tutorial ( #4112 ) ( #4326 )
* Selector Group Chat Tutorial (#4112 )
* update doc
* update
* Add custom selector function
* Update doc
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Pramod Goyal
caeab68f4b
task: added warning when none is called in intervention handler ( #4149 )
* task: added warning when none is called in intervention handler
* add leading underscore to indicate private to _warn_if_none method in intervention.py
* address comment of returning Any for result in intervention.py
* Update intervention.py to remove redundant name change
* Format and lint
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
1 year ago
Leonardo Pinheiro
ac53961bc8
Delete autogen-ext refactor deprecations ( #4305 )
* delete files and update dependencies
* add explicit config exports
* ignore mypy error on nb
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Eric Zhu
3c1ec7108a
Misc doc fixes ( #4300 )
* Misc doc fixes
* Update _console.py
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Gerardo Moreno
6ffa42ba44
Swarm Tutorial ( #4146 )
* Swarm Tutorial
* Include 2 swarm example, add svgs
* Include latest Swarm changes & Eric changes
* Update docs to remove UserProxyAgent
* Include latest Console changes
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
2b7658a9da
Move openai assistant agent to autogen-ext; add on_messages_stream ( #4268 )
1 year ago
Kapil Sachdeva
b8ea088e33
fix - stop using the deprecated register api in chess_game sample ( #4265 )
1 year ago
Eric Zhu
f1daff1582
AgentChat task message type and group chat state validation for Swarm ( #4230 )
* task can be ChatMessage; add group chat state validation step, and address swarm state valiation; change handling of start and reset to RPC to capture any error.
* Update tutorial note
1 year ago
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
Mohammad Mazraeh
196c6169fc
Feat add UI streaming to distributed group chat ( #4181 )
* add ui streaming to distributed group chat example
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* fix pyright error after updating dependencies
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
1 year ago
Jean-Marc Le Roux
cac411b56a
Fix broken $ref instances in tool JSON schemas ( #4201 )
When the tool expects complex inputs that require nested models, pydantic will generate a JSON Schema that will include references to other schemas using the `$ref` keyword (cf https://json-schema.org/understanding-json-schema/structuring#dollarref ).
But the `$ref` keyword is not supported by OpenAI.
This fix:
1. Resolves the references and inlines the corresponding schemas.
2. Removes the then useless root `$defs` field of the JSON schema to save tokens.
Co-authored-by: Jean-Marc Le Roux <contact@jmlx.io>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
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
Jack Gerrits
2b565713d0
Make save/load state for agent async ( #4195 )
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
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