View Source Spooks.Context.SpooksContext (Spooks Agentic Workflow Engine v0.1.5)

Summary

Functions

Function for getting your custom data from the context.

Creates a new context struct, prefer this over initizializing the struct directly.

Function for putting your custom data into the context.

Functions

get_data(context, keys)

Function for getting your custom data from the context.

new(workflow_module, repo, llm \\ nil, checkpoints_enabled \\ false)

Creates a new context struct, prefer this over initizializing the struct directly.

put_data(context, keys, value)

Function for putting your custom data into the context.