Leonardo Pinheiro
4018a129f8
Refactor code executor namespace ( #4538 )
* refactor code exec namespaces
* delete code exec init
* update conflicts
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Jack Gerrits
9af450a59f
Move local code exec to ext, uplevel components ( #4557 )
1 year ago
Eric Zhu
cc6765b189
API documentation page flattening ( #4556 )
* API documentation page refactor
* Fix links and unused pages
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
1 year ago
Jack Gerrits
e615059345
Remove extract_markdown_code_blocks from core API ( #4554 )
1 year ago
Jack Gerrits
2b878763f8
Move grpc runtimes to ext, flatten application ( #4553 )
* Move grpc runtimes to ext, flatten application
* rename to grpc
* fmt
1 year ago
Victor Dibia
777f2abbd7
Load and Save state in AgentChat ( #4436 )
1. convert dataclass types to pydantic basemodel
2. add save_state and load_state for ChatAgent
3. state types for AgentChat
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
afourney
fef06fdc8a
Fixed messages missing from websurfer history. ( #4551 )
* Fixed messages missing from websurfer history.
* Fix filesurfer too!
1 year ago
Jack Gerrits
d85a607da9
Move LLMUsageTracker to a cookbook ( #4549 )
* Move LLMUsageTracker to a cookbook
* rename, add to index
* fmt and remove test
* Update python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/llm-usage-logger.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix missing quotation marks in notebook
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 year ago
Vaibhav Balloli
1a448c10b9
Update index.md ( #4548 )
1 year ago
afourney
e1d58333ee
Address issue_4543 and add tests. ( #4546 )
* Address issue_4543 and add tests.
* Fixed pyright errors.
1 year ago
Gerardo Moreno
39ff183fad
Core API example showing multiple agents concurrently ( #4461 )
* Core API example showing multiple agents concurrently (#4427 )
* Apply feedback
* Add different topics for closure agent example
* Address feedback
* Mypy fix
* Modify import path based on refactoring
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
gagb
abb0a77f92
VideoSurferAgent -> VideoSurfer ( #4521 )
1 year ago
Jack Gerrits
3022369eeb
Flatten core base and components ( #4513 )
* Flatten core base and components
* remove extra files
* dont export from deprecated locations
* format
* fmt
1 year ago
gagb
6706dce577
Improves tutorial ( #4507 )
* Change nav depth
* Remove repetitive module names
* Increase nav depth
* Decrease base font size of docs
* Improve docs
* Undo css change
1 year ago
afourney
31cb50bce9
Added the coder used by MagenticOne. ( #4511 )
* Added the coder used by MagenticOne.
* Fixed formatting.
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
1 year ago
Eric Zhu
32aa452af8
Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions ( #4512 )
1 year ago
Eric Zhu
b62f8f63dc
Remove logging from autogen agentchat ( #4510 )
1 year ago
Eric Zhu
50e84b945e
Move handoff to base in agentchat ( #4509 )
1 year ago
afourney
5235bbc0d6
FileSurfer in AgentChat ( #4360 )
* Added an implementation of FileSurfer to AgentChat
1 year ago
Jack Gerrits
50fea44539
Update allowed values for agent and topic type ( #4484 )
* allowed_type_values
* add return for post init
* Update python/packages/autogen-core/src/autogen_core/base/_agent_id.py
* Update python/packages/autogen-core/src/autogen_core/base/_topic.py
* Merge branch 'main' into allowed_type_values
* lint
1 year ago
Jack Gerrits
954ba84fe7
Change base agent to use on message impl ( #4485 )
* Change base agent to use on message impl
* update doc
* Update
* Merge branch 'main' into on_msg_impl
1 year ago
afourney
934ae03851
Allow users to update the final answer prompt of MagenticOne orc. ( #4476 )
* Allow users to update the final answer prompt of MagenticOne orchestrator.
1 year ago
Ryan Sweet
1c09de8d47
HelloAgents App Host with xlang sample ( #4395 )
* adds a python xlang sample and aspire code to host it
* fixes message delivery on dotnet runtime
1 year ago
afourney
c062c510b7
Flush console output after every message. ( #4475 )
1 year ago
Jack Gerrits
95dfe7bf22
Core doc edits, mostly visibility of private methods ( #4457 )
1 year ago
Jack Gerrits
732391859d
Update code_lint.py ( #4470 )
1 year ago
Jack Gerrits
1b58f6e7d5
Remove unused agent props ( #4453 )
1 year ago
Leonardo Pinheiro
1f90dc5ea9
Update OpenAI Assistante Agent on_reset ( #4423 )
* update reset and imports
* add missing imports
* update lock file
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Hussein Mozannar
ac3424d619
MagenticOne Orchestrator Fixes ( #4430 )
1 year ago
gagb
f02aac78fb
Improve docs ( #4428 )
* Change nav depth
* Remove repetitive module names
* Increase nav depth
1 year ago
gagb
b1e40017c3
Fix client mismatch in video surfer and its tools ( #4431 )
* Add initial code
* Update and add readme
* Update
* update readme
* Refine action space
* Add tutorial
* Improve doc string
* Improve doc string
* Remove readme
* Update toml
* Update assignment
* Expose the tools
* Update pyproject toml
* Improve docs
* remove assignment'
* Run poe format
* Update uv lock
* Fix mypy errors
* Fix linting errors
* poe format
* run checks
* Updaye
* Rename submodule
* Improve documentation
* Use same model client in video surfer
* Use same model client in video surfer
* Update uv lock
---------
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
gagb
b6a7d56844
Adds Video Surfer to autogen_ext ( #4387 )
* Add initial code
* Update and add readme
* Update
* update readme
* Refine action space
* Add tutorial
* Improve doc string
* Improve doc string
* Remove readme
* Update toml
* Update assignment
* Expose the tools
* Update pyproject toml
* Improve docs
* remove assignment'
* Run poe format
* Update uv lock
* Fix mypy errors
* Fix linting errors
* poe format
* run checks
* Updaye
* Rename submodule
* Improve documentation
---------
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Eric Zhu
f70869f236
update dev8 ( #4417 )
1 year ago
Eric Zhu
7e589a1bbb
User proxy documentation and fixes ( #4401 )
* Fix handoff bug in user proxy agent
* Update documentation
---------
1 year ago
Eric Zhu
52790a8de7
o1 support for agent chat, and validate model capabilities ( #4397 )
1 year ago
Eric Zhu
3058bafcf2
Propagate team cancellation token in agentchat ( #4400 )
* Propagate team cancellation token in agentchat
* Docs
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
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
Hussein Mozannar
6184e15c5e
Fix Reset of Magentic-One Orchestrator ( #4394 )
* fix reset magentic one
* fix infinite reset
1 year ago
Hussein Mozannar
531ec38073
Ags web surfer ( #4340 )
* initial addition
* working without multimodal messages
* show images
* remove temp changes
* ui type websurfer
* fix issue with image width, enable text truncation, enable viewing images full screen
---------
Co-authored-by: Victor Dibia <victor.dibia@gmail.com>
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
Victor Dibia
fe96f7de24
Add Session Saving to AGS ( #4369 )
* fix import issue related to agentchat update #4245
* update uv lock file
* fix db auto_upgrade logic issue.
* im prove msg rendering issue
* Support termination condition combination. Closes #4325
* fix db instantiation bug
* update yarn.lock, closes #4260 #4262
* remove deps for now with vulnerabilities found by dependabot #4262
* update db tests
* add ability to load sessions from db ..
* format updates, add format checks to ags
* format check fixes
* linting and ruff check fixes
* make tests for ags non-parrallel to avoid db race conditions.
* format updates
* fix concurrency issue
* minor ui tweaks, move run start to websocket
* lint fixes
* update uv.lock
* Update python/packages/autogen-studio/autogenstudio/datamodel/types.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-studio/autogenstudio/teammanager.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* reuse user proxy from agentchat
* ui tweaks
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
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
5aecb56ebd
Add badges, update contributing, add pointers in various places ( #4371 )
1 year ago
Eric Zhu
bcd6e71e7f
Fix assistant agent doc ( #4365 )
1 year ago