发布

  • refactor(tools): drop parallel_fanout — rlm is the only RLM tool

    frostbyte_neo 发布于 2026-04-27 07:14:10 +00:00

    Two near-duplicate top-level tools made the surface confusing. With
    parallel_fanout (formerly rlm_query) removed, there's exactly one RLM
    shape: load a long input as context in a Python REPL via rlm, and
    let the sub-agent fan out from inside the REPL via llm_query_batched
    where it has context in scope to chunk against.

    For non-RLM parallel work the dispatcher already runs multiple tool
    calls per turn concurrently — no separate fan-out tool needed. The
    GenericToolCell.prompts rendering hook stays (one-row-per-child for any
    future fan-out tool), but no tool currently populates it.

    Also drops two stray test artifacts (rlm_catalog.md, rlm_test_doc.md)
    the model wrote to repo root during a previous live test session.

    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

    下载附件