Add table for community packages (#4194)

This commit is contained in:
Jack Gerrits 2024-11-14 18:51:06 -05:00 committed by GitHub
parent 9ec7ecc29c
commit ea3a1c94e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ azure-container-code-executor
```
Discover community projects:
## Discover community projects:
::::{grid} 1 2 2 2
:margin: 4 4 0 0
@ -48,6 +48,19 @@ Find community samples and examples of how to use AutoGen
::::
### List of community projects
| Name | Package | Description |
|---|---|---|
<!-- Example -->
<!-- | [My Model Client](https://github.com/example) | [PyPi](https://pypi.org/project/example) | Model client for my custom model service | -->
<!-- - Name should link to the project page or repo
- Package should link to the PyPi page
- Description should be a brief description of the project. 1 short sentence is ideal. -->
## Built-in extenions
Read docs for built in extensions:
@ -105,12 +118,12 @@ AutoGen embraces the use of type hints to provide a better development experienc
### Discovery
To make it easier for users to find your extension, sample, service or package, you can [add the topic](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) `autogen` to the GitHub repo.
To make it easier for users to find your extension, sample, service or package, you can [add the topic](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) [`autogen`](https://github.com/topics/autogen) to the GitHub repo.
More specific topics are also available:
- `autogen-extension` for extensions
- `autogen-sample` for samples
- [`autogen-extension`](https://github.com/topics/autogen-extension) for extensions
- [`autogen-sample`](https://github.com/topics/autogen-sample) for samples
### Changes from 0.2