SYSTEMS NOMINAL AGENTS — OPERATIONAL — DEGRADED — IDLE — UPDATED — REGION —
KH
Agent Library agents.khekimoglu.com
GCP · linked
·

Control / Center

Every agent, one place. Health, activity and cost pulled from Google Cloud, refreshed automatically.

Invocations · 24h
Error rate · 24h
P95 latency
Est. cost · MTD

Registered agents

Register a new agent

Registration is config-driven. Add one entry to registry/agents.json, push to main, and the deploy workflow publishes it. No UI changes needed.

{
  "slug": "my-new-agent",
  "name": "My New Agent",
  "glyph": "MN",
  "runtime": "cloud-run",
  "service": "my-new-agent",
  "project": "YOUR_GCP_PROJECT_ID",
  "repo": "https://github.com/khekimoglu/my-new-agent",
  "url": "",
  "cost_label": "my-new-agent"
}

Then label the Cloud Run service with agent=my-new-agent so cost and metrics attribution work. Full steps in the README.