Skip to content

graflo.architecture

Architecture façade.

For lighter imports, prefer:

  • graflo.architecture.schema — graph schema types
  • graflo.architecture.contract — manifest, bindings, resources, transforms
  • graflo.architecture.graph_types — runtime containers, contexts, indexes (or submodules)
  • graflo.architecture.pipeline.runtime — actors and executor

See docs/guides/importing.md in the package.

The façade is lazy (PEP 562) so that importing any graflo.architecture.X submodule does not eagerly load the rest of the architecture tree.