NeoSyntropyDocumentation

Core concepts

NeoSyntropy Framework

A deterministic control layer for AI workflows. Models propose what should happen next; a finite-state graph defines what is allowed to happen.

Core primitives

Start with the model-backed nodes. That is the point of the framework: you drop tiny, scoped AI models into ordinary code paths (SchemaNode / ReasoningNode), while routers and ControlManager keep every proposal inside a fail-closed graph.

Grounded in neosyntropy-framework/README.md core concepts.