autogen/python/packages/autogen-ext
Federico Villa 09d8d344a2
Filter invalid parameters in Ollama client requests (#5983)
Remove unrecognized parameters in Ollama API calls.
---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-03-17 21:09:26 +00:00
..
imgs Task-Centric Memory (#5227) 2025-03-04 09:56:49 -08:00
src/autogen_ext Filter invalid parameters in Ollama client requests (#5983) 2025-03-17 21:09:26 +00:00
tests Fix R1 reasoning parser for openai client (#5961) 2025-03-17 10:09:41 -07:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Make package readmes slightly less empty (#4961) 2025-01-09 10:44:13 -08:00
conftest.py Split out GRPC tests (#5431) 2025-02-07 16:57:30 +00:00
pyproject.toml Upgrade llama cpp to 0.3.8 to fix windows related error (#5948) 2025-03-14 12:20:42 -07:00
test_filesurfer_agent.html Memory Interface in AgentChat (#4438) 2025-01-14 07:06:13 +00:00

README.md

AutoGen Extensions

AutoGen is designed to be extensible. The autogen-ext package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.