Running phase: unpackPhase unpacking source archive /nix/store/pchb7wjf70c8lw3n2a7777avss8hx82q-source source root is source Running phase: patchPhase Executing npmConfigHook Configuring npm Validating consistency between /build/source/package-lock.json and /nix/store/pi7aas1jmgm5q9bgvpx2zmckk7wc15sp-npm-deps/package-lock.json Setting npm_config_cache to /nix/store/pi7aas1jmgm5q9bgvpx2zmckk7wc15sp-npm-deps Installing dependencies npm warn Unknown env config "nodedir". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm warn Unknown env config "platform". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm warn Unknown env config "arch". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. added 64 packages, and audited 65 packages in 2s 10 packages are looking for funding run `npm fund` for details found 0 vulnerabilities patching script interpreter paths in node_modules node_modules/acorn/bin/acorn: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/@cljs-oss/module-deps/bin/cmd.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/shadow-cljs/cli/runner.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/resolve/bin/resolve: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/which/bin/which.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/JSONStream/bin.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" node_modules/loose-envify/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/lnfxdsvvm1srsa9kk94s7jqw06yq1h2d-nodejs-24.18.0/bin/node" npm warn Unknown env config "nodedir". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm warn Unknown env config "platform". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm warn Unknown env config "arch". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. rebuilt dependencies successfully patching script interpreter paths in node_modules Finished npmConfigHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Picked up JAVA_TOOL_OPTIONS: -Duser.home=/build/tmp.u6OfS7qXCI Picked up JAVA_TOOL_OPTIONS: -Duser.home=/build/tmp.u6OfS7qXCI Picked up JAVA_TOOL_OPTIONS: -Duser.home=/build/tmp.u6OfS7qXCI Picked up JAVA_TOOL_OPTIONS: -Duser.home=/build/tmp.u6OfS7qXCI [2026-07-13 08:43:09.019 - WARNING] failed to inspect resource "jar:file:/build/tmp.u6OfS7qXCI/.m2/repository/com/clojure-goes-fast/clj-async-profiler/1.7.0/clj-async-profiler-1.7.0.jar!/flamegraph-rendering/script.js", it will not be available. [:kaocha-test] Compiling ... WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.google.javascript.jscomp.jarjar.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/build/tmp.u6OfS7qXCI/.m2/repository/com/google/javascript/closure-compiler/v20250407/closure-compiler-v20250407.jar) WARNING: Please consider reporting this to the maintainers of class com.google.javascript.jscomp.jarjar.com.google.protobuf.UnsafeUtil$MemoryAccessor WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release GUARDRAILS IS ENABLED. RUNTIME PERFORMANCE WILL BE AFFECTED. Mode: :runtime config: {:throw? true, :guardrails/use-stderr? true} Guardrails was enabled because the CLJS Compiler config enabled it [:kaocha-test] Build completed. (306 files, 305 compiled, 24 warnings, 48.91s) ------ WARNING #1 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:318:7 -------------------------------------------------------------------------------- 315 | (is (= 2500 (get-in @seen* [:stream-input :options :max-retry-delay-ms]))) 316 | (is (nil? (get-in @seen* [:stream-input :options :get-api-key])))) 317 | :cljs 318 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 319 | (let [model (ai/get-model :openai "gpt-4o") 320 | input-messages [{:role :user :content "hello" :timestamp 1}] 321 | transformed-messages [{:role :user :content "trimmed" :timestamp 2}] 322 | llm-messages [{:role :user :content "llm message" :timestamp 3}] -------------------------------------------------------------------------------- ------ WARNING #2 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:318:18 -------------------------------------------------------------------------------- 315 | (is (= 2500 (get-in @seen* [:stream-input :options :max-retry-delay-ms]))) 316 | (is (nil? (get-in @seen* [:stream-input :options :get-api-key])))) 317 | :cljs 318 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 319 | (let [model (ai/get-model :openai "gpt-4o") 320 | input-messages [{:role :user :content "hello" :timestamp 1}] 321 | transformed-messages [{:role :user :content "trimmed" :timestamp 2}] 322 | llm-messages [{:role :user :content "llm message" :timestamp 3}] -------------------------------------------------------------------------------- ------ WARNING #3 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:384:41 -------------------------------------------------------------------------------- 381 | (is (= {:high 1234} (get-in @seen* [:stream-input :options :thinking-budgets]))) 382 | (is (= 2500 (get-in @seen* [:stream-input :options :max-retry-delay-ms]))) 383 | (is (nil? (get-in @seen* [:stream-input :options :get-api-key]))))) 384 | (p/then (fn [_] (done))) -----------------------------------------------^-------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 385 | (p/catch (partial util/fail-and-done! done))))))) 386 | 387 | (deftest fx-call-llm-uses-default-stream-fn-when-not-provided-test 388 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #4 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:385:62 -------------------------------------------------------------------------------- 382 | (is (= 2500 (get-in @seen* [:stream-input :options :max-retry-delay-ms]))) 383 | (is (nil? (get-in @seen* [:stream-input :options :get-api-key]))))) 384 | (p/then (fn [_] (done))) 385 | (p/catch (partial util/fail-and-done! done))))))) --------------------------------------------------------------------^----------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 386 | 387 | (deftest fx-call-llm-uses-default-stream-fn-when-not-provided-test 388 | #?(:clj 389 | (let [model (ai/get-model :openai "gpt-4o") -------------------------------------------------------------------------------- ------ WARNING #5 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:428:7 -------------------------------------------------------------------------------- 425 | (is (= 1500 (get-in @seen* [:options :max-retry-delay-ms]))) 426 | (is (nil? (get-in @seen* [:options :get-api-key])))))) 427 | :cljs 428 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 429 | (let [model (ai/get-model :openai "gpt-4o") 430 | seen* (atom nil) 431 | events [{:type :start} 432 | {:type :done :assistant-message (assistant-message model "ok")}]] -------------------------------------------------------------------------------- ------ WARNING #6 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:428:18 -------------------------------------------------------------------------------- 425 | (is (= 1500 (get-in @seen* [:options :max-retry-delay-ms]))) 426 | (is (nil? (get-in @seen* [:options :get-api-key])))))) 427 | :cljs 428 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 429 | (let [model (ai/get-model :openai "gpt-4o") 430 | seen* (atom nil) 431 | events [{:type :start} 432 | {:type :done :assistant-message (assistant-message model "ok")}]] -------------------------------------------------------------------------------- ------ WARNING #7 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:469:45 -------------------------------------------------------------------------------- 466 | (is (= {:low 4321} (get-in @seen* [:options :thinking-budgets]))) 467 | (is (= 1500 (get-in @seen* [:options :max-retry-delay-ms]))) 468 | (is (nil? (get-in @seen* [:options :get-api-key]))))) 469 | (p/then (fn [_] (done))) ---------------------------------------------------^---------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 470 | (p/catch (partial util/fail-and-done! done))))))))) 471 | 472 | (deftest fx-call-llm-emits-llm-error-on-hook-failure-test 473 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #8 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:470:66 -------------------------------------------------------------------------------- 467 | (is (= 1500 (get-in @seen* [:options :max-retry-delay-ms]))) 468 | (is (nil? (get-in @seen* [:options :get-api-key]))))) 469 | (p/then (fn [_] (done))) 470 | (p/catch (partial util/fail-and-done! done))))))))) ------------------------------------------------------------------------^------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 471 | 472 | (deftest fx-call-llm-emits-llm-error-on-hook-failure-test 473 | #?(:clj 474 | (let [model (ai/get-model :openai "gpt-4o") -------------------------------------------------------------------------------- ------ WARNING #9 - :undeclared-var -------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:486:7 -------------------------------------------------------------------------------- 483 | (is (= :ol.llx.agent.signal/llm-error (:type (first signals)))) 484 | (is (= ::hook-failed (-> signals first :error ex-data :type)))) 485 | :cljs 486 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 487 | (let [model (ai/get-model :openai "gpt-4o") 488 | env (test-env 489 | (base-state model [] :off []) 490 | {:convert-to-llm (fn [_] (throw (ex-info "boom" {:type ::hook-failed})))}) -------------------------------------------------------------------------------- ------ WARNING #10 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:486:18 -------------------------------------------------------------------------------- 483 | (is (= :ol.llx.agent.signal/llm-error (:type (first signals)))) 484 | (is (= ::hook-failed (-> signals first :error ex-data :type)))) 485 | :cljs 486 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 487 | (let [model (ai/get-model :openai "gpt-4o") 488 | env (test-env 489 | (base-state model [] :off []) 490 | {:convert-to-llm (fn [_] (throw (ex-info "boom" {:type ::hook-failed})))}) -------------------------------------------------------------------------------- ------ WARNING #11 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:499:41 -------------------------------------------------------------------------------- 496 | (is (= 1 (count signals))) 497 | (is (= :ol.llx.agent.signal/llm-error (:type (first signals)))) 498 | (is (= ::hook-failed (-> signals first :error ex-data :type))))) 499 | (p/then (fn [_] (done))) -----------------------------------------------^-------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 500 | (p/catch (partial util/fail-and-done! done))))))) 501 | 502 | (deftest fx-call-llm-emits-llm-error-on-non-canonical-event-type-test 503 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #12 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:500:62 -------------------------------------------------------------------------------- 497 | (is (= :ol.llx.agent.signal/llm-error (:type (first signals)))) 498 | (is (= ::hook-failed (-> signals first :error ex-data :type))))) 499 | (p/then (fn [_] (done))) 500 | (p/catch (partial util/fail-and-done! done))))))) --------------------------------------------------------------------^----------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 501 | 502 | (deftest fx-call-llm-emits-llm-error-on-non-canonical-event-type-test 503 | #?(:clj 504 | (let [model (ai/get-model :openai "gpt-4o") -------------------------------------------------------------------------------- ------ WARNING #13 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:517:7 -------------------------------------------------------------------------------- 514 | (is (= [:ol.llx.agent.signal/llm-start :ol.llx.agent.signal/llm-error] 515 | (mapv :type signals)))) 516 | :cljs 517 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 518 | (let [model (ai/get-model :openai "gpt-4o") 519 | env (test-env 520 | (base-state model [] :off []) 521 | {:stream-fn (fn [_model _context _options] -------------------------------------------------------------------------------- ------ WARNING #14 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:517:18 -------------------------------------------------------------------------------- 514 | (is (= [:ol.llx.agent.signal/llm-start :ol.llx.agent.signal/llm-error] 515 | (mapv :type signals)))) 516 | :cljs 517 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 518 | (let [model (ai/get-model :openai "gpt-4o") 519 | env (test-env 520 | (base-state model [] :off []) 521 | {:stream-fn (fn [_model _context _options] -------------------------------------------------------------------------------- ------ WARNING #15 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:531:41 -------------------------------------------------------------------------------- 528 | (is (not (util/timeout-result? signals))) 529 | (is (= [:ol.llx.agent.signal/llm-start :ol.llx.agent.signal/llm-error] 530 | (mapv :type signals))))) 531 | (p/then (fn [_] (done))) -----------------------------------------------^-------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 532 | (p/catch (partial util/fail-and-done! done))))))) 533 | 534 | (deftest execute-fx-validates-effect-shape-test 535 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #16 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:532:62 -------------------------------------------------------------------------------- 529 | (is (= [:ol.llx.agent.signal/llm-start :ol.llx.agent.signal/llm-error] 530 | (mapv :type signals))))) 531 | (p/then (fn [_] (done))) 532 | (p/catch (partial util/fail-and-done! done))))))) --------------------------------------------------------------------^----------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 533 | 534 | (deftest execute-fx-validates-effect-shape-test 535 | #?(:clj 536 | (let [model (ai/get-model :openai "gpt-4o") -------------------------------------------------------------------------------- ------ WARNING #17 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:550:7 -------------------------------------------------------------------------------- 547 | (is (not (util/timeout-result? results))) 548 | (assert-execute-tool-behaviors! results))) 549 | :cljs 550 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 551 | (let [model (ai/get-model :openai "gpt-4o") 552 | env (test-env (base-state model [] :off []) {})] 553 | (is (thrown? js/Error 554 | (fx/execute-fx env {:ol.llx.agent.fx/type :call-llm}))) -------------------------------------------------------------------------------- ------ WARNING #18 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:550:18 -------------------------------------------------------------------------------- 547 | (is (not (util/timeout-result? results))) 548 | (assert-execute-tool-behaviors! results))) 549 | :cljs 550 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 551 | (let [model (ai/get-model :openai "gpt-4o") 552 | env (test-env (base-state model [] :off []) {})] 553 | (is (thrown? js/Error 554 | (fx/execute-fx env {:ol.llx.agent.fx/type :call-llm}))) -------------------------------------------------------------------------------- ------ WARNING #19 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:565:41 -------------------------------------------------------------------------------- 562 | (p/then (fn [results] 563 | (is (not (util/timeout-result? results))) 564 | (assert-execute-tool-behaviors! results))) 565 | (p/then (fn [_] (done))) -----------------------------------------------^-------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 566 | (p/catch (partial util/fail-and-done! done))))))) 567 | 568 | (deftest fx-execute-tool-uses-active-schema-registry-for-input-coercion-test 569 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #20 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:566:62 -------------------------------------------------------------------------------- 563 | (is (not (util/timeout-result? results))) 564 | (assert-execute-tool-behaviors! results))) 565 | (p/then (fn [_] (done))) 566 | (p/catch (partial util/fail-and-done! done))))))) --------------------------------------------------------------------^----------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 567 | 568 | (deftest fx-execute-tool-uses-active-schema-registry-for-input-coercion-test 569 | #?(:clj 570 | (let [model (ai/get-model :openai "gpt-4o") -------------------------------------------------------------------------------- ------ WARNING #21 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:593:7 -------------------------------------------------------------------------------- 590 | (is (= [:ol.llx.agent.signal/tool-result] (mapv :type signals))) 591 | (is (= {:limit 3} @seen-args*))) 592 | :cljs 593 | (util/async done -------------^------------------------------------------------------------------ Use of undeclared Var ol.llx.ai.test-util/async -------------------------------------------------------------------------------- 594 | (let [model (ai/get-model :openai "gpt-4o") 595 | seen-args* (atom nil) 596 | env (test-env 597 | (assoc (base-state model -------------------------------------------------------------------------------- ------ WARNING #22 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:593:18 -------------------------------------------------------------------------------- 590 | (is (= [:ol.llx.agent.signal/tool-result] (mapv :type signals))) 591 | (is (= {:limit 3} @seen-args*))) 592 | :cljs 593 | (util/async done ------------------------^------------------------------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 594 | (let [model (ai/get-model :openai "gpt-4o") 595 | seen-args* (atom nil) 596 | env (test-env 597 | (assoc (base-state model -------------------------------------------------------------------------------- ------ WARNING #23 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:617:41 -------------------------------------------------------------------------------- 614 | (is (not (util/timeout-result? signals))) 615 | (is (= [:ol.llx.agent.signal/tool-result] (mapv :type signals))) 616 | (is (= {:limit 3} @seen-args*)))) 617 | (p/then (fn [_] (done))) -----------------------------------------------^-------------------------------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 618 | (p/catch (partial util/fail-and-done! done))))))) 619 | 620 | (deftest fx-execute-tool-uses-updated-schema-config-from-live-agent-test 621 | #?(:clj -------------------------------------------------------------------------------- ------ WARNING #24 - :undeclared-var ------------------------------------------- File: /build/source/test/ol/llx/agent/fx_test.cljc:618:62 -------------------------------------------------------------------------------- 615 | (is (= [:ol.llx.agent.signal/tool-result] (mapv :type signals))) 616 | (is (= {:limit 3} @seen-args*)))) 617 | (p/then (fn [_] (done))) 618 | (p/catch (partial util/fail-and-done! done))))))) --------------------------------------------------------------------^----------- Use of undeclared Var ol.llx.agent.fx-test/done -------------------------------------------------------------------------------- 619 | 620 | (deftest fx-execute-tool-uses-updated-schema-config-from-live-agent-test 621 | #?(:clj 622 | (let [create-agent (ns-resolve 'ol.llx.agent 'create-agent) -------------------------------------------------------------------------------- --- cljs (cljs2) --------------------------- node-grand-pin (Node.js 24.18.0 on Linux 64-bit) ol.llx.ai.guardrails-contract-test ol.llx.ai.guardrails-contract-test/guardrails-enforces-boundary-shapes ol.llx.ai.adapters.openai-responses-test ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-normalizes-pipe-ids-and-preserves-pairing ol.llx.ai.adapters.openai-responses-test/finalize-calculates-tier-adjusted-cost-when-usage-present ol.llx.ai.adapters.openai-responses-test/build-request-sanitizes-unpaired-surrogates-in-user-text ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-preserves-same-provider-item-ids ol.llx.ai.adapters.openai-responses-test/decode-event-response-failed-includes-provider-error-details ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-hashes-foreign-item-ids ol.llx.ai.adapters.openai-responses-test/stream-error-normalization-contract ol.llx.ai.adapters.openai-responses-test/decode-event-reasoning-summary-part-done-requires-summary-part ol.llx.ai.adapters.openai-responses-test/build-request-emits-provider-payload-trove-signal ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-matches-upstream-issue-1022-test-id ol.llx.ai.adapters.openai-responses-test/cache-retention-mapping ol.llx.ai.adapters.openai-responses-test/build-request-disables-reasoning-when-no-reasoning-opts ol.llx.ai.adapters.openai-responses-test/build-request-replays-versioned-text-signature-metadata ol.llx.ai.adapters.openai-responses-test/build-request-converts-context-to-openai-responses-input ol.llx.ai.adapters.openai-responses-test/build-request-preserves-valid-emoji-surrogate-pairs ol.llx.ai.adapters.openai-responses-test/decode-event-message-output-item-done-encodes-versioned-text-signature ol.llx.ai.adapters.openai-responses-test/decode-event-stream-contract ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-gates-by-provider-allowlist ol.llx.ai.adapters.openai-responses-test/finalize-throws-on-unknown-stop-reason ol.llx.ai.adapters.openai-responses-test/finalize-maps-responses-status-to-canonical-stop-reason ol.llx.ai.adapters.openai-responses-test/normalize-tool-call-id-trims-trailing-underscores-and-enforces-fc-prefix ol.llx.agent-test ol.llx.agent-test/rehydrate-agent-uses-snapshot-test ol.llx.agent-test/create-agent-rejects-missing-custom-schema-registration-test ol.llx.agent-test/subscribe-unsubscribe-test ol.llx.agent-test/prompt-validates-messages-test ol.llx.agent-test/custom-message-public-api-validation-test ol.llx.agent-test/set-schema-config-ignores-nil-fields-test ol.llx.agent-test/set-schema-config-clears-user-additions-without-removing-canonical-schemas-test ol.llx.agent-test/effect-execute-tool-tool-call-schema-test ol.llx.agent-test/tool-call-schema-contract-test ol.llx.agent-test/create-agent-initializes-state-test ol.llx.agent-test/create-agent-default-convert-to-llm-test ol.llx.agent-test/set-schema-config-updates-custom-message-validation-on-live-agent-test ol.llx.agent-test/rehydrate-agent-custom-message-validation-test ol.llx.agent-test/command-wrappers-dispatch-through-driver-run-test ol.llx.agent-test/tool-signal-and-event-schema-tightening-test ol.llx.agent-test/custom-message-schemas-validate-message-and-messages-test ol.llx.agent-test/set-model-validates-model-shape-test ol.llx.agent-test/tool-and-pending-tool-call-schema-test ol.llx.agent-test/create-agent-ignores-initial-state-option-test ol.llx.agent-test/custom-message-schema-may-reference-provided-schemas-test ol.llx.agent-test/create-agent-requires-env-contract-test ol.llx.agent-test/tool-schema-tightening-on-commands-and-state-test ol.llx.ai.adapters.openai-completions-test ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-mistral-avoids-collision-for-distinct-source-ids ol.llx.ai.adapters.openai-completions-test/decode-event-thinking-to-text-transition ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-mistral-shape ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-openai-compatible-non-pipe-ids-are-unchanged ol.llx.ai.adapters.openai-completions-test/decode-event-tracks-thinking-signature ol.llx.ai.adapters.openai-completions-test/decode-event-stream-falls-back-to-choice-usage ol.llx.ai.adapters.openai-completions-test/build-request-reads-provider-specific-env-api-key ol.llx.ai.adapters.openai-completions-test/build-request-forwards-tools-and-tool-choice-with-compat-token-field ol.llx.ai.adapters.openai-completions-test/build-request-sanitizes-unpaired-surrogates-in-tool-result-text ol.llx.ai.adapters.openai-completions-test/build-request-batches-tool-result-images-for-openai-completions ol.llx.ai.adapters.openai-completions-test/build-request-qwen-thinking-format-sends-enable-thinking ol.llx.ai.adapters.openai-completions-test/build-request-includes-reasoning-effort-for-reasoning-model ol.llx.ai.adapters.openai-completions-test/response->assistant-message-falls-back-to-choice-usage ol.llx.ai.adapters.openai-completions-test/convert-message-restores-thinking-field-from-signature ol.llx.ai.adapters.openai-completions-test/response->assistant-message-calculates-usage-costs ol.llx.ai.adapters.openai-completions-test/decode-event-stream-contract ol.llx.ai.adapters.openai-completions-test/build-request-sanitizes-unpaired-surrogates-in-user-text ol.llx.ai.adapters.openai-completions-test/response->assistant-message-maps-provider-finish-reason-errors ol.llx.ai.adapters.openai-completions-test/decode-event-stream-usage-calculates-costs ol.llx.ai.adapters.openai-completions-test/build-request-missing-api-key-message-includes-env-var-name ol.llx.ai.adapters.openai-completions-test/decode-event-maps-provider-finish-reason-errors ol.llx.ai.adapters.openai-completions-test/build-request-zai-disables-thinking-when-no-reasoning ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-matches-upstream-issue-1022-test-id ol.llx.ai.adapters.openai-completions-test/convert-message-reconstructs-reasoning-details-from-tool-signatures ol.llx.ai.adapters.openai-completions-test/build-request-emits-provider-payload-trove-signal ol.llx.ai.adapters.openai-completions-test/build-request-tool-choice-sentinel-strings-pass-through ol.llx.ai.adapters.openai-completions-test/build-request-omits-reasoning-effort-when-model-lacks-reasoning ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-openai-non-pipe-ids-are-truncated-only ol.llx.ai.adapters.openai-completions-test/decode-event-extracts-reasoning-details-to-tool-call-signature ol.llx.ai.adapters.openai-completions-test/build-request-preserves-valid-emoji-surrogate-pairs ol.llx.ai.adapters.openai-completions-test/normalize-tool-call-id-pipe-ids-use-call-segment-sanitize-and-truncate ol.llx.ai.adapters.openai-completions-test/build-request-zai-thinking-format-sends-thinking-object ol.llx.ai.adapters.openai-completions-test/decode-event-emits-thinking-events-for-reasoning-content ol.llx.ai.adapters.openai-completions-test/build-request-openai-compatible-omits-auth-and-respects-compat-overrides ol.llx.ai.utils.rate-limit-test ol.llx.ai.utils.rate-limit-test/rate-limited-detection ol.llx.ai.adapters.anthropic-messages-test ol.llx.ai.adapters.anthropic-messages-test/build-request-enables-adaptive-thinking-for-opus-4-6 ol.llx.ai.adapters.anthropic-messages-test/finalize-maps-anthropic-stop-reasons ol.llx.ai.adapters.anthropic-messages-test/build-request-enables-budget-thinking-for-older-reasoning-model ol.llx.ai.adapters.anthropic-messages-test/normalize-tool-call-id-sanitizes-and-truncates ol.llx.ai.adapters.anthropic-messages-test/decode-event-stream-usage-calculates-costs ol.llx.ai.adapters.anthropic-messages-test/build-request-converts-canonical-context-to-anthropic-payload ol.llx.ai.adapters.anthropic-messages-test/finalize-throws-on-unknown-stop-reason ol.llx.ai.adapters.anthropic-messages-test/image-only-content-does-not-inject-placeholder-text ol.llx.ai.adapters.anthropic-messages-test/decode-event-redacted-thinking-round-trips-to-canonical-content ol.llx.ai.adapters.anthropic-messages-test/build-request-enables-adaptive-thinking-for-sonnet-4-6 ol.llx.ai.adapters.anthropic-messages-test/build-request-preserves-valid-emoji-surrogate-pairs ol.llx.ai.adapters.anthropic-messages-test/finalize-calculates-usage-costs ol.llx.ai.adapters.anthropic-messages-test/build-request-sanitizes-unpaired-surrogates-in-user-and-system ol.llx.ai.adapters.anthropic-messages-test/build-request-replays-redacted-thinking-as-anthropic-redacted-block ol.llx.ai.adapters.anthropic-messages-test/build-request-omits-temperature-when-thinking-is-enabled ol.llx.ai.adapters.anthropic-messages-test/build-request-clamps-sonnet-4-6-xhigh-to-high ol.llx.ai.adapters.anthropic-messages-test/build-request-disables-thinking-when-no-reasoning-opts ol.llx.ai.adapters.anthropic-messages-test/build-request-emits-provider-payload-trove-signal ol.llx.ai.adapters.anthropic-messages-test/build-request-omits-thinking-when-model-not-reasoning ol.llx.ai.adapters.anthropic-messages-test/decode-event-stream-contract ol.llx.ai.adapters.anthropic-messages-test/build-request-uses-custom-thinking-budgets ol.llx.agent.loop-test ol.llx.agent.loop-test/step-prompt-from-idle-to-streaming-test ol.llx.agent.loop-test/handle-command-set-follow-up-mode-test ol.llx.agent.loop-test/streaming-transition-llm-chunk-test ol.llx.agent.loop-test/handle-command-continue-with-steering-one-at-a-time-test ol.llx.agent.loop-test/streaming-transition-unknown-signal-test ol.llx.agent.loop-test/handle-command-clear-follow-up-queue-test ol.llx.agent.loop-test/streaming-transition-llm-done-with-tools-test ol.llx.agent.loop-test/handle-command-follow-up-test ol.llx.agent.loop-test/handle-command-steer-test ol.llx.agent.loop-test/closed-transition-is-terminal-test ol.llx.agent.loop-test/step-prompt-when-streaming-is-rejected-test ol.llx.agent.loop-test/tool-executing-transition-tool-result-with-steering-interrupts-remaining-tools-test ol.llx.agent.loop-test/initial-state-has-expected-shape-test ol.llx.agent.loop-test/handle-command-set-steering-mode-test ol.llx.agent.loop-test/handle-command-continue-steering-before-follow-up-test ol.llx.agent.loop-test/handle-command-set-model-test ol.llx.agent.loop-test/handle-command-prompt-when-not-idle-test ol.llx.agent.loop-test/tool-executing-transition-tool-error-with-steering-interrupts-remaining-tools-test ol.llx.agent.loop-test/streaming-transition-llm-done-no-tools-test ol.llx.agent.loop-test/handle-command-continue-with-follow-up-one-at-a-time-test ol.llx.agent.loop-test/agent-end-not-emitted-on-streaming-to-tool-executing-test ol.llx.agent.loop-test/streaming-transition-llm-done-prefers-steering-over-follow-up-test ol.llx.agent.loop-test/step-signal-llm-done-no-tools-to-idle-test ol.llx.agent.loop-test/agent-end-emitted-on-error-to-idle-test ol.llx.agent.loop-test/tool-executing-transition-abort-test ol.llx.agent.loop-test/tool-executing-transition-tool-result-with-steering-all-mode-dequeues-all-test ol.llx.agent.loop-test/tool-executing-transition-tool-error-with-remaining-test ol.llx.agent.loop-test/tool-executing-transition-tool-result-last-tool-test ol.llx.agent.loop-test/handle-command-continue-with-follow-up-all-mode-test ol.llx.agent.loop-test/handle-command-clear-steering-queue-test ol.llx.agent.loop-test/handle-command-clear-messages-test ol.llx.agent.loop-test/command-predicate-test ol.llx.agent.loop-test/handle-command-replace-messages-test ol.llx.agent.loop-test/handle-command-set-thinking-level-test ol.llx.agent.loop-test/step-abort-from-streaming-to-idle-test ol.llx.agent.loop-test/handle-command-set-tools-test ol.llx.agent.loop-test/tool-executing-transition-unknown-signal-test ol.llx.agent.loop-test/handle-command-continue-when-not-idle-test ol.llx.agent.loop-test/idle-transition-prompt-start-test ol.llx.agent.loop-test/handle-command-set-system-prompt-test ol.llx.agent.loop-test/tool-executing-transition-tool-result-with-remaining-test ol.llx.agent.loop-test/streaming-transition-llm-error-test ol.llx.agent.loop-test/tool-executing-transition-tool-update-test ol.llx.agent.loop-test/handle-command-continue-empty-queues-test ol.llx.agent.loop-test/handle-command-continue-with-steering-all-mode-test ol.llx.agent.loop-test/handle-command-set-schema-config-test ol.llx.agent.loop-test/handle-command-prompt-from-idle-test ol.llx.agent.loop-test/idle-transition-invalid-signal-test ol.llx.agent.loop-test/tool-executing-transition-tool-error-last-tool-test ol.llx.agent.loop-test/route-from-tool-executing-test ol.llx.agent.loop-test/handle-command-append-message-test ol.llx.agent.loop-test/handle-command-abort-when-streaming-test ol.llx.agent.loop-test/step-tool-loop-test ol.llx.agent.loop-test/route-from-streaming-test ol.llx.agent.loop-test/step-abort-from-tool-executing-to-idle-test ol.llx.agent.loop-test/route-from-idle-test ol.llx.agent.loop-test/handle-command-reset-test ol.llx.agent.loop-test/agent-end-emitted-on-streaming-to-idle-test ol.llx.agent.loop-test/streaming-transition-llm-done-with-follow-up-queue-starts-next-turn-test ol.llx.agent.loop-test/handle-command-clear-all-queues-test ol.llx.agent.loop-test/step-signal-llm-done-with-tools-test ol.llx.agent.loop-test/streaming-transition-abort-test ol.llx.agent.loop-test/streaming-transition-llm-start-test ol.llx.agent.loop-test/streaming-transition-llm-done-with-steering-queue-starts-next-turn-test ol.llx.agent.loop-test/idle-transition-continue-start-test ol.llx.agent.loop-test/handle-command-abort-when-idle-test ol.llx.agent.loop-test/agent-end-not-emitted-when-staying-idle-test ol.llx.agent.loop-test/step-full-happy-path-test ol.llx.agent.fx-test ol.llx.agent.fx-test/fx-call-llm-uses-default-stream-fn-when-not-provided-test ERROR FAIL ol.llx.agent.fx-test/fx-execute-tool-uses-active-schema-registry-for-input-coercion-test ERROR FAIL ol.llx.agent.fx-test/fx-call-llm-runs-hooks-and-maps-events-test ERROR FAIL ol.llx.agent.fx-test/fx-call-llm-emits-llm-error-on-hook-failure-test ERROR FAIL ol.llx.agent.fx-test/fx-execute-tool-uses-updated-schema-config-from-live-agent-test ol.llx.agent.fx-test/fx-call-llm-emits-llm-error-on-non-canonical-event-type-test ERROR FAIL ol.llx.agent.fx-test/execute-fx-validates-effect-shape-test ERROR ol.llx.ai.client.node-test ol.llx.ai.client.node-test/closing-stream-channel-aborts-upstream-request ol.llx.ai.client.node-test/stream-path-decodes-sse-across-chunk-boundaries ol.llx.ai.client.node-test/complete-path-uses-node-fetch ol.llx.ai.client.node-test/default-env-exposes-cljs-node-runtime-hooks ol.llx.ai.client.node-test/stream-failure-emits-terminal-error-event ol.llx.ai.errors-test ol.llx.ai.errors-test/content-filter-is-not-recoverable ol.llx.ai.errors-test/caps-at-max-seconds ol.llx.ai.errors-test/retry-loop-async-emits-retry-scheduled-trove-signal ol.llx.ai.errors-test/retry-delay-uses-linear-backoff-for-connection-errors ol.llx.ai.errors-test/retry-loop-async-does-not-retry-client-errors ol.llx.ai.errors-test/server-error-is-recoverable ol.llx.ai.errors-test/retry-after-ms-takes-priority ol.llx.ai.errors-test/returns-nil-when-no-header ol.llx.ai.errors-test/extracts-x-ratelimit-reset-after-header ol.llx.ai.errors-test/retry-delay-uses-server-retry-after-for-rate-limit ol.llx.ai.errors-test/extract-retry-after-from-message-returns-nil-when-missing ol.llx.ai.errors-test/should-retry-rejects-client-errors ol.llx.ai.errors-test/extracts-retry-after-ms-header ol.llx.ai.errors-test/retry-loop-async-retries-transient-and-succeeds ol.llx.ai.errors-test/provider-error-with-custom-recoverability ol.llx.ai.errors-test/invalid-request-is-not-recoverable ol.llx.ai.errors-test/rate-limit-error-has-correct-type-and-recoverable ol.llx.ai.errors-test/connection-error-is-recoverable ol.llx.ai.errors-test/http-status-429-with-quota-body-returns-quota-exceeded ol.llx.ai.errors-test/http-status-429-with-quota-and-retry-after-returns-rate-limit ol.llx.ai.errors-test/retry-delay-adds-jitter-for-server-errors ol.llx.ai.errors-test/http-status-unknown-4xx-returns-non-recoverable-provider-error ol.llx.ai.errors-test/extracts-retry-after-seconds-header ol.llx.ai.errors-test/http-status->error-maps-common-codes ol.llx.ai.errors-test/quota-exceeded-is-not-recoverable ol.llx.ai.errors-test/retry-loop-async-fails-when-server-retry-delay-exceeds-cap ol.llx.ai.errors-test/should-retry-allows-transient-errors ol.llx.ai.errors-test/extract-retry-after-from-message-parses-seconds ol.llx.ai.errors-test/authentication-error-is-not-recoverable ol.llx.ai.errors-test/retry-delay-uses-exponential-backoff-for-rate-limit-without-header ol.llx.ai.errors-test/should-retry-respects-max-retries ol.llx.ai.errors-test/http-status-unknown-5xx-returns-recoverable-provider-error ol.llx.ai.errors-test/model-not-found-is-not-recoverable ol.llx.ai.errors-test/retry-delay-exceeded-is-not-recoverable ol.llx.ai.errors-test/retry-loop-async-exhausts-retries-and-throws ol.llx.ai.errors-test/http-status-429-without-quota-returns-rate-limit ol.llx.ai.errors-test/retry-loop-async-succeeds-on-first-attempt ol.llx.ai.errors-test/timeout-error-is-recoverable ol.llx.ai.errors-test/predicates-match-error-categories ol.llx.ai.client-test ol.llx.ai.client-test/stream-returns-csp-channel ol.llx.ai.client-test/complete-rejects-malformed-adapter-finalize-result ol.llx.ai.client-test/complete-retries-on-transient-error ol.llx.ai.client-test/complete-surfaces-unknown-openai-completions-stop-reason-as-error-message ol.llx.ai.client-test/complete-emits-error-lifecycle-trove-signals ol.llx.ai.client-test/unified-opts->request-opts-rejects-provider-shape-in-unified-opts ol.llx.ai.client-test/complete-returns-deferred ol.llx.ai.client-test/complete-emits-lifecycle-trove-signals ol.llx.ai.client-test/stream-close-delegates-to-runtime-cancel-fn ol.llx.ai.client-test/complete-simple-wrapper-normalizes-options ol.llx.ai.client-test/complete-simple-wrapper-normalizes-openai-responses-reasoning-to-effort ol.llx.ai.client-test/complete-rejects-unsupported-xhigh-with-structured-error ol.llx.ai.client-test/stream-retries-open-stream-on-transient-error ol.llx.ai.client-test/opts-registry-overrides-env-registry ol.llx.ai.client-test/complete-openai-completions-non-2xx ol.llx.ai.client-test/unified-opts->request-opts-normalizes-unified-shape ol.llx.ai.client-test/complete-allows-xhigh-for-supported-model ol.llx.ai.client-test/complete-transforms-context-before-build-request ol.llx.ai.client-test/stream-simple-wrapper-normalizes-options ol.llx.ai.client-test/complete-retries-without-thread-sleep-hook ol.llx.ai.client-test/complete-does-not-retry-on-client-error ol.llx.ai.client-test/stream-rejects-unsupported-xhigh-with-structured-error ol.llx.ai.models-test ol.llx.ai.models-test/model-utility-functions ol.llx.ai.models-test/model-registry-and-lookup ol.llx.ai.transform-messages-test ol.llx.ai.transform-messages-test/cross-model-replay-converts-thinking-and-drops-signatures ol.llx.ai.transform-messages-test/user-interruption-inserts-only-missing-tool-results ol.llx.ai.transform-messages-test/google-gated-normalization-rewrites-assistant-and-tool-result-ids ol.llx.ai.transform-messages-test/fixture-for-aborted-reasoning-skips-aborted-turn ol.llx.ai.transform-messages-test/same-model-replay-preserves-thinking-and-signatures ol.llx.ai.transform-messages-test/tool-call-id-normalization-propagates-to-tool-result ol.llx.ai.transform-messages-test/missing-tool-results-get-synthetic-error-message ol.llx.ai.transform-messages-test/synthetic-tool-result-uses-real-time-when-clock-missing ol.llx.ai.transform-messages-test/tool-call-id-normalization-avoids-collision-for-mistral ol.llx.ai.transform-messages-test/does-not-duplicate-existing-synthetic-tool-result ol.llx.ai.transform-messages-test/skipped-assistant-turns-with-error-or-aborted-stop-reasons ol.llx.ai.oauth-test ol.llx.ai.oauth-test/get-oauth-api-key-behavior ol.llx.ai.oauth-test/oauth-provider-registry-operations ol.llx.ai.oauth-test/refresh-oauth-token-dispatch ol.llx.ai.adapters.openai-codex-responses-test ol.llx.ai.adapters.openai-codex-responses-test/build-request-prefers-explicit-api-key-over-env ol.llx.ai.adapters.openai-codex-responses-test/build-request-strips-codex-unsupported-payload-fields ol.llx.ai.adapters.openai-codex-responses-test/build-request-shapes-codex-url-and-headers ol.llx.ai.adapters.openai-codex-responses-test/build-request-disables-reasoning-when-no-reasoning-opts ol.llx.ai.adapters.openai-codex-responses-test/build-request-rejects-token-missing-account-id ol.llx.ai.utils.overflow-test ol.llx.ai.utils.overflow-test/context-overflow-detection ol.llx.ai.adapters.google-generative-ai-test ol.llx.ai.adapters.google-generative-ai-test/map-stop-reason-fail-fast-on-unknown ol.llx.ai.adapters.google-generative-ai-test/build-request-converts-canonical-context-to-google-payload ol.llx.ai.adapters.google-generative-ai-test/build-request-gemini-3-preserves-unsigned-tool-calls-with-sentinel ol.llx.ai.adapters.google-generative-ai-test/build-request-preserves-valid-emoji-surrogate-pairs ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-gemini-3-pro-uses-level ol.llx.ai.adapters.google-generative-ai-test/build-request-tool-result-image-forwarding-by-model-capability ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-disables-thinking-by-default-for-gemini-25 ol.llx.ai.adapters.google-generative-ai-test/build-request-sanitizes-unpaired-surrogates-in-user-and-system ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-disables-thinking-by-default-for-gemini-3-pro ol.llx.ai.adapters.google-generative-ai-test/google-normalizer-matches-upstream-issue-1022-test-id-under-gate ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-omitted-when-model-not-reasoning ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-gemini-3-flash-uses-level ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-gemini-25-pro-budget-differs-from-flash ol.llx.ai.adapters.google-generative-ai-test/open-stream-non-2xx-throws-structured-error ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-gemini-3-pro-clamps-low-effort ol.llx.ai.adapters.google-generative-ai-test/reasoning-config-disables-thinking-by-default-for-gemini-3 ol.llx.ai.adapters.google-generative-ai-test/build-request-emits-provider-payload-trove-signal ol.llx.ai.adapters.google-generative-ai-test/decode-event-tool-call-missing-args-defaults-to-empty-map ol.llx.ai.adapters.google-generative-ai-test/thought-signature-alone-is-not-thinking ol.llx.ai.adapters.google-generative-ai-test/decode-event-stream-contract ol.llx.ai.adapters.google-generative-ai-test/finalize-calculates-usage-costs ol.llx.ai.adapters.google-generative-ai-test/build-request-uses-custom-thinking-budgets ol.llx.ai.adapters.google-generative-ai-test/stream-error-normalization-contract ol.llx.ai.adapters.google-generative-ai-test/adapter-registers-tool-call-id-normalizer-with-model-id-gate ol.llx.ai.adapters.google-generative-ai-test/finalize-throws-on-unknown-stop-reason ol.llx.ai.adapters.google-generative-ai-test/decode-event-stream-usage-calculates-costs ol.llx.ai.utils.unicode-test ol.llx.ai.utils.unicode-test/truncate-limits-string-length ol.llx.ai.utils.unicode-test/sanitize-surrogates-handles-surrogate-edge-cases ol.llx.ai.utils.unicode-test/sanitize-payload-deep-walks-data-structures ol.llx.ai.utils.tool-validation-test ol.llx.ai.utils.tool-validation-test/validate-tool-call ol.llx.ai.schema-test ol.llx.ai.schema-test/schema-registry-rebuilds-when-component-schemas-change ol.llx.ai.schema-test/options-schema ol.llx.ai.schema-test/model-schema ol.llx.ai.schema-test/event-schemas ol.llx.ai.schema-test/context-schema ol.llx.ai.schema-test/usage-schema ol.llx.ai.schema-test/adapter-and-env-schema ol.llx.ai.schema-test/message-schemas ol.llx.ai.schema-test/oauth-schema-contracts ol.llx.ai.schema-test/runtime-boundary-schemas ol.llx.ai.schema-test/config-schema ol.llx.ai.schema-test/options-schema-allows-provider-specific-option-keys ol.llx.ai.client.stream-test ol.llx.ai.client.stream-test/run-stream-calls-cancel-when-output-channel-preclosed ol.llx.ai.client.stream-test/run-stream-emits-start-and-done-events ol.llx.ai.client.stream-test/runtime-run-stream-input-requires-runtime-hooks ol.llx.ai.registry-test ol.llx.ai.registry-test/registry-patterns ol.llx.ai.registry-test/registry-operations ol.llx.ai.adapters.common-test ol.llx.ai.adapters.common-test/trim-trailing-slash-removes-single-trailing-slash ol.llx.ai.adapters.common-test/empty-usage-shape-is-canonical ol.llx.ai.adapters.common-test/parse-json-lenient-falls-back-to-decode ol.llx.ai.adapters.common-test/parse-json-safe-returns-decoded-or-empty-map Randomized with --seed 1267858179 ERROR in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-uses-default-stream-fn-when-not-provided-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:428:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) FAIL in node-grand-pin:ol.llx.agent.fx-test/fx-execute-tool-uses-active-schema-registry-for-input-coercion-test (ol/llx/agent/fx_test.cljc:568) TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$0') ERROR in node-grand-pin:ol.llx.agent.fx-test/fx-execute-tool-uses-active-schema-registry-for-input-coercion-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:593:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) FAIL in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-runs-hooks-and-maps-events-test (ol/llx/agent/fx_test.cljc:251) TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$0') ERROR in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-runs-hooks-and-maps-events-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:318:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) FAIL in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-emits-llm-error-on-hook-failure-test (ol/llx/agent/fx_test.cljc:472) TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$0') ERROR in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-emits-llm-error-on-hook-failure-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:486:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) FAIL in node-grand-pin:ol.llx.agent.fx-test/fx-execute-tool-uses-updated-schema-config-from-live-agent-test (ol/llx/agent/fx_test.cljc:620) TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$0') ERROR in node-grand-pin:ol.llx.agent.fx-test/fx-call-llm-emits-llm-error-on-non-canonical-event-type-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:517:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) FAIL in node-grand-pin:ol.llx.agent.fx-test/execute-fx-validates-effect-shape-test (ol/llx/agent/fx_test.cljc:534) TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$0') ERROR in node-grand-pin:ol.llx.agent.fx-test/execute-fx-validates-effect-shape-test (funnel_client.clj:71) Uncaught exception, not in assertion. TypeError: Cannot read properties of undefined (reading 'cljs$core$IFn$_invoke$arity$2') f (/build/source/target/kaocha-test/cljs-runtime/ol/llx/agent/fx_test.cljc:550:7) Function.f (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/runner.cljs:134:27) cljs.core.apply-to-simple.cljs.core.apply-to-simple [as cljs.core.IFn.-invoke.arity.3] (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4079:15) cljs.core.apply.cljs.core.IFn.-invoke.arity.3 (/build/source/target/kaocha-test/cljs-runtime/cljs/core.cljs:4118:7) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:37:17) Object.lambdaisland.chui.interceptor/try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) Object.lambdaisland.chui.interceptor/enter-1 [as enter-1] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:67:6) lambdaisland.chui.interceptor/execute* (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:118:35) lambdaisland.chui.interceptor.try-stage.lambdaisland.chui.interceptor/try-stage [as cljs.core.IFn.-invoke.arity.variadic] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:44:12) Object.lambdaisland.chui.interceptor.try-stage [as try-stage] (/build/source/target/kaocha-test/cljs-runtime/lambdaisland/chui/interceptor.cljs:28:1) 314 tests, 1345 assertions, 6 errors, 0 failures.