feat: wire Gerhard to gutasktool

This commit is contained in:
2026-04-26 18:37:03 +02:00
parent 7f193c50ff
commit fcf1b91224
8 changed files with 426 additions and 13 deletions
+23
View File
@@ -0,0 +1,23 @@
# Agent0 bundle — environment variables
# Copy to .env and fill in values before starting containers.
# ── Agent Zero dashboard auth (all agent0 containers) ──────────────────────
AUTH_LOGIN=admin
AUTH_PASSWORD=changeme
# ── Glitch University API (gnommoweb backend) ──────────────────────────────
API_URL=https://glitch.university
CONTENT_API_KEY=
# ── LLM provider keys ──────────────────────────────────────────────────────
# Used by Hermes agents. ANTHROPIC_TOKEN is the Anthropic API key.
ANTHROPIC_TOKEN=sk-ant-
# ── Gerhard (Hermes agent / gutask identity) ────────────────────────────────
AGENT_ID=
AGENT_NAME=Gerhard Rug
AGENT_PASSWORD=***
# ── Hermes container ownership ─────────────────────────────────────────────
HERMES_UID=1000
HERMES_GID=1000