Skip to content

v0.9.0 — Host-token architecture

Choose a tag to compare

@Siddardth7 Siddardth7 released this 01 Jul 03:50
46b1401

The full outreach pipeline now runs on the host Claude's tokens by default — no ANTHROPIC_API_KEY topup needed (#50). The Anthropic-API orchestrator is retained as the explicit --api headless fallback.

Highlights

  • Host-token everything: find→classify→ingest, drafting, next-move, critic, and the default /network-run orchestration all run on host tokens via deterministic Bash bridges + model: sonnet subagents. Python stays the deterministic tool layer (context builders + safety gates + persistence).
  • network_run_host planner drives the loop (plan/select); /network-run is host-default, --api falls back to run_pipeline.
  • Validated end-to-end in-Claude; two bugs found & fixed (#64 loop-stall, #65 came-across critic contradiction).
  • Folds in #24 (import-layer hardening), #20 (exit-gate harness — partial), #19 (reply-aware next-move).

Notes

  • #20's live exit-gate run is waived for this release (harness ships; live run deferred on Anthropic credit).

Repo 98.85% line+branch, 1139 tests green. See CHANGELOG for full detail.