WAS A2A AGENTS

Multi-agent AI System for Project Management
Language Go
Portfolio Code

Code in this repository

Path

Code lives in this repo at code/was-a2a-agents/. Clone the portfolio repository to get the source.

How to run

  • Clone this repository, then open a terminal in the-monospace-web/code/was-a2a-agents.
  • Install Go if needed. Run go build to compile.
  • Use the CLI from cmd/ to interact with the agent system.
  • For containerized run: build and run with Dockerfile.a2a. For CI/CD, use cloudbuild-a2a-system.yaml with Google Cloud Build.
code/was-a2a-agents/

Overview

WAS A2A Agent System is a multi-agent AI system designed for project management and development workflow automation. The system uses a multi-agent architecture to coordinate AI agents for various project management tasks.

Architecture

System Type

Multi-agent AI system with agent coordination and workflow automation

Key Components

Project Structure

was-a2a-agents/
├── agents/                    # Agent implementations
├── cmd/                       # Command-line interfaces
├── pkg/                       # Shared packages and libraries
├── Dockerfile.a2a            # Docker container configuration
├── cloudbuild-a2a-system.yaml # Google Cloud Build config
├── go.mod                     # Go module dependencies
└── go.sum                     # Dependency checksums

Features

Deployment

The project includes deployment configurations for:

Technology Stack