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
2 changes: 2 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ClawForge Architecture

![ClawForge control-plane architecture](assets/architecture.png)

ClawForge has two layers:

1. **Agent runtime** — the existing Rust workspace that *runs* agents (gateway,
Expand Down
Binary file added docs/assets/enterprise-integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/governance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/government-compliance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mcp-governance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/observability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/positioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/registry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/security-gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/use-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/enterprise-integrations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Enterprise Integrations

![Enterprise Integrations](assets/enterprise-integrations.png)

ClawForge governs *connections* to enterprise and government systems. The
integration registry (`clawforge_controlplane::integrations`) tracks every
connector, who owns it, what it is allowed to do, where its credentials live,
Expand Down
2 changes: 2 additions & 0 deletions docs/governance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Governance Engine

![Governance Engine](assets/governance.png)

The Governance Engine (`clawforge_controlplane::governance`) is the approval
workflow that decides whether an agent, tool, MCP server, or model is allowed to
be used. It is the **ServiceNow** layer of the control plane: a human approval
Expand Down
2 changes: 2 additions & 0 deletions docs/government-compliance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Government Compliance Pack

![Government Compliance](assets/government-compliance.png)

The compliance pack (`clawforge_controlplane::compliance`) gives government and
regulated deployments the controls and evidence to operate agents responsibly:
PII classification, retention, multi-party approval, audit evidence,
Expand Down
2 changes: 2 additions & 0 deletions docs/marketplace.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Agent Marketplace

![Agent Marketplace](assets/marketplace.png)

The marketplace (`clawforge_controlplane::marketplace`) is a **verified, internal
catalogue of reusable agent templates**. Teams publish proven agent blueprints;
other teams install them as governed, registry-tracked agents — without
Expand Down
2 changes: 2 additions & 0 deletions docs/mcp-governance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MCP Governance

![MCP Governance](assets/mcp-governance.png)

The MCP registry (`clawforge_controlplane::mcp`) governs the Model Context
Protocol servers an organisation exposes to its agents — the same discipline the
agent registry applies to agents. The Security Gateway consults agent
Expand Down
2 changes: 2 additions & 0 deletions docs/observability.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Observability

![Observability](assets/observability.png)

The observability layer (`clawforge_controlplane::observability`) is the
**Splunk** of the control plane. Agents emit append-only `ExecutionEvent`s; the
dashboard `AgentMetrics` summary is computed on demand from those events, so the
Expand Down
2 changes: 2 additions & 0 deletions docs/product-positioning.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ClawForge — Product Positioning

![ClawForge product positioning](assets/positioning.png)

## One-line

**ClawForge is the enterprise & government control plane for AI agents:
Expand Down
2 changes: 2 additions & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Agent Registry

![Agent Registry](assets/registry.png)

The Agent Registry (`clawforge_controlplane::registry`) is the single source of
truth for every agent an organisation runs. Governance, the security gateway,
and observability all key off the records stored here.
Expand Down
2 changes: 2 additions & 0 deletions docs/security-gateway.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Security Gateway

![Security Gateway](assets/security-gateway.png)

The Security Gateway (`clawforge_controlplane::gateway`) is the enforcement
point: **every agent action is checked before execution**. It is deny-by-reason
— an action is allowed only if no check objects.
Expand Down
2 changes: 2 additions & 0 deletions docs/use-cases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Use Cases

![Governed agent lifecycle](assets/use-cases.png)

How the control-plane modules combine into end-to-end workflows.

## The general flow
Expand Down
Loading