Stream Processor

codemode

0.4.0

Runs project-scoped codemode scripts from durable stream events and records minimal script/function-call telemetry.

Consumes

Emits

Owned events

codemode/function-call-completed

A requested function call completed with either an output or a serialized error.

codemode/function-call-requested

A codemode script or function implementation requested a documented function path.

codemode/log-emitted

A codemode script emitted a log line.

codemode/script-execution-completed

A codemode script completed with either an output or a serialized error.

codemode/script-execution-requested

A codemode script should run against the stream's documented functions.

codemode/session-started

The codemode processor initialized this stream and published the session capability callable.

codemode/tool-provider-registered

Model-visible instructions and invocation mode for codemode tool functions.

codemode/vars-updated

String template variables that are exposed to codemode scripts on ctx.codemode.vars.