nerveflow
v0.1.8
Published
Deterministic control layer for AI workflows
Maintainers
Readme
Nerveflow
Deterministic control for probabilistic software.
Nerveflow is a workflow runtime for AI systems that need:
- explicit orchestration
- inspectable execution
- bounded model behavior
- attachable runtime surfaces
npm install nerveflow
npx nerve-compose init
npx nerve-runtime start --port 4190Send an event:
npx nerve-send ws://127.0.0.1:4190/api/runtime/ws user_message "hello nerve"Start Here
Onboarding
Follow the onboarding sequence to:
- start the runtime
- attach a model
- inspect workflows in Studio
- add bounded routing
- attach host capabilities
- connect MCP, vector DB and external systems
Quick Language Reference
Documentation
Studio
npx nerve-studioAttach to any running runtime for inspection and replay.
Philosophy
Core Idea
Deterministic systems should orchestrate probabilistic ones.
Nerveflow keeps:
- workflow execution deterministic
- model behavior bounded through contracts
- runtime effects explicit and inspectable
Minimal surface. Composable depth.
