Foundation

Posted on Oct 28, 2025

Foundation Documents

Core architecture decisions that shape the IAEMS platform. These 15 documents establish:

  • Agent Marketplace architecture
  • A2A (Agent-to-Agent) Framework
  • IAE (Intelligence Agent Engine) Platform

Agent Marketplace (4 docs)

Containerized AI agent marketplace with Docker-based isolation and n8n orchestration.

Key Decisions:

  • Docker containers for agent isolation
  • n8n for workflow orchestration
  • Scalable microservices architecture

A2A Framework (6 docs)

Agent-to-Agent communication using native Vertex AI Agent Engine capabilities.

Key Decisions:

  • Native Vertex AI A2A support (no custom protocol)
  • Event-driven agent communication
  • State management and coordination

IAE Platform (2 docs)

Intelligence Agent Engine - the core platform powering agent operations.

Key Decisions:

  • Vertex AI as primary infrastructure
  • Demo-first approach for validation
  • Product roadmap aligned with capabilities

Reading Order

For newcomers:

  1. Start with [004] Final Implementation Decision
  2. Read [006] A2A Technical Architecture
  3. Review [001] Agent Offerings Implementation

For implementers:

  1. Follow [009] A2A Implementation Roadmap
  2. Reference [007] Intelligence Layer Specification
  3. Use [010] Documentation Index for navigation

Documents: 15 total (4 marketplace + 6 A2A + 2 IAE + 3 other) Status: Complete architectural foundation Next: System-level documentation (13 docs)