# Examples overview

> Build complete, runnable agent applications from Looprig modules.

- Path: `Examples > Overview`
- Human: https://looprig.com/docs/examples
- Machine index: https://looprig.com/llms.txt

These examples are complete applications, not isolated API fragments. Each one has its own Go module, immutable released dependencies, deterministic tests, an embedded skill, domain tools, a Harness Session, and a documented path to hosted or local models.

## Choose an application

| Application | What it teaches | Result |
| --- | --- | --- |
| [Weather Assistant](/docs/examples/weather-assistant.md) | Skill loading, domain tools, streaming turns, events, and model replacement | A conversational weather recommendation |
| [Research Assistant](/docs/examples/research-assistant.md) | A primary Loop, a delegated researcher Loop, retrieval, citations, and workspace artifacts | A cited Markdown brief |

Both run without API credentials so you can inspect the runtime behavior first. The scripted inference clients implement the same `inference.Client` boundary as OpenAI, Anthropic, Google, Bedrock, or a local model adapter.
