Enum ToolCategory
Categories for grouping tool plugins into logical domains. Used by ToolLoadout to include or exclude related tools as a set.
public enum ToolCategory
Fields
Analysis = 9Analysis, reasoning, notebook, and introspection tools.
Filesystem = 0File read/write, directory listing, and batch-editing tools.
Git = 1Git version-control tools.
GitHub = 2GitHub API integration tools.
Memory = 7In-session memory and knowledge-store tools.
Multimodal = 11Multimodal processing tools (images, PDFs).
Network = 6Network and connectivity tools (e.g. Tailscale).
Orchestration = 8Agent orchestration, sessions, and workflow tools.
Scheduling = 10Scheduling and cron tools.
Search = 5Search and grep tools.
Security = 12Security, policy, and encoding/cryptography tools.
Shell = 3Shell execution and process-management tools.
Web = 4Web-fetching and browser-automation tools.