@@ -28,6 +28,7 @@ env_vars = [
2828 { key = " AGENT_EXTRA_ARGS" , value = " ${AGENT_EXTRA_ARGS:-}" },
2929 { key = " AGENT_HOST_CLAUDE_DIR" , value = " ${AGENT_HOST_CLAUDE_DIR:-${HOME}/.claude}" },
3030]
31+ content_digest = " sha256:52394d8c340e8ae59527ccc7bd425f46a35f928a28caf919e0c74ac1774c7aae"
3132
3233[[activity_exec ]]
3334ffqn = " agent-backed-llm:agent/codex.start"
@@ -49,6 +50,7 @@ env_vars = [
4950 { key = " AGENT_EXTRA_ARGS" , value = " ${AGENT_CODEX_EXTRA_ARGS:-}" },
5051 { key = " AGENT_HOST_CODEX_DIR" , value = " ${AGENT_HOST_CODEX_DIR:-${HOME}/.codex}" },
5152]
53+ content_digest = " sha256:52394d8c340e8ae59527ccc7bd425f46a35f928a28caf919e0c74ac1774c7aae"
5254
5355# --- Agent session: provider-agnostic send / recv / cleanup -------------------
5456
@@ -65,6 +67,7 @@ params_via_stdin = true
6567exec.lock_expiry.seconds = 30
6668max_retries = 3
6769env_vars = [" PATH" ]
70+ content_digest = " sha256:536a62d943260b22abcd501467cc819534b18a9cc930e238f0103afdc3e5bac4"
6871
6972[[activity_exec ]]
7073ffqn = " agent-backed-llm:agent/session.recv"
@@ -78,6 +81,7 @@ exec.lock_expiry.minutes = 10
7881max_output_bytes = 1048576
7982max_retries = 3
8083env_vars = [" PATH" ]
84+ content_digest = " sha256:b1a0cb695e54841f4c3cbe1c2ed28f944c0321a0ee9bf6e552a8360fa74fba86"
8185
8286[[activity_exec ]]
8387ffqn = " agent-backed-llm:agent/session.cleanup"
@@ -90,6 +94,7 @@ location = "activity/agent-cleanup.js"
9094exec.lock_expiry.seconds = 30
9195max_retries = 3
9296env_vars = [" PATH" ]
97+ content_digest = " sha256:29350a3896ee19e9cf005669bfd2e60d6483f7178d33142a2689c8d5480dc2d6"
9398
9499# --- The stub pair: webhook <-> session workflow rendezvous -------------------
95100# turn.request: workflow submits & awaits; webhook injects the delta by id. Its
@@ -123,6 +128,7 @@ params = [
123128]
124129return_type = " result<string, string>"
125130location = " workflow/session.js"
131+ content_digest = " sha256:19c7253435b76a90aa1c50457f6d555ac4e48941d069b5989e03aee3c8fc29db"
126132
127133# --- Chat-completions webhook -------------------------------------------------
128134
@@ -135,6 +141,7 @@ routes = [
135141env_vars = [
136142 { key = " OBELISK_API_URL" , value = " ${OBELISK_API_URL:-http://127.0.0.1:5105}" },
137143]
144+ content_digest = " sha256:32cca45db9419948ec358fac5857f3d9e85775d279ccb559d14758fbd2a68184"
138145# List executions + read created params to pair a request to a session.
139146[[webhook_endpoint_js .allowed_host ]]
140147pattern = " ${OBELISK_API_URL:-http://127.0.0.1:5105}"
0 commit comments