Tlamatini Planner Trace Replay

Replay the most recent global execution planner trace from tlamatini.log and explain why each capability got the score it did.

XAIHT Updated

File contents

Planner trace replay

Read the tail of Tlamatini/tlamatini.log. Locate the most recent build_global_execution_plan invocation and the per-capability scoring output.

For each capability the planner scored:

  • record its score and the keywords that contributed
  • record whether it was selected (top-N cap, see max_selected_tools = 20 per gotchas.md #11)
  • if a capability that "should" have been selected was not, explain why

Return { traces: [...], notes }. Keep traces under 32 KB total to preserve context.

XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/tlamatini_planner_trace_replay commit 04b245a002

Frequently asked questions

npx skillmds@latest add xaiht/tlamatini-planner-trace-replay