Skip to content

Tool packs and a Task tool for orchestration #31

Description

@gregjkal

Summary

Two follow-ons to making everything a tool call (#30): group tools into importable "tool packs", and expose orchestration as a Task tool so fanout is no longer Lua-only.

Tool packs

From #cppa-wg21-org on 2026-09-09:

Task tool

  • fanout is expressible as tool calls to a Task tool. Today fanout is only available from Lua, which bifurcates the language.
  • If a prompt adds the Task tool to what the LLM is offered, the LLM can orchestrate subagents itself. The same primitive serves Lua and the model.

Tool name translation (later)

  • Cursor advertises its tools under different names depending on the model. Eventually PromptForge wants a translation layer, transparent to the prompt, that mutates tool names for better model performance.

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions