Quick Start
Requirements
| Requirement | Version |
|---|---|
| Rust | 1.70+ |
| Tokio | 1.x |
Optional Features
Enable additional capabilities in Cargo.toml:| Feature | Description |
|---|---|
mcp | Model Context Protocol support |
knowledge | RAG and knowledge base |
full | All features enabled |
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.

