agent-go

A Go-based agent that integrates MCP servers

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

7

フォーク

0

イシュー

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