https://github.com/codegen-sh/codegen-examples
Examples using the Codegen SDK
https://github.com/codegen-sh/codegen-examples
Last synced: 3 months ago
JSON representation
Examples using the Codegen SDK
- Host: GitHub
- URL: https://github.com/codegen-sh/codegen-examples
- Owner: codegen-sh
- License: apache-2.0
- Created: 2025-01-21T00:48:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T00:53:22.000Z (about 1 year ago)
- Last Synced: 2025-02-04T01:24:45.273Z (about 1 year ago)
- Size: 493 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Codegen Examples
[](https://docs.codegen.com)
This is a collection of examples using [Codegen](https://codegen.com). You can use these examples to learn how to use Codegen and integrate the codegen agent into your workflows.
## Setup
We recommend using [`uv`](https://github.com/astral-sh/uv) with Python 3.13 for the best experience.
Install Codegen
```bash
uv pip install codegen
```
In order to use the codegen API you will need to generate a token [here](https://www.codegen.sh/token)
Your environment is now ready to use the codegen API!
## Examples
Within the examples folder, each subdirectory contains a self-contained example with:
- An explanation of the use case (`README.md`)
- Files that leverage codegen for powerful applications
## Learn More
- [Documentation](https://docs.codegen.com)
- [API](https://docs.codegen.com/introduction/api)
- [Agent Capabilities](https://docs.codegen.com/introduction/capabilities)
- [Prompting](https://docs.codegen.com/introduction/prompting)
- [Community](https://docs.codegen.com/introduction/community)
## Contributing
Have a useful example to share? We'd love to include it! Please see our [Contributing Guide](CONTRIBUTING.md) for instructions.
## License
The [Apache 2.0 license](LICENSE).