Files
template-go-agent/CLAUDE.md
Mathias Bergqvist 7dfe8a792e feat: initial scaffold with context adapters and litellm pkg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 23:02:07 +02:00

570 B

PROJECT_NAME

Identity

  • Name: PROJECT_NAME
  • Owner: Mathias
  • Client: personal
  • Repo: gitea.d-ma.be/mathias/PROJECT_NAME
  • Status: active

Stack

Go + ADK + LiteLLM. See ~/dev/.context/AGENT.md for cross-project conventions.

Agent

TODO: describe what this agent does, what tools it has, and what it's responsible for.

Observability

Traces → Jaeger via OTLP_ENDPOINT. Set ADK_SERVICE_NAME=__PROJECT_NAME__ per deployment. Spans emitted: invoke_agent, generate_content. Tool spans require custom callbacks.