Skip to content

feat: add Code Review demo with Kubernetes deployment infrastructure#38

Merged
fenar merged 1 commit intomainfrom
feat/code-review-demo-k8s
Feb 9, 2026
Merged

feat: add Code Review demo with Kubernetes deployment infrastructure#38
fenar merged 1 commit intomainfrom
feat/code-review-demo-k8s

Conversation

@parlakisik
Copy link
Contributor

Add a new Code Review demo (demo/code_review/) with 3 Claude-powered code review agents competing through the AEX marketplace, mirroring the legal agents demo but in the software development domain:

Code Review Agents (A2A Protocol):

  • QuickReview AI ($3 + $1/file) - Budget tier, fast basic review
  • CodeGuard AI ($10 + $3/file) - Standard tier, security-focused
  • ArchitectAI ($25 + $5/file) - Premium tier, deep architecture review

Payment Agents (AP2 Protocol):

  • DevPay (2% fee / 1% reward) - General dev payments
  • CodeAuditPay (2.5% fee / 3% reward) - Code audit cashback
  • SecurityPay (3% fee / 4% reward) - Security audit cashback

Includes orchestrator, NiceGUI real-time UI, and full Docker Compose stack with all 11 AEX core services + 7 agent containers.

Kubernetes Deployment:

  • Full K8s manifests under deploy/k8s/ with Kustomize overlays (dev/staging/production)
  • Kind cluster config for local development (3-node cluster)
  • MongoDB StatefulSet with secret-based credentials
  • Health probes, resource limits, HPA, PDB, and NetworkPolicy for production
  • Nginx ingress configuration

Cloud Deployments:

  • AWS EKS: CloudFormation template, deploy script, CI/CD pipeline (.github/workflows/cd-aws-eks.yml)
  • GCP GKE: Autopilot/Standard mode support, Cloud Build, CI/CD pipeline (.github/workflows/cd-gcp-gke.yml)
  • Setup/teardown helper scripts under hack/deploy/

Also updates demo README with both demos' architecture, pricing tables, port references, and .env.example files with payment agent documentation.

Add a new Code Review demo (demo/code_review/) with 3 Claude-powered code
review agents competing through the AEX marketplace, mirroring the legal
agents demo but in the software development domain:

Code Review Agents (A2A Protocol):
- QuickReview AI ($3 + $1/file) - Budget tier, fast basic review
- CodeGuard AI ($10 + $3/file) - Standard tier, security-focused
- ArchitectAI ($25 + $5/file) - Premium tier, deep architecture review

Payment Agents (AP2 Protocol):
- DevPay (2% fee / 1% reward) - General dev payments
- CodeAuditPay (2.5% fee / 3% reward) - Code audit cashback
- SecurityPay (3% fee / 4% reward) - Security audit cashback

Includes orchestrator, NiceGUI real-time UI, and full Docker Compose stack
with all 11 AEX core services + 7 agent containers.

Kubernetes Deployment:
- Full K8s manifests under deploy/k8s/ with Kustomize overlays (dev/staging/production)
- Kind cluster config for local development (3-node cluster)
- MongoDB StatefulSet with secret-based credentials
- Health probes, resource limits, HPA, PDB, and NetworkPolicy for production
- Nginx ingress configuration

Cloud Deployments:
- AWS EKS: CloudFormation template, deploy script, CI/CD pipeline (.github/workflows/cd-aws-eks.yml)
- GCP GKE: Autopilot/Standard mode support, Cloud Build, CI/CD pipeline (.github/workflows/cd-gcp-gke.yml)
- Setup/teardown helper scripts under hack/deploy/

Also updates demo README with both demos' architecture, pricing tables,
port references, and .env.example files with payment agent documentation.

Signed-off-by: Murat Parlakisik <parlakisik@gmail.com>
@fenar fenar merged commit 5f1b9f0 into main Feb 9, 2026
6 of 7 checks passed
@fenar fenar deleted the feat/code-review-demo-k8s branch February 9, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants