Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.36 KB

File metadata and controls

38 lines (28 loc) · 1.36 KB

cas-reference-product Wiki

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.

Deployment status: local-first, no live Azure deploy

This project does not use Classic Assistants APIs and does not deploy Azure resources. See Architecture for the full NO-AZURE-deploy-lock statement.

Quickstart

./scripts/validate.ps1
./scripts/run-local.ps1
Invoke-RestMethod `
  -Method Post `
  -Uri http://127.0.0.1:8080/api/v1/workflows `
  -ContentType application/json `
  -InFile examples/prompt-envelope.json

The local backend returns deterministic output and two canonical lifecycle events. It requires no Azure account.

Where to go next

  • Architecture — request flow, local vs. Foundry adapters, deploy-lock posture
  • Operations — verified run/test/CI commands
  • Decisions — index of recorded architectural decisions