Eric Zhu
378b5ac09a
Update version to 0.4.6 ( #5477 )
1 year ago
Eric Zhu
71bf20b8a2
chore: update package versions to 0.4.5 and remove deprecated requirements ( #5280 )
1 year ago
Mohammad Mazraeh
2f1684b698
update dependencies to work with protobuf 5 ( #5195 )
Closes #5074
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
1 year ago
Eric Zhu
b29d0bda2f
update versions to 0.4.4 and m1 cli to 0.2.3 ( #5229 )
1 year ago
Leonardo Pinheiro
a1fdbd9692
Use caching to run tests and report coverage ( #5086 )
* use caching to run tests and report coverage
* fix test step dep name
* try to fix cov fname
* add working dir to mv step
* update artifact download
* fmt
* reduce concurrency on ext test
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Sachin Joglekar
8bd65c672f
Add ChatCompletionCache along with AbstractStore for caching completions ( #4924 )
* Add ChatCompletionCache along with AbstractStore for caching completions
* Addressing comments
* Improve interface for cachestore
* Improve documentation & revert protocol
* Make cache store typed, and improve docs
* remove unnecessary casts
1 year ago
Jack Gerrits
1a3ac626eb
Update version to 0.4.3 pre-emptively ( #5066 )
* Update version to 0.4.3
* lock
* update lock
* lock
1 year ago
Jack Gerrits
91ec611338
Update version to 0.4.1 ( #5029 )
* Update version to 0.4.1
* lock
* dest dir
* remove website changes
1 year ago
Jack Gerrits
c2721ff65b
Update all versions to 0.4.0 ( #4941 )
* Update all versions to 0.4.0
* update redirect
* install with upgrade for agentchat
1 year ago
Jack Gerrits
0122d44aa3
OpenAI assistant fixes ( #4969 )
1 year ago
Jack Gerrits
d4b406b78c
refactor!: Reduce dependencies of core, remove image from URL ( #4919 )
* Reduce dependencies of core
* Update lock
* add package to test deps
* Update lock
* aio console dep
* Update lock
1 year ago
Eric Zhu
725d573d5b
Update tutorial content; move selector group chat and swarm outside of tutorial. ( #4915 )
* Update tutorial content; move selector group chat and swarm outside of tutorial.
* Add redirect
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Sachin Joglekar
ecdade3d3e
Add coverage task & integrate with poe check ( #4847 )
* Add coverage task & integrate with poe check
* Adding workflow
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
fb1094d9c3
Update to dev13 ( #4862 )
1 year ago
Eric Zhu
d933b9ab5f
dev12 ( #4839 )
* dev12
1 year ago
Jack Gerrits
fadff4aece
Fix definition of workspace package, remove uv pin ( #4830 )
* Fix definition of workspace package, remove uv pin
* add --all-packages
* pin docs uv versions for older project structure
* try old version to verify CI
* Use workflow target
* change syntax
* change check
* try with var in matrix
* add all packages to workspace
* remove project table
1 year ago
Sachin Joglekar
d1dff316bc
Update pydantic version & fix mypy errors ( #4811 )
* Update pydantic version & fix mypy errors
* uv lock changes
* Update lock
* update lockfile
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Eric Zhu
f774eaa105
Add minimum dep versions ( #4803 )
1 year ago
Eric Zhu
6c1f638960
dev11 release ( #4642 )
* dev11 release
1 year ago
Jack Gerrits
7e7265ddd0
Update version for dev10 ( #4630 )
* Update version for dev10
* fix notebook
1 year ago
peterychang
c5c3444bce
Add user proxy docs. Make user proxy's default impl cancellable ( #4459 )
* Add user proxy docs. Make user proxy's default impl cancellable
* remove unnecessary import
* revert accidental change
* address PR comments
* uv sync
* Fix bugs
* poe format
* fixing mypy issues
* poe format
* ignore pyright errors for ainput
* fix example code
* remove unused import
* fix accidental reversion, example code
* formatting
* fix typing
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Eric Zhu
8707729da9
dev9 ( #4585 )
* dev9
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
2b878763f8
Move grpc runtimes to ext, flatten application ( #4553 )
* Move grpc runtimes to ext, flatten application
* rename to grpc
* fmt
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
Eric Zhu
f70869f236
update dev8 ( #4417 )
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
45f16f534b
Fix deprecated usages ( #4374 )
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
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
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
e27c740961
dev6 ( #4129 )
1 year ago
Eric Zhu
1cc0f4f7c5
dev5 ( #4124 )
1 year ago
Eric Zhu
4be1c9cf76
Update Python version to 0.4.0.dev4 ( #4068 )
* Update version to dev4
1 year ago
Eric Zhu
4e5f3ababe
Update version to 0.4.0.dev3 ( #4043 )
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
Jack Gerrits
b09e6777a4
Restructure extensions, update corresponding docs ( #3826 )
* Restructure extensions, update corresponding docs
* update tests, add deprecation messages
* fix tests
* update lockfile
---------
1 year ago
Jack Gerrits
a6f022958f
Update version to dev1 ( #3791 )
* Update version to dev1
* lockfile
* update tilde
1 year ago
Leonardo Pinheiro
c765a34cbf
Move docker code exec to autogen-ext ( #3733 )
* move docker code exec to autogen-ext
* fix test
* rename docker subpackage
* add missing renamed package
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
1 year ago
Jack Gerrits
2526c69ce9
Include license file in package ( #3703 )
1 year ago
Jack Gerrits
f326b36242
Documentation tweaks ( #3705 )
* Add extension to handle pydantic docs
* Docs tweaks
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
333c95155c
Website design tweaks ( #3699 )
* Style updates for website
* tab styling
1 year ago
Leonardo Pinheiro
53e5951474
Lspinheiro/chore/migrate azure executor autogen ext ( #3652 )
* migrate code executor and tests
* update extras
* update dependencies and examples
* fix imports
* fix uv lock
* add code_executor to toctree
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jacob Alber
499b3fcbbf
fix: Make cleanup code in docker CodeExecutor asyncio aware ( #669 )
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
af2b5faeef
Update package versions
1 year ago
Jack Gerrits
dc02719f7c
Check for prints ( #616 )
* Check for prints
* format
1 year ago
Jack Gerrits
ab6ba80a98
Update pyright extends for core ( #562 )
* Update pyright extends for core
* Fixes
1 year ago