auto-sync: 2026-05-30 10:34:59

This commit is contained in:
cfdaily
2026-05-30 10:34:59 +08:00
parent 8dac92aad2
commit 1614108f71
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ class AgentProfile:
"""Agent 能力画像"""
agent_id: str
capabilities: List[str] = field(default_factory=list)
capabilities_zh: List[str] = field(default_factory=list)
can_review: bool = False
max_concurrent: int = 1
is_fallback: bool = False