Skip to content

Phil-Hills/a2ac-docs

Repository files navigation

A2AC Core Substrate

Open infrastructure for agent-to-agent workflow automation.
Deploy natively within Google Cloud or Azure. Zero external dependencies.

Cloud Run Azure A2A Protocol License

What is A2AC?

A2AC (Agent-to-Agent Communication) is a deterministic semantic memory and orchestration layer for multi-agent systems. It gives isolated AI agents a shared memory state with bank-grade cryptographic audit trails — deployed entirely within your own cloud tenant. Whether your data gravity is in Google or Microsoft, A2AC deploys natively inside your firewall.

The problem: Enterprises run AI features inside each platform separately — Salesforce, Azure, Google Cloud — but nothing connects them. There is no shared audit trail across systems.

The solution: A2AC provides the connective infrastructure. Push expensive AI compute off the CRM, produce shared work records, and validate agent definitions before execution.

Architecture

┌──────────────┐     Cube Protocol     ┌─────────────────────────────────┐
│  Edge Node   │ ──────────────────►   │      Google Cloud (Cloud Run)   │
│              │                       │                                 │
│ • Local LLM  │                       │  ┌─────────────────────────┐   │
│   (Ollama)   │                       │  │  Cube Validator         │   │
│ • Data       │                       │  │  Semantic Brain         │   │──► Enterprise
│   Compress   │                       │  │  Commerce Engine        │   │   Systems
│              │                       │  │  Workflow Ledger        │   │
│              │                       │  │  Memory Librarian       │   │  • Salesforce
│              │                       │  │  Payment Gateway        │   │  • Azure
│              │                       │  │  Entitlement Manager    │   │  • CRM
│              │                       │  └─────────────────────────┘   │
└──────────────┘                       │     ▲              ▲           │
                                       │     │              │           │
                                       │  Vertex AI     Pub/Sub        │
                                       │  Embeddings    Routing        │
                                       └─────────────────────────────────┘
                                       ┌─────────────────────────────────┐
                                       │     Immutable Audit Trail       │
                                       └─────────────────────────────────┘

Live Endpoints

Endpoint URL Description
Root https://api.a2ac.ai/ Swarm status, all services
Agent Card https://api.a2ac.ai/.well-known/agent.json A2A protocol discovery
Health https://api.a2ac.ai/health Readiness probe
Cube https://api.a2ac.ai/cube/ Cube validator
Brain https://api.a2ac.ai/brain/ Semantic memory
Commerce https://api.a2ac.ai/commerce/ Offer management
Ledger https://api.a2ac.ai/ledger/ Immutable audit chain
Librarian https://api.a2ac.ai/librarian/ Memory organization
Plans https://api.a2ac.ai/entitlement/plans Pricing tiers

Services

Service Purpose GCP Azure
Cube Validator Validates Q-Protocol agent definitions Cloud Run Container Apps
Semantic Brain Shared memory via vector embeddings Vertex AI + ChromaDB Azure OpenAI + Cosmos DB
Commerce Engine Agent-to-agent offer creation and settlement Cloud Run Container Apps
Workflow Ledger Immutable blockchain-style audit trail Cloud Run Container Apps
Memory Librarian Automatic memory clustering and organization Cloud Run Container Apps
Payment Gateway Direct subscription management Stripe Stripe
Entitlement Manager Marketplace billing integration Cloud Commerce API Azure Marketplace API

Pricing

Plan Price Includes
Sandbox Free Non-production license, cube validation, 5,000 memory records, community support
Production $2,500/month Commercial license, unlimited memory, full ledger, commerce engine, email support (48hr)
Enterprise $5,000+/month Q-Protocol audit vault, dedicated architecture review, 4-hour SLA, custom integrations

Deploy

Google Cloud (1-Click via Marketplace)

cd terraform/
terraform init
terraform apply -var="project_id=YOUR_PROJECT_ID"

Provisions: Cloud Run + Vertex AI + Pub/Sub + IAM

Azure (1-Click via Marketplace)

cd azure/
az deployment group create \
  --resource-group YOUR_RESOURCE_GROUP \
  --template-file main.bicep \
  --parameters @parameters.json

Provisions: Container Apps + Cosmos DB + Service Bus + Log Analytics

Tech Stack

Layer Google Cloud Azure
Compute Cloud Run Container Apps
Memory Vertex AI + ChromaDB Azure OpenAI + Cosmos DB
Routing Pub/Sub Service Bus
Audit Cloud Logging Log Analytics
Deploy Terraform Bicep / ARM
Billing GCP Marketplace Azure Marketplace (MACC-eligible)
  • Runtime: Python 3.12, Flask, Gunicorn
  • Container: Docker (same image, both clouds)

A2A Protocol Compliance

A2AC implements Google's Agent-to-Agent protocol. The Agent Card at /.well-known/agent.json exposes 7 discoverable skills that any A2A-compatible agent can invoke.

Legal

Provider

A2AC LLC
a2ac.aiphil@a2ac.ai


Built by Phil Hills. Hardened on mortgage underwriting. Ready for the world.

About

A2AC Core Substrate — Open infrastructure for agent-to-agent workflow automation. Deploy natively on GCP or Azure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors