Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,7 @@ strategy Momentum {

## How Nano fits into your stack

```mermaid
flowchart LR
source[".nano strategy"] --> compiler["Nano compiler"]
compiler --> strategy_ir["StrategyGraph IR"]
strategy_ir --> runtime["Reference runtime"]
frame["Host MarketFrame<br/>(timestamps + signals)"] --> runtime
runtime --> intents["Intent(s) + ordered run log"]
intents --> gate["Host DecisionGate"]
gate --> decision["Decision record"]
```
![From a Nano strategy to a host-governed decision](assets/nano-governed-decision-flow.svg)

Nano owns parsing, IR validation, and deterministic reference evaluation. Your host owns data quality, policy, persistence, and any real-world action. The same graph and frame produce the same reference result; bridge replay is deterministic when the host gate is deterministic too.

Expand Down
68 changes: 68 additions & 0 deletions assets/nano-governed-decision-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.