module
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Feb 4, 2025
License: MIT
Opens a new window with license information.
README
¶
Agent Go
A Go implementation of an AI agent orchestration system
Project Structure
agent-go/
├── cmd/
│ └── main.go # Application entry point
├── pkg/
│ ├── agents/ # Agent-related code
│ ├── tasks/ # Task definitions and handling
│ ├── tools/ # Tool interfaces and implementations
│ ├── team/ # Team orchestration (formerly team)
│ └── memory/ # Memory management
└── internal/
└── utils/ # Internal utilities
Getting Started
- Clone the repository
- Install Go 1.21 or later
- Run the application:
go run cmd/main.go
Features
- Agent-based task execution
- Team orchestration
- Tool integration
- Memory management
License
MIT License
Directories
¶
|
|
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.