Tutorials Index
Welcome to the Dandy tutorials. This guided series will take you from a fresh setup to building full-featured AI integrations with Dandy. Follow them in order or jump to a specific topic using the links below.
Quick Navigation
- Setup
- Install Dandy, configure your environment, and set up your settings module.
- Intel
- Learn Dandy’s Intel data model, including BaseIntel, typed fields, and list intel.
- Prompts
- Author prompts, control model outputs, and guide LLM responses into typed intel.
- Bots
- Build reusable Bots that encapsulate LLM calls and application logic.
- Recorder
- Record inputs/outputs and generate HTML artifacts for debugging and audits.
- Decoders
- Compose multistep decision logic as decoders with branching and reusable steps.
- Futures
- Run tasks concurrently and orchestrate async-style pipelines.
- Caching
- Cache LLM calls and intermediate results for speed and cost control.
- Agents
- Create Agents that plan, act, and use tools to achieve goals.
- Handling Errors
- Use the critical and recoverable exception design for more robust applications.
- Project Structure
- Organize a robust Dandy project for teams and long-term maintenance.
- Example Project
- A complete example tying all concepts together.