Skip to content

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


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.


ExampleDemonstrates
hello-agent.mdA minimal agent: define, run, stream
rag-agent.mdRetrieval-augmented agent over Memory Engine
code-agent.mdTool-using agent (git, shell) in a sandbox
customer-support.mdMulti-step workflow + human approval
vpn-agent.mdOperational agent calling external APIs via a plugin

  • 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.

Terminal window
wovyr login # or WOVYR_API_KEY for CI
wovyr context use <ctx>
wovyr doctor

See CLI Installation and Configuration.



VersionDateDescription
1.0.02026-06-27Initial Examples Index