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
Agent System - Multi-agent architecture for coordinating AI agents
Workflow Automation - Automated project management and development workflows
Command Interface - CLI interface for interacting with the agent system
Package System - Modular package structure for extensibility
Docker Support - Containerized deployment with Dockerfile
Cloud Build - Google Cloud Build configuration for CI/CD