Was macht Build production Go agents with tRPC-Agent-Go?
Model Go-native agent systems with graph workflows, tool calls, memory, MCP, A2A, evaluation, and OpenTelemetry observability.
Prerequisites
Go toolchain, tRPC-Agent-Go module, model provider credentials, optional MCP/A2A/AG-UI integrations
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/trpc-group/trpc-agent-go.git
- git clone https://github.com/YOUR_USERNAME/trpc-agent-go.git
Requirements and caveats from upstream:
- Prerequisites
- Sometimes your Agent must be created per request (for example: different
- Agent-to-Agent (A2A) interop with an ADK Python A2A server.
Basic usage or getting-started notes:
-
// Or run them in parallel
-
// Run with Langfuse attributes
-
events, _ := runner.Run(ctx, "user-1", "session-1",
-
Extracted from upstream docs: https://raw.githubusercontent.com/trpc-group/trpc-agent-go/HEAD/README.md