docs: broaden audience (managed providers of any size, multi-runtime hint) + unify blueprint mermaid theming#49
Merged
Conversation
README:
- Add a hint that today AzureClaw hosts OpenClaw but the same guardrails
(Workload-Identity inference, Confidential Containers, Signal mesh, AGT,
audit) extend to any agentic runtime — MCP / A2A / AP2 scaffolding is
already in the codebase so LangGraph / AutoGen / CrewAI / SK can be hosted
in the same sandbox over the wire.
- Add a 'Hardware-isolated cloud offload' bullet pointing at Blueprint 03,
framed as 'not just for enterprises' — any managed provider (small MSPs,
indie SaaS, hobbyist co-ops) can offer a confidential sandbox to end users
whose home setup doesn't fit the job (heavier models, longer runs,
parallel fan-out, premium-quota work).
Blueprint 03 (managed public offload):
- Reframe persona from 'SaaS provider' to 'managed-AzureClaw provider at any
scale', with concrete customer examples (indie devs, researchers, field
engineers, privacy-sensitive users).
- Note that the security shape is identical regardless of provider size.
Blueprint diagrams:
- Add a unified %%{init}%% theme directive (theme: base with neutral slate
themeVariables) to all 15 mermaid blocks across 01-05 so they render
consistently in both GitHub light and dark mode and stop looking like a
mix of light/dark.
- Normalise the one outlier classDef fill in 02 (#f0f7ff -> #dbeafe) so the
cool-blue 'boundary' shade matches the cool-blue 'provider' shade used in
03 and 04.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pallakatos
added a commit
that referenced
this pull request
May 12, 2026
README:
- Add a hint that today AzureClaw hosts OpenClaw but the same guardrails
(Workload-Identity inference, Confidential Containers, Signal mesh, AGT,
audit) extend to any agentic runtime — MCP / A2A / AP2 scaffolding is
already in the codebase so LangGraph / AutoGen / CrewAI / SK can be hosted
in the same sandbox over the wire.
- Add a 'Hardware-isolated cloud offload' bullet pointing at Blueprint 03,
framed as 'not just for enterprises' — any managed provider (small MSPs,
indie SaaS, hobbyist co-ops) can offer a confidential sandbox to end users
whose home setup doesn't fit the job (heavier models, longer runs,
parallel fan-out, premium-quota work).
Blueprint 03 (managed public offload):
- Reframe persona from 'SaaS provider' to 'managed-AzureClaw provider at any
scale', with concrete customer examples (indie devs, researchers, field
engineers, privacy-sensitive users).
- Note that the security shape is identical regardless of provider size.
Blueprint diagrams:
- Add a unified %%{init}%% theme directive (theme: base with neutral slate
themeVariables) to all 15 mermaid blocks across 01-05 so they render
consistently in both GitHub light and dark mode and stop looking like a
mix of light/dark.
- Normalise the one outlier classDef fill in 02 (#f0f7ff -> #dbeafe) so the
cool-blue 'boundary' shade matches the cool-blue 'provider' shade used in
03 and 04.
Co-authored-by: Pal Lakatos-Toth <pallakatos@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up polish on top of #47 / #48.
README
tools.denyhook is the OpenClaw-specific bit; the rest (WI-fronted inference, Confidential Containers, Signal-Protocol mesh, AGT, audit chain) is runtime-agnostic. MCP / A2A / AP2 scaffolding already in the codebase → same sandbox can host LangGraph, AutoGen, CrewAI, Semantic Kernel etc. over the wire.Blueprint 03
Mermaid theming
%%{init}%%theme directive (theme: basewith neutral slate themeVariables) to all 15 mermaid blocks across blueprints 01–05 so they render consistently in both GitHub light and dark mode (previously some blocks looked dark, others light, depending on which classDef colours dominated).#f0f7ff→#dbeafe) so the cool-blue boundary shade matches the cool-blue "provider" shade already used in 03 and 04.Docs-only. No runtime / API surface changes.