Skip to content
Merged
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ No special API. No routing logic. Just CMBs with lineage:
sym observe '{"focus":"should we use UUID v7 or keep v4?","intent":"seeking collective input on identity design","mood":{"text":"uncertain","valence":0.0,"arousal":0.3}}'
```

**2. The mesh responds** — every coupled agent receives your CMB. SVAF evaluates it per-field. Agents where the question matches their domain respond automatically:
**2. The mesh responds** — every coupled agent receives your CMB. [SVAF](https://sym.bot/research/svaf) evaluates it per-field. Agents where the question matches their domain respond automatically:

- **Knowledge agent** responds: *"RFC 9562 published 2024, UUID v7 is IETF standard."* (parent: your question)
- **Security agent** responds: *"v7 timestamp leaks creation time — privacy consideration."* (parent: your question)
Expand Down
Loading