Agent changes: - Accept optional AgentConfig in __init__ - Add name property - Filter tools via agent_config.tools whitelist in respond() - Use agent-specific personality file when configured - Pass agent name to skills registry for filtering ToolRegistry changes: - get_tools_schema() accepts filter_names parameter - get_tools_description() accepts filter_names parameter - When filter_names is None, all tools are returned (backward compat) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| calendar_tool.py | ||
| clickup_tool.py | ||
| code_exec.py | ||
| data_proc.py | ||
| delegate.py | ||
| email_tool.py | ||
| file_ops.py | ||
| image.py | ||
| press_release.py | ||
| shell.py | ||
| web.py | ||