cas-reference-product is the public v0.1 reference application for the Coding Autopilot
System and Microsoft Foundry Next Gen Agents. It runs a deterministic workflow locally, emits
canonical cas-contracts v0.1 lifecycle events, and includes a Foundry adapter that invokes a
Next Gen agent through the project Responses client. It is designed for the Container Apps and
managed-identity boundary supplied by cas-platform.
This project does not use Classic Assistants APIs and does not deploy Azure resources. See Architecture for the full NO-AZURE-deploy-lock statement.
./scripts/validate.ps1
./scripts/run-local.ps1Invoke-RestMethod `
-Method Post `
-Uri http://127.0.0.1:8080/api/v1/workflows `
-ContentType application/json `
-InFile examples/prompt-envelope.jsonThe local backend returns deterministic output and two canonical lifecycle events. It requires no Azure account.
- Architecture — request flow, local vs. Foundry adapters, deploy-lock posture
- Operations — verified run/test/CI commands
- Decisions — index of recorded architectural decisions