Browse Source

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>
tags/python-v0.5.4
EeS GitHub 1 year ago
parent
commit
4d381d7078
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md

+ 2
- 0
python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md View File

@@ -43,6 +43,8 @@ Find community samples and examples of how to use AutoGen
| [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 |
| [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 |
| [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 |
| [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 |
| [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. |

<!-- Example -->
<!-- | [My Model Client](https://github.com/example) | [PyPi](https://pypi.org/project/example) | Model client for my custom model service | -->


Loading…
Cancel
Save