Skip to content
Merged
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
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions DeepAgent-Control-Tower-Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Propagate the SUPERVISE rename to every ecosystem summary

Changing the canonical Sidecar role here leaves contradictory public guidance: this document still concludes with “Observe. Govern…” on line 990, while README.md lines 5, 98, and 183 and ROADMAP.md line 95 also continue to label Sidecar as GOVERN. Readers therefore receive different role names depending on the entry point, so update those summaries to SUPERVISE as part of this ecosystem-story change.

AGENTS.md reference: AGENTS.md:L156-L160

Useful? React with 👍 / 👎.

- **Agentic-Chaos — TEST**
- **Agentic MCP — CONNECT**
- **DeepAgent Control Tower — OPERATE**
Expand Down Expand Up @@ -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**.
Expand Down Expand Up @@ -810,7 +810,7 @@ Conceptually:
┌───────────┐ ┌─────────────┐ ┌─────────────┐
│AgenticLens│ │ Agentic │ │ Agentic │
│ │ │ Sidecar │ │ Chaos │
│ OBSERVE │ │ GOVERN │ │ TEST │
│ OBSERVE │ │ SUPERVISE │ │ TEST │
└───────────┘ └─────────────┘ └─────────────┘
▲ ▲ ▲
│ │ │
Expand Down Expand Up @@ -845,7 +845,7 @@ MCP = CONNECT

LENS = OBSERVE

SIDECAR = GOVERN
SIDECAR = SUPERVISE

CHAOS = TEST

Expand Down Expand Up @@ -943,7 +943,7 @@ The entire ecosystem can now be communicated in five words:

Understand what agents are doing.

### GOVERN
### SUPERVISE

**Agentic-Sidecar**

Expand Down Expand Up @@ -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.**
> **Observe. Govern. Test. Connect. Operate. Standardize.**