Adds a dedicated hermes-acp toolset with 27 tools appropriate for
editor integration. Excludes tools that don't make sense in an IDE:
Excluded:
- clarify (no multiple-choice UI in editors)
- text_to_speech (no audio output)
- image_generate (editors can't display generated images)
- mixture_of_agents (heavy multi-model, not typical for editor)
- send_message (messaging platform specific)
- cronjob tools (server-side automation)
- honcho, home assistant, RL tools
Included: file ops, terminal, web, browser, code execution,
delegation, vision, skills, memory, session search, todo.
The session manager now creates AIAgent with
enabled_toolsets=['hermes-acp'] so only the curated set is loaded.