feat: add inter-method splitting

This commit is contained in:
zhayujie
2026-06-07 20:10:26 +08:00
parent ca4a8253a1
commit ff584f8421

View File

@@ -302,6 +302,7 @@ class AgentBridge:
start_evolution_trigger(self)
except Exception as e:
logger.warning(f"[AgentBridge] Evolution trigger init failed: {e}")
def create_agent(self, system_prompt: str, tools: List = None, **kwargs) -> Agent:
"""
Create the super agent with COW integration