mateclaw/mateclaw-server/src/test/java/vip/mate/agent/graph/node
2026-06-12 11:07:55 +08:00
..
ActionNodeLoadSkillTest.java feat(tool,skill,ui): progressive tool/skill disclosure (load_skill + enable_tool + tier UI) 2026-05-23 09:07:45 +08:00
FinalAnswerNodeTest.java chore(test): backfill mateclaw-server/src/test/ that earlier PRIVATE_ITEMS pattern accidentally excluded 2026-05-12 17:38:08 +08:00
LimitExceededNodeFallbackTest.java refactor(prompt): clean up prompt corpus, fix summary_budget bug, route fallbacks through i18n 2026-04-19 09:02:37 +08:00
ObservationNodeDuplicateTest.java fix(agent): prevent ReAct degenerate repetition and harden loop termination 2026-04-05 22:34:03 +08:00
ReasoningNodeContinuationIntentTest.java fix(agent): recover tool-call follow-up on interleaved-thinking models (#256) 2026-06-12 11:07:55 +08:00
ReasoningNodeEmptyCompletionTest.java fix(agent): retry empty LLM completion before treating it as final answer 2026-05-24 22:57:19 +08:00
ReasoningNodeOutputTest.java chore(test): backfill mateclaw-server/src/test/ that earlier PRIVATE_ITEMS pattern accidentally excluded 2026-05-12 17:38:08 +08:00
ReasoningNodePtlPromptTest.java feat(agent): thread runtime model/provider into per-turn context injection 2026-06-08 20:53:39 +08:00