Recipes
Examples of agents that use Asteroid, to help get you started
We maintain a repository of example agents that use Asteroid for supervision. You can find them on our GitHub: https://github.com/asteroidai/cookbook.
To run an example, follow these simple steps:
Clone the Cookbook repo
Pick an example
For example, you could pick the openai_tools_quickstart
example:
(Recommended) Create a new environment
For example, if you’re using Conda:
Install requirements
Get an API Key
Sign in https://platform.asteroid.ai and generate an API key, then set it with:
See API Keys for more information.
Run the example
(Optional) Check on your agent in the platform
Navigate to https://platform.asteroid.ai and find your agent in the interface
That’s it! You’ve now run an agent that uses Asteroid for supervision.
If you have any problems, please reach out to us at founders@asteroid.ai or join our Slack community.