agent-go

A Go-based agent that integrates MCP servers

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

23

Forks

0

Issues

0

README
agent-go

A Go-based agent inspired by How to Build an Agent. Integrates the Model Context Protocol (MCP) with autonomous agents.

Demo

Demo of agent-go

Project Structure
  • pkg/agent/ — Agent core logic and orchestration
  • pkg/mcp/ — Run and manage MCP servers
  • pkg/tool/ — Tool implementations for agent capabilities, including file operations
  • main.go — Application entry point
Getting Started

Pre-requisites:

  • Anthropic API key
  • Docker running
  • Update the config.json
go mod download
export ANTHROPIC_API_KEY=""
go run main.go