---
name: "Build production Go agents with tRPC-Agent-Go"
slug: "build-production-go-agents-with-trpc-agent-go"
description: "Model Go-native agent systems with graph workflows, tool calls, memory, MCP, A2A, evaluation, and OpenTelemetry observability."
github_stars: 1501
verification: "security_reviewed"
source: "https://github.com/trpc-group/trpc-agent-go"
author: "tRPC Group"
publisher_type: "organization"
category: "Developer Tools"
framework: "Custom Agents"
tool_ecosystem:
  github_repo: "trpc-group/trpc-agent-go"
  github_stars: 1501
---

# 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](#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",

- Source: https://github.com/trpc-group/trpc-agent-go
- Extracted from upstream docs: https://raw.githubusercontent.com/trpc-group/trpc-agent-go/HEAD/README.md

## Documentation

- https://trpc-group.github.io/trpc-agent-go/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/build-production-go-agents-with-trpc-agent-go/)
