Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ build/
# Claude Code session worktrees — never commit these
.claude/worktrees/


.tmp-gh-*.ps1

.tmp-venv*/

TestResults/
19 changes: 19 additions & 0 deletions WIKI/Architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Architecture

The Reference Product shows how to integrate determinism with non-deterministic AI agents securely.

## Identity & Execution Flow

\\\mermaid
graph TD;
External[External Event] --> Gateway[API Gateway]
Gateway --> Auth[Managed Identity Auth]
Auth --> Workflow[Deterministic Core Workflow]
Workflow --> Contract[Emit CAS-Contract Event]
Contract --> Foundry[Microsoft Foundry Adapter]
Foundry --> Agent[Next Gen Agent Invocation]
Agent -->|Response| DB[(State Store)]
\\\

## Microsoft Foundry Next Gen Agents
By isolating the agent execution through the Foundry Adapter, we ensure that hallucination or failure is contained, and the deterministic core remains pristine.
6 changes: 6 additions & 0 deletions WIKI/Home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# CAS Reference Product Wiki

Welcome to the internal documentation for the CAS Reference Product.

## Table of Contents
1. [Architecture & Flow](Architecture.md)