Jack Gerrits
cb1633b501
feat!: Add support for model family specification ( #4856 )
* Add support for model family specification
* spelling mistake
* lint, etc
* fixes
1 year ago
Sachin Joglekar
3b4dd6e050
Support custom models with OpenAI client ( #4808 )
1 year ago
Leonardo Pinheiro
253fe216fd
Add models.openai and tools.langchain namespaces ( #4601 )
* add models.openai namespace
* refactor tools namespace
* update lock file
* revert pyproject changes
* update docs and add cast
* update ext models doc ref
* increase underline
* add reply models namespace
* update imports
* fix test
* linting
* fix missing conflicts
* revert pydantic changes
* rename to replay
* replay
* fix reply
* Fix test
* formatting
* example
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Jack Gerrits
218e84fd8e
Migrate remaining components ( #4626 )
1 year ago
Jack Gerrits
87011ae01b
Migrate model context and models modules out of components ( #4613 )
* Move model context out of components
* move models out of components
* rename docs file
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
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
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
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
Mohammad Mazraeh
570471bed7
Add reply chat completion client ( #4096 )
* initial implementation of reply chat completion client
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
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
Leonardo Pinheiro
38f62e1609
migrate models ( #3848 )
* migrate models
* Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_tool_use_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* refactor missing imports
* ignore type check errors
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_model_info.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* update packages index page
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago