One command to connect: docker run -it --rm --network your-ai-network local/basecamp
You've got local AI services running — Ollama, maybe TabbyAPI or vLLM, maybe SearXNG. They work. But to actually use them together, you're either:
Nothing ties your stack together. Until now.
Basecamp is a Docker image containing Hermes Agent + Ollama. When you run it on a Docker network, it:
tavern CLI dynamically from what it foundFirst run, basecamp scans your network and shows you what it found:
Subsequent runs skip this — config is saved to a persistent volume. Run tavern rediscover to re-scan.
| Feature | Other tools | Basecamp |
|---|---|---|
| Service discovery | Manual config | Auto-discover |
| API keys | Hardcoded in config | Prompted at connect |
| Works with any stack | Tied to one app | Stack-agnostic |
| Agent included | BYO agent | Hermes Agent built-in |
| Streaming chat | Usually no | Yes, by default |
| Re-scan after changes | Edit config again | tavern rediscover |
| Secrets in image | Often yes | Zero hardcoded keys |