Quick Start
1
Add to Cargo.toml
2
Set API Key
3
Create Your First Agent
4
Run
Requirements
Optional Features
Enable additional capabilities in Cargo.toml:Best Practices
Use environment variables for API keys
Use environment variables for API keys
Never hardcode API keys in your code. Use environment variables.
Start with minimal features
Start with minimal features
Add features incrementally as needed for smaller binary size.
Related
Quick Start
First agent tutorial
Agent
Agent configuration

