You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: add extentions - autogen-oaiapi and autogen-contextplus (#6338)
DOC: add extentions - autogen-oaiapi and autogen-contextplus
the contextplus is user define autogen model_context.
It discussion in #6217 and #6160
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Copy file name to clipboardExpand all lines: python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md
+2
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ Find community samples and examples of how to use AutoGen
43
43
|[autogen-openaiext-client](https://github.com/vballoli/autogen-openaiext-client)|[PyPi](https://pypi.org/project/autogen-openaiext-client/)| Model client for other LLMs like Gemini, etc. through the OpenAI API |
44
44
|[autogen-ext-mcp](https://github.com/richard-gyiko/autogen-ext-mcp)|[PyPi](https://pypi.org/project/autogen-ext-mcp/)| Tool adapter for Model Context Protocol server tools |
45
45
|[autogen-ext-email](https://github.com/masquerlin/autogen-ext-email)|[PyPi](https://pypi.org/project/autogen-ext-email/)| A Email agent for generating email and sending |
46
+
|[autogen-oaiapi](https://github.com/SongChiYoung/autogen-oaiapi)|[PyPi](https://pypi.org/project/autogen-oaiapi/)| an OpenAI-style API server built on top of AutoGen |
47
+
|[autogen-contextplus](https://github.com/SongChiYoung/autogen-contextplus)|[PyPi](https://pypi.org/project/autogen-contextplus/)| Enhanced model_context implementations, with features such as automatic summarization and truncation of model context. |
46
48
47
49
<!-- Example -->
48
50
<!-- | [My Model Client](https://github.com/example) | [PyPi](https://pypi.org/project/example) | Model client for my custom model service | -->
0 commit comments