Skip to content

Commit

Permalink
Add table for community packages (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Nov 14, 2024
1 parent 9ec7ecc commit ea3a1c9
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ azure-container-code-executor
```


Discover community projects:
## Discover community projects:

::::{grid} 1 2 2 2
:margin: 4 4 0 0
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ea3a1c9

Please sign in to comment.