Guides
Introduction
Bootstrap your first Daydreams agent.
Bootstrapping a New Agent
The easiest way to get started with Daydreams is to use the CLI tool:
Install the CLI
Create a new agent
This will scaffold a new agent project with all the necessary files and dependencies.
Navigate to your project
Configure Environment
Copy the .env.example
file to .env
and fill in your API keys.
Start your agent
Complete Example
Here's a minimal example of a Daydreams agent using the CLI extension:
This will run the agent in the terminal. Talk to it!
For more detailed usage, check out the other guides or explore the Concepts section.