From 95ce1bae24d651745dc0a992c03eff42020daeb1 Mon Sep 17 00:00:00 2001 From: matevip Date: Tue, 19 May 2026 16:53:24 +0800 Subject: [PATCH] docs(agent): describe binding-service helpers functionally --- .../agent/binding/service/AgentBindingService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mateclaw-server/src/main/java/vip/mate/agent/binding/service/AgentBindingService.java b/mateclaw-server/src/main/java/vip/mate/agent/binding/service/AgentBindingService.java index d0af1f27..c634570c 100644 --- a/mateclaw-server/src/main/java/vip/mate/agent/binding/service/AgentBindingService.java +++ b/mateclaw-server/src/main/java/vip/mate/agent/binding/service/AgentBindingService.java @@ -389,8 +389,8 @@ public class AgentBindingService implements AgentBindingResolver { } /** - * RFC-090 §14.2 — single entry point that maps an agent's bindings to - * the set of tool names allowed at runtime. + * Single entry point that maps an agent's bindings to the set of tool + * names allowed at runtime. * *

Three-state semantics (mirrors {@link #getBoundSkillIds} / * {@link #getBoundToolNames}): @@ -514,8 +514,8 @@ public class AgentBindingService implements AgentBindingResolver { } /** - * RFC-090 §11 — tools that exist outside the skill scope and must - * survive any agent-level skill binding restriction. + * Tools that exist outside the skill scope and must survive any + * agent-level skill binding restriction. * *

Add new entries here only after verifying the tool is genuinely * agent-wide, not skill-specific. Tools added here bypass the @@ -757,7 +757,7 @@ public class AgentBindingService implements AgentBindingResolver { } } - // ==================== Provider Preferences (RFC-009 PR-3) ==================== + // ==================== Provider Preferences ==================== /** Raw rows for the agent edit form. Sorted by sort_order ascending. */ public List listProviderPreferences(Long agentId) {