[proxy 07/13] Live num_ctx proof script against the tower #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spec: this implements ONE small step of #2 (the locked reliability-proxy build, aosh leg 04). Do not redesign. Stay tightly scoped to this single step.
Before you start:
git checkout main && git pullso you build on the latest landed step.Add
scripts/prove_num_ctx.py- the end-to-end proof that the 32k cliff is gone./coilysiren/kai-tower-3026/tailnet-fqdn(or env overrideTOWER_FQDN), backendhttp://$TOWER:11434.fast-thinkchat request and send it THROUGH the proxy (POST http://127.0.0.1:8080/v1/chat/completions).usage.prompt_tokens(from the upstreamprompt_eval_count) is well above 32767 (near 49152), printing PASS/FAIL.SKIPPED (tower unreachable, see ward#330)and exit 0 - do NOT fail the build on it.Acceptance: the script exists, runs, and either PASSes against the tower or cleanly SKIPs.
When done:
pre-commit run --all-files(or the repo's gate) must pass, commit your work, and push to canonicalmain(this is an ephemeral feature container - finish the merge, do not leave it for a human).docs/FEATURES.mdfromplannedtolandedfor this feature, in the same push.ward agent engineer coilyco-flight-deck/agent-proxy#12 --driver goose🔒 Reserved by
ward agent --driver goose— containerengineer-goose-agent-proxy-11on host7d608a8a9f0eis carrying this issue (reserved 2026-07-02T16:48:40Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (2h0m0s TTL);--forceoverrides.— Goose, via
ward agentLanded. The live num_ctx proof shipped as scripts/truncation_proof.py (present on main), exposed as
ward exec proof, and FEATURES.md records the end-to-end proof. Closing as done. Live-tower nuance (ollama's OLLAMA_NUM_PARALLEL halving the effective num_ctx) is tracked separately in #33.