Optional
cacheThe cache for the entrypoint. Used to cache values between workflow runs.
Optional
checkpointerThe checkpointer for the entrypoint. Used to save and restore state between invocations of the workflow.
The name of the entrypoint, analogous to the node name in StateGraph. This name is used for logging, debugging, and checkpoint identification.
Optional
storeThe store for the entrypoint. Used to persist data across workflow runs.
Options for the entrypoint function