Jack Gerrits
|
2c76ff9fcc
|
More improvements for component config (#4799)
* More improvements for component config
* clean output
* working dir
* fix fstring
* key error
* remove mv
|
2024-12-23 18:29:23 -05:00 |
|
Jack Gerrits
|
90d6723685
|
Usability improvements to component config (#4794)
* Usability improvements to component config
* Implement model upgrade
|
2024-12-23 14:03:58 -05:00 |
|
Jack Gerrits
|
dda208f9b4
|
Add component config support (#4757)
* Add wip component impl
* finishing touches
* remove test file
* fix json usage
* Format
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
|
2024-12-20 13:14:24 -05:00 |
|
Jack Gerrits
|
453fe0cafd
|
Replace single quotes with double quotes (#4760)
* Replace single quotes with double quotes
* Fix version
* formatting
|
2024-12-19 14:21:51 -05:00 |
|
Eric Zhu
|
6c1f638960
|
dev11 release (#4642)
* dev11 release
|
2024-12-10 08:28:48 -08:00 |
|
Jack Gerrits
|
c234e77617
|
Add deprecated alias for openai model clients (#4641)
Add alias for openai model clients
|
2024-12-10 08:03:42 -08:00 |
|
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>
|
2024-12-09 19:18:09 -08:00 |
|
Jack Gerrits
|
218e84fd8e
|
Migrate remaining components (#4626)
|
2024-12-09 18:39:07 -08:00 |
|
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
|
2024-12-09 10:00:08 -08:00 |
|
Eric Zhu
|
8dac072658
|
Update references in docs (#4590)
* Update agent doc
* Remove outdated doc
* Update references
* Update readme
* Update readme
|
2024-12-06 01:59:28 -08:00 |
|
Eric Zhu
|
8707729da9
|
dev9 (#4585)
* dev9
|
2024-12-06 00:43:56 -08:00 |
|
Jack Gerrits
|
2b878763f8
|
Move grpc runtimes to ext, flatten application (#4553)
* Move grpc runtimes to ext, flatten application
* rename to grpc
* fmt
|
2024-12-04 16:23:20 -08:00 |
|
Jack Gerrits
|
3022369eeb
|
Flatten core base and components (#4513)
* Flatten core base and components
* remove extra files
* dont export from deprecated locations
* format
* fmt
|
2024-12-03 17:00:44 -08:00 |
|
Eric Zhu
|
f70869f236
|
update dev8 (#4417)
|
2024-11-27 14:39:31 -08:00 |
|
Eric Zhu
|
52790a8de7
|
o1 support for agent chat, and validate model capabilities (#4397)
|
2024-11-27 10:45:51 -08:00 |
|
Jack Gerrits
|
1a02e2ba4b
|
Update version to dev7 (#4359)
* Update version to dev7
* update other references
|
2024-11-25 14:09:41 -08:00 |
|
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>
|
2024-11-25 16:07:45 -05:00 |
|
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
|
2024-11-25 09:34:52 -08:00 |
|
Mohammad Mazraeh
|
341417e636
|
add tolerance for empty choices (#4311)
* add tolerance for empty choices
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* address pr comments
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* address pr comments
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_openai_client.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update _openai_client.py
---------
Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
|
2024-11-25 09:06:35 -05:00 |
|
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>
|
2024-11-22 11:29:39 -05:00 |
|
Eric Zhu
|
1bf5fbb67b
|
Add API docs for builtin clients (#4232)
* Add API docs for builtin clients
* Address feedbacks
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
|
2024-11-17 21:33:33 -05:00 |
|
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>
|
2024-11-11 15:33:44 -05:00 |
|
Rohan Thacker
|
3c63f6f3ef
|
Corrected typo in get_capabilities in _model_info.py (#4002)
|
2024-10-30 13:39:45 -07:00 |
|
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>
|
2024-10-29 16:20:03 -07:00 |
|
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>
|
2024-10-22 11:40:41 -04:00 |
|