Commit cdcbc5b
committed
docs(foundation): rewrite AgentWorkspace section as agent-as-artifact SPI
The old text described a read/write/list/materialize adapter, but the actual SPI is `AgentWorkspace` with `supports(Path)` / `load(Path)` / `name()` / `priority()` and returns an `AgentDefinition`. Enumerates the two in-tree adapters (OpenClaw + AtmosphereNative), notes that writes go through `FileSystemAgentState`, and corrects the personal-assistant sample path to `src/main/resources/agent-workspace/`.1 parent 672b654 commit cdcbc5b
1 file changed
Lines changed: 21 additions & 8 deletions
Lines changed: 21 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
43 | 55 | | |
44 | | - | |
| 56 | + | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
0 commit comments