Documentation
README
Goal Mode
When to Use
- The user gives a complex task that requires multiple rounds to complete
- The user says "keep going until done", "don't stop midway", "until X"
How to Use
- Call the
goaltool with action=create and a specific, verifiable objective - Work continuously until the goal is achieved
- Achieved →
goaltool, action=complete - Blocked by something unsolvable →
goaltool, action=block, reason=why you're blocked - Need to abandon/reset the goal →
goaltool, action=clear (releases the singleton slot, works on terminal states) - Check current goal status anytime with action=get
Important Constraints
This is the opening of the README. Read the full README on GitHub.