Skip to content

v1.5.0 — form_intention inline dependencies, structure warning & provenance

Latest

Choose a tag to compare

@TAgents TAgents released this 15 Jun 11:48
· 39 commits to main since this release

Features

No more silent fake structure. form_intention now lets agents declare execution order in the same call that builds the plan tree, and surfaces weak structure instead of storing it silently.

  • Inline dependencies — tree nodes accept ref and depends_on: [refs/titles], creating cycle-checked blocks edges in one call (server path and legacy client-side path). No more tree-then-link.
  • Structure signal — the response returns a structure block { task_count, dependency_edges, created_without_dependencies, quality_score, ordering, created_by }. A multi-task plan with zero edges gets created_without_dependencies: true + a warning + next_required_action (soft — never blocks legitimately order-independent plans).
  • Provenance stamp — every created plan records the creating runtime in metadata.created_by (e.g. agent-planner-mcp@1.5.0), so a bad plan stays debuggable later even if the agent's MCP build is stale.
  • get_started reports mcp_version — agents can self-report their build, to diagnose version drift.

Requires

The server-path structure/provenance fields need the matching agent-planner backend deployed (createIntention returns them). The legacy path degrades gracefully.

For Claude Desktop

Download agent-planner.mcpb below and open it to install/update. npm / npx users get it from agent-planner-mcp@1.5.0.