Skip to content

llama-cpp sync - breaking#7

Merged
lloyal-research merged 2 commits intomainfrom
feat/ramp-down
Apr 2, 2026
Merged

llama-cpp sync - breaking#7
lloyal-research merged 2 commits intomainfrom
feat/ramp-down

Conversation

@lloyal-research
Copy link
Copy Markdown
Contributor

No description provided.

lloyal-research and others added 2 commits April 2, 2026 03:24
feat(agents): Tool.probe lifecycle hook for post-tool-result reasoning

Add optional `probe` getter to Tool base class. When a tool returns a
non-null probe string, the pool prefills it into the agent's context
after the tool result settles — nudging the model to reason in prose
before the lazy grammar triggers the next tool call.

- Tool.probe defaults to null (noop for all existing tools)
- Only fires after real tool dispatches, not nudges or settle rejects
- Tracked via dispatchedProbes map, cleared after SETTLE reads it
@lloyal-research lloyal-research merged commit 572fd77 into main Apr 2, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants