From 4216cef5db35806f0e07298abf937635d9d2b025 Mon Sep 17 00:00:00 2001 From: PRAMOD B N Date: Fri, 14 Aug 2026 23:27:39 -0500 Subject: [PATCH] docs: scaffold and align control tower ecosystem role --- AGENTS.md | 8 ++++---- DeepAgent-Control-Tower-Concept.md | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a3dddc7..dfd3683 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -25,8 +25,8 @@ DeepAgentLabs capabilities. belongs in `agenticlens` - Fault injection and resilience-testing logic — that belongs in `agentic-chaos` -- Decision-time governance or pre-action intervention logic — that belongs in - `agentic-sidecar` +- Decision-time supervision/governance or pre-action intervention logic — that + belongs in `agentic-sidecar` - The MCP-native access surface itself — that belongs in `deep-agentic-core-mcp`, even when it later connects to Control Tower @@ -36,8 +36,8 @@ DeepAgentLabs capabilities. inventory, status, or configuration contracts - `agenticlens` when Control Tower needs summarized observability or readiness posture -- `agentic-sidecar` when Control Tower needs summarized governance or risk - posture +- `agentic-sidecar` when Control Tower needs summarized supervision/governance + or risk posture - `agentic-chaos` when Control Tower needs summarized experiment or resilience posture - `deep-agentic-core-mcp` when the control plane is later exposed to AI diff --git a/DeepAgent-Control-Tower-Concept.md b/DeepAgent-Control-Tower-Concept.md index 6ff8831..b1eaf4d 100644 --- a/DeepAgent-Control-Tower-Concept.md +++ b/DeepAgent-Control-Tower-Concept.md @@ -18,7 +18,7 @@ pip install agenticops-control-tower DeepAgentLabs provides modular capabilities for operating Agentic AI systems: - **AgenticLens — OBSERVE** -- **Agentic-Sidecar — GOVERN** +- **Agentic-Sidecar — SUPERVISE** - **Agentic-Chaos — TEST** - **Agentic MCP — CONNECT** - **DeepAgent Control Tower — OPERATE** @@ -84,7 +84,7 @@ DeepAgent Control Tower fills this gap. │ │ │ ▼ ▼ ▼ AgenticLens Agentic-Sidecar Agentic-Chaos - OBSERVE GOVERN TEST + OBSERVE SUPERVISE TEST ``` DeepAgent Control Tower is therefore **not merely a dashboard**. @@ -810,7 +810,7 @@ Conceptually: ┌───────────┐ ┌─────────────┐ ┌─────────────┐ │AgenticLens│ │ Agentic │ │ Agentic │ │ │ │ Sidecar │ │ Chaos │ - │ OBSERVE │ │ GOVERN │ │ TEST │ + │ OBSERVE │ │ SUPERVISE │ │ TEST │ └───────────┘ └─────────────┘ └─────────────┘ ▲ ▲ ▲ │ │ │ @@ -845,7 +845,7 @@ MCP = CONNECT LENS = OBSERVE -SIDECAR = GOVERN +SIDECAR = SUPERVISE CHAOS = TEST @@ -943,7 +943,7 @@ The entire ecosystem can now be communicated in five words: Understand what agents are doing. -### GOVERN +### SUPERVISE **Agentic-Sidecar** @@ -987,4 +987,4 @@ Agentic MCP complements it by providing the AI-native connectivity layer: Together, the ecosystem provides: -> **Observe. Govern. Test. Connect. Operate. Standardize.** \ No newline at end of file +> **Observe. Govern. Test. Connect. Operate. Standardize.**