Skip to content

Commit 42d1142

Browse files
committed
chore: ecosystem-wide sync of uncommitted changes
1 parent d5a48c0 commit 42d1142

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ build/
1313
# Claude Code session worktrees — never commit these
1414
.claude/worktrees/
1515

16+
17+
.tmp-gh-*.ps1
18+
19+
.tmp-venv*/
20+
21+
TestResults/

WIKI/Architecture.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Architecture
2+
3+
The Reference Product shows how to integrate determinism with non-deterministic AI agents securely.
4+
5+
## Identity & Execution Flow
6+
7+
\\\mermaid
8+
graph TD;
9+
External[External Event] --> Gateway[API Gateway]
10+
Gateway --> Auth[Managed Identity Auth]
11+
Auth --> Workflow[Deterministic Core Workflow]
12+
Workflow --> Contract[Emit CAS-Contract Event]
13+
Contract --> Foundry[Microsoft Foundry Adapter]
14+
Foundry --> Agent[Next Gen Agent Invocation]
15+
Agent -->|Response| DB[(State Store)]
16+
\\\
17+
18+
## Microsoft Foundry Next Gen Agents
19+
By isolating the agent execution through the Foundry Adapter, we ensure that hallucination or failure is contained, and the deterministic core remains pristine.

WIKI/Home.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CAS Reference Product Wiki
2+
3+
Welcome to the internal documentation for the CAS Reference Product.
4+
5+
## Table of Contents
6+
1. [Architecture & Flow](Architecture.md)

0 commit comments

Comments
 (0)