Goal tree agent adapter — hierarchical goal decomposition with subgoal/complete/fail/compact harness tools.
| Name: | goaltree |
| Class: | covia.adapter.agent.GoalTreeAdapter |
This adapter provides 1 MCP tool(s) for AI agent integration:
| Tool Name | Description |
|---|---|
| goaltree_chat | Goal tree transition function for agents. Supports hierarchical goal decomposition via subgoal/complete/fail/compact harness tools — appropriate for agents that need to plan and decompose multi-step work. For plain persona-style chat (customer support, character agents, single-turn assistants) use v/ops/llmagent/chat instead. Each transition creates a fresh root frame from incoming work. Subgoals branch into child frames with summarised ancestry. Conversations can be compacted into segments to free context space. Uses the same Level 3 LLM operations as LLM Agent Chat. |