Examples Index
Document ID: EX-INDEX-001
File Path: docs/16-examples/index.md
Version: 1.0.0
Status: Active
Owner: Developer Relations Team
Last Updated: 2026-06-27
1. Purpose
Section titled “1. Purpose”This section provides worked examples that combine the platform’s building blocks — agents, tools, memory, workflows, plugins — into runnable applications. Each example is end to end: definition, run, and what to observe.
2. Examples
Section titled “2. Examples”| Example | Demonstrates |
|---|---|
| hello-agent.md | A minimal agent: define, run, stream |
| rag-agent.md | Retrieval-augmented agent over Memory Engine |
| code-agent.md | Tool-using agent (git, shell) in a sandbox |
| customer-support.md | Multi-step workflow + human approval |
| vpn-agent.md | Operational agent calling external APIs via a plugin |
3. Conventions
Section titled “3. Conventions”- Definitions are YAML, runnable via the CLI or API.
- Examples use a fake/dev provider by default; swap to a real model by changing the model selector.
- Run locally with
--local(CLI local mode) or against a server.
4. Prerequisites
Section titled “4. Prerequisites”wovyr login # or WOVYR_API_KEY for CIwovyr context use <ctx>wovyr doctorSee CLI Installation and Configuration.
5. Related Documents
Section titled “5. Related Documents”11-cli/examples.md— CLI recipes10-dashboard/agent-studio.md— build these visually04-agent-framework/index.md
6. Revision History
Section titled “6. Revision History”| Version | Date | Description |
|---|---|---|
| 1.0.0 | 2026-06-27 | Initial Examples Index |