diff --git a/docs/wiki/Architecture.md b/docs/wiki/Architecture.md index 2902c5b..3b7ad8a 100644 --- a/docs/wiki/Architecture.md +++ b/docs/wiki/Architecture.md @@ -1,5 +1,7 @@ # Architecture +![Architecture Diagram](assets/arch.png) + `cas-reference-product` implements a strictly typed request/response boundary using canonical `cas-contracts` data structures, with interchangeable local and Foundry Next Gen agent adapters behind the same `WorkflowAgentService` interface. diff --git a/docs/wiki/assets/arch.png b/docs/wiki/assets/arch.png new file mode 100644 index 0000000..dbd7536 Binary files /dev/null and b/docs/wiki/assets/arch.png differ