Framework design upload

This commit is contained in:
deamonkai
2026-02-08 07:53:24 -06:00
commit a59d4b6515
32 changed files with 430 additions and 0 deletions

11
examples/minimal-flow.md Normal file
View File

@@ -0,0 +1,11 @@
# Minimal flow (draft)
1. Client submits an `Intent` with `Constraints`.
2. Runtime creates/uses a `domain_id`.
3. Runtime invokes a worker to draft output.
4. If tools are needed:
- runtime requests a capability from cognitive kernel
- tool runs in isolated domain with scoped authority
5. Runtime synthesizes final `Result` with provenance links.
6. Optional: memory commit is gated by policy and logged.