Modules§
- adapt_
events_ email - adapt_
timer - agent_
node - card_
nav - Card-navigation targets that name a FLOW NODE rather than a card asset.
- component_
invoker - Runner-host implementation of
greentic_aw_runtime::ComponentInvoker. - contract_
cache - contract_
introspection - dispatch_
listener - Subscribes to runtime response messages on
greentic.<runtime>.response.v1and resumes the paused flow session whose correlation id matches. - engine
- flow_
adapter - graph_
node - i18n
- Locale resolution + message lookup helpers used across the runner host.
- invocation
- mcp_
node - Flow-execution MCP node (LOCKED ENCODING v2:
component == "mcp"). - mcp_
pack_ routes - MCP route material carried by a
.gtpack, so anmcpflow node can be dispatched without reaching the admin. - mcp_
warm_ listener - NATS subscriber that eagerly pre-caches a local-wasm MCP component when the
admin publishes a warm event on
greentic.mcp.warm.v1. - mocks
- operator
- remote_
dispatch - Generic async dispatch of flow work to a separate runtime over NATS pub/sub.
The
RemoteDispatchHandlertrait isolates the transport so it can be swapped (e.g. to greentic-events EventBus) without touching the flow engine. - runtime_
session_ resumer - Production
SessionResumerthat resumes a paused flow by feeding a synthesizedIngressEnvelopeback through the runtime ingress entry (StateMachineRuntime::handle). - schema_
validator - templating