docs cleanup

This commit is contained in:
lda
2026-05-18 02:10:05 +07:00 Verified
parent ef1e35e1a8
commit 9900b01965
5 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -12,6 +12,8 @@ systems.
## Core Model
A capability source is a named provider of one or more capability kinds.
The domain model lives in `wf_platform.sources`; `wf_mcp` projects MCP-backed
connections into that model rather than owning the model itself.
```text
CapabilitySource
@@ -187,7 +189,7 @@ control APIs, not ad hoc tool functions copied across broker and proxy modes.
The code now has the first capability-source layer in place.
- `CapabilitySource` owns source metadata, visibility, permissions, and
- `wf_platform.CapabilitySource` owns source metadata, visibility, permissions, and
capability buckets.
- `WfMcpService.capability_sources` is the canonical in-memory registry.
- Planner node lookup reads `CapabilitySource.capabilities.node_specs`
+2 -2
View File
@@ -277,8 +277,8 @@ Examples:
Today:
- `CapabilitySource` already owns buckets for tools, node specs, prompts, and
resources
- `wf_platform.CapabilitySource` already owns buckets for tools, node specs,
prompts, and resources
- connection sources represent upstream MCP snapshots
- `wf.std` owns local reusable workflow node specs and reducers
- `wf.mcp` owns workflow-facing MCP runtime helpers