mateclaw/mateclaw-server/src/main/java/vip/mate/agent
2026-05-22 13:44:01 +08:00
..
binding fix(goal,agent): expose goal management tools to every agent by default 2026-05-21 14:44:06 +08:00
context fix(agent): structure-aware truncation to stop mid-JSON cuts inducing hallucination (#187) 2026-05-21 15:13:07 +08:00
controller fix(workspace): return 403 instead of 500 for cross-workspace access 2026-05-19 20:06:50 +08:00
delegation feat(agent,ui): multi-level subagent delegation tree 2026-05-22 13:44:01 +08:00
event feat(agent,trigger): wire agent_lifecycle as a real event source 2026-05-08 15:07:18 +08:00
graph fix(goal): emit goal_evaluated on every GoalEvaluationNode skip path 2026-05-21 22:27:17 +08:00
model feat(agent): pre-bind skills and tools when applying an agent template 2026-05-12 07:11:19 +08:00
prompt refactor(prompt): clean up prompt corpus, fix summary_budget bug, route fallbacks through i18n 2026-04-19 09:02:37 +08:00
repository Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
runtime feat(agent,ui): multi-level subagent delegation tree 2026-05-22 13:44:01 +08:00
service refactor(agent): tighten template pre-binding contract and prune product-assistant skills 2026-05-12 07:11:29 +08:00
vo feat(agent,llm): multimodal sidecar routing for unsupported attachments (#87) 2026-05-09 16:41:26 +08:00
AgentAuthoringTool.java feat(agent): digital-employee builder skill to auto-create agents and chain them into a workflow (#165) 2026-05-21 16:26:04 +08:00
AgentGraphBuilder.java fix(goal): real evaluator, retry refactor, hardened node + extra edges 2026-05-21 22:27:00 +08:00
AgentService.java fix(channel): IM conversations respect per-conversation model selection (#183) 2026-05-20 17:49:03 +08:00
AgentState.java Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
AgentToolSet.java fix(agent): resolve agent tool bindings by class/bean/function name aliases (#24) 2026-04-27 23:51:48 +08:00
BaseAgent.java feat(goal): graph topology + evaluation node wired into ReAct + Plan-Execute 2026-05-21 14:43:13 +08:00
GraphEventPublisher.java feat(agent,ui): recovery affordance card for non-transient LLM errors 2026-05-10 19:15:57 +08:00
StructuredStreamCapable.java Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00