Files
picoclaw/pkg/agent
xiaoen 6ee66123f2 refactor(agent): simplify delegate registration gate
Remove the IsToolEnabled("delegate") check — there is no "delegate"
entry in ToolsConfig, so the check was always true. The only real
gate is len(agents) > 1, which is the intended behavior: delegate
is auto-registered in multi-agent setups.

Ref: #2148
2026-04-15 22:24:47 +08:00
..
2026-04-08 18:15:42 +08:00
2026-04-08 18:15:42 +08:00
2026-03-22 23:36:25 +01:00