Skip to content

feat(agent): MCP-style tool harness — cloud models chain GWT tools - #353

Merged
slaveofcode merged 1 commit into
developfrom
feat/agent-tool-harness
Aug 28, 2026
Merged

feat(agent): MCP-style tool harness — cloud models chain GWT tools#353
slaveofcode merged 1 commit into
developfrom
feat/agent-tool-harness

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Capable cloud providers get the full 41-tool catalog in task mode and can chain tools (output pipes to the next tool's input) — e.g. 'get the audio from this video then compress it'. Tiny on-device models stay keyword-scoped. Adds provider.capable + multi-step prompt.

…ain them

Capable providers (cloud) now get the FULL executor catalog in task mode instead
of the keyword-scoped subset, so the model can plan across every tool. Tool
outputs pipe into the next tool's file input, so it can chain — e.g. 'get the
audio from this video, then compress it'. Tiny on-device models stay scoped (they
mis-pick). Adds AgentProvider.capable (cloud=true) and a multi-step system prompt.
@slaveofcode
slaveofcode merged commit 3a10394 into develop Aug 28, 2026
1 check passed
@slaveofcode
slaveofcode deleted the feat/agent-tool-harness branch August 28, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant