InjectionEngineConfig
Interface: InjectionEngineConfig
Defined in: src/lib/injection-engine/buildInjectionEngineSubflow.ts:70
Properties
injections
readonlyinjections: readonlyInjection[]
Defined in: src/lib/injection-engine/buildInjectionEngineSubflow.ts:76
The Injection list. Frozen at build time. To change at runtime, rebuild the agent / chart — the primitive is intentionally declarative.
nextSkill?
readonlyoptionalnextSkill?: (ctx) =>string|undefined
Defined in: src/lib/injection-engine/buildInjectionEngineSubflow.ts:83
The skill-graph CURSOR resolver (graph.nextSkill), present only when the
agent was built with .skillGraph(). The Evaluate stage advances the cursor
with the SAME ctx the triggers gate on, so trigger ↔ cursor never diverge
(the keystone). Absent → currentSkillId is never written (no graph routing).
Parameters
ctx
Returns
string | undefined
