Examples
Complete, copy-pasteable worked examples for common llmenv scenarios.
Each example assumes you've already run llmenv init and have a working
~/.config/llmenv/config.yaml. See Getting Started if
you haven't.
| Example | What it shows |
|---|---|
| Office vs. home network | Different MCP servers per network, automatic switching |
| Per-repo plugin sets | Project markers activating repo-specific tooling |
| Shared memory across Rust projects | Tag-based memory backend shared by a language tag |
| Multi-host memory topology | Same memory feature, different network exposure per host |
| Precedence walkthrough | Project scope overriding host scope, step by step |
For a complete, working config tree instead of an isolated snippet, see
examples/config-llmenv-dir/
in the repo — real scopes, bundles, config.yaml, and AGENTS.md, all wired together.