Jack Gerrits
a5d267e986
Update link to 0.2 docs
1 year ago
Jack Gerrits
af2b5faeef
Update package versions
1 year ago
Leonardo Pinheiro
6cfa29b018
Add langchain tool adapter in autogen-ext ( #570 )
* add langhcain tool adapter
* remove langchain package
* fix type errors
* test type fixes
* fix imports
* install extras in CI
* improve typing and use to_thread
* pin min langchain version
* install all extras in ci test
* update to langchain 0.3.1
* install extras in CI
* ignore pyright errors
* add missing uv sync extra reqs
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
5cb5bda522
Publish both 0.2 and dev websites
1 year ago
Jack Gerrits
4ea1f7a8b3
Add redirects for old website URLs
1 year ago
Jack Gerrits
1dc91bddd2
Fix lfs
1 year ago
Jack Gerrits
d9ca172f5c
set baseurl to dev for 0.4
1 year ago
Jack Gerrits
d11b421ccd
attribute theme
1 year ago
Eric Zhu
b2db45d673
Tool use in agentchat ( #664 )
* Tool use in agentchat
* Update link
* doc string
1 year ago
Jack Gerrits
99d1ad3765
update lockfile
1 year ago
Jack Gerrits
2596648fc9
move studio to a package
1 year ago
Eric Zhu
0fa680577e
Sequential processing for group chat participant using SequentialRoutedAgent ( #663 )
1 year ago
Eric Zhu
18efc2314a
Use agentchat message types rather than core's model client message types ( #662 )
* Use agentchat message types rather than core's model client message types
* Merge remote-tracking branch 'origin/main' into ekzhu-tool-use-assistant
1 year ago
Eric Zhu
da246ef71b
Move tool use with intervention to cookbook; remove duplicated examples ( #658 )
1 year ago
Eric Zhu
4250c0619a
Skip websurfer test ( #660 )
1 year ago
peterychang
d7a5835123
Add Azure code executor cookbook ( #615 )
* Add Azure code executor cookbook
* Notebook instead of markdown file
* PR comments
* fix method links
* fix a broken link
* fix undefined variable
* fix code errors
* missing parameter
* revert accidental change, ignore async with errors
* formatting
1 year ago
afourney
d7190cbe9e
Removes easyocr from mdconvert ( #653 )
* Removes easyocr from mdconvert
* Updated uv lock
* Remove unused variable.
1 year ago
peterychang
e0e99a1048
Standardize Agent and Topic ID strings + documentation ( #638 )
* Standardize Agent and Topic ID strings + documentation
* Add specs
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
95078d1237
Update conf.py ( #650 )
1 year ago
Eric Zhu
00289912da
Associate agent container and message types to group chat behavior protocol ( #651 )
* Agent container and message types is part of a group chat team behavior protocol.
* lint
1 year ago
Eric Zhu
7ba99186fb
Initial implementation of agentchat ( #623 )
* WIP implementation for agentchat
* WIP
* WIP
* wip
* WIP
* WIP
* WIP
* WIP
* fix types
* format
* fix build
* Fix build
* use a simpler implementation of thread -- list
* Select speaker to return speaker topic type
* add parent topic type to agent container
* Address comments
* Add check to make sure agent id is constant in a team run.
* Fix build
1 year ago
Eric Zhu
74a55c3907
Add multi-agent-debate pattern in documentation; remove from sample ( #637 )
1 year ago
Eric Zhu
a0ed11f8da
Add advanced mixture of agents guide; replacing the sample script ( #634 )
* Add moa cookbook for multi-layer mixture-of-agents
* Update moa
1 year ago
Eric Zhu
6c14c7859d
Remove samples that have duplicates in documentation ( #631 )
1 year ago
Leonardo Pinheiro
09501a0134
Add Broadcasting cookbook ( #600 )
* add cookbook initial draft
* add all boradcasting scenarios
* add to src tree
* linting
* address feedback
* rename pattern to scenario
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Enhao Zhang
afdfb4ea58
TeamOne cancellation token support and making logger a member variable ( #622 )
* Added cancellation token support for team_one; made logger a member variable of each agent.
formatting
fix error
fix error
formatting
* No need to create a new cancellation token
1 year ago
Enhao Zhang
6dcbf869ad
Fix future cancellation and outstanding_tasks bugs ( #619 )
* Fix outstanding_tasks and cancellation bugs
* formatting
* Use separate except blocks
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
7fc5ad9fff
Update installation instructions and banner for release ( #625 )
1 year ago
Ryan Sweet
dca82b3f5d
Rysweet dotnet refactor ( #624 )
rename the main classes and mixup folder structure
move some tings from samples into core
cleanup cross-deps
cleanup grpc deps
1 year ago
Jack Gerrits
dc02719f7c
Check for prints ( #616 )
* Check for prints
* format
1 year ago
Aamir
0172c7131d
Instrumentation cookbook ( #583 )
* Update cookbooks
* Fix
* Fix
* Add
* Update indexg
* resolve comments
* casing
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
3cba258df7
Fix home titleg ( #613 )
1 year ago
Jack Gerrits
52b06ca519
Update sub title ( #612 )
1 year ago
Mohammad Mazraeh
1ac52729f4
add subscription deduplication ( #594 )
* add subscription deduplication
* format
---------
Co-authored-by: Mohammad Mazraeh <mmazraeh@microsoft.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Jack Gerrits
58ee8b7fc1
Overhaul landing page, change top links ( #611 )
* Overhaul landing page, change top links
* agent chat first
1 year ago
Jack Gerrits
93e7127f1f
Change references from agenext to autogen ( #610 )
1 year ago
Eric Zhu
8ea09318ce
Migrate docs to use BaseAgent.register ( #605 )
* Migrate docs to use BaseAgent.register
* Migrate docs to use BaseAgent.register
* lint format mypy
1 year ago
Jack Gerrits
ab6ba80a98
Update pyright extends for core ( #562 )
* Update pyright extends for core
* Fixes
1 year ago
Jack Gerrits
9009c2aa96
add test for skip_class_subscriptions ( #604 )
1 year ago
Eric Zhu
5f961681d8
Improve type subscription core concept with scenarios ( #602 )
1 year ago
Eric Zhu
6d3a88409e
Merge getting started into guides; update references; add figure for agent life cycle ( #599 )
* refactor documentation layout
* lint
* update
1 year ago
gagb
c7a3cf0dfc
Update application-stack.md ( #597 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
741ccd77cc
Change team one confirmation to be on executor ( #595 )
* Add confirmation for messages produced by Coder
* change confirmation to be on executor
1 year ago
Jack Gerrits
e818a6160f
Add confirmation for messages produced by Coder ( #591 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
46ca778423
format ( #593 )
1 year ago
Jack Gerrits
d6dce9ebb1
allow class associated subscriptions to be skipped on register ( #587 )
* allow class associated subscriptions to be skipped on register
* format
1 year ago
gagb
7f25d28aac
Update architecture.md ( #588 )
1 year ago
Jack Gerrits
19f83debb1
Migrate team one to new subscriptions ( #560 )
Co-authored-by: afourney <adam.fourney@gmail.com>
1 year ago
Eric Zhu
8018677234
Add response for registering agent type and adding subscriptions in distributed runtime, and throws an exception when error ( #582 )
* Add response for registering agent type and adding subscriptions in distributed runtime
* Update unit tests
* lint
1 year ago
Jack Gerrits
b8dc9fce61
Fix subscription decorator sharing class instances among children ( #571 )
1 year ago