feat: add Code Review demo with Kubernetes deployment infrastructure#38
Merged
feat: add Code Review demo with Kubernetes deployment infrastructure#38
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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):
Payment Agents (AP2 Protocol):
Includes orchestrator, NiceGUI real-time UI, and full Docker Compose stack with all 11 AEX core services + 7 agent containers.
Kubernetes Deployment:
Cloud Deployments:
Also updates demo README with both demos' architecture, pricing tables, port references, and .env.example files with payment agent documentation.