Re-exports§
pub use types::Tool;pub use types::ToolDefinition;pub use types::ToolFuture;pub use types::ToolInputSchema;pub use types::filter_tools;pub use types::get_all_base_tools;pub use assemble::assemble_tool_pool;pub use assemble::filter_tools_by_deny_rules;
Modules§
- agent
- ask
- Ask user question tool.
- assemble
- bash
- brief
- Brief tool (SendUserMessage) — primary visible output channel.
- config
- Config tool - dynamic configuration.
- config_
tools - cron
- Cron scheduled task tools.
- deferred_
tools - discover_
skills - DiscoverSkillsTool — on-demand skill discovery (feature-gated stub)
- edit
- glob
- grep
- lsp
- LSP tool - code intelligence via Language Server Protocol.
- mcp
- MCP-related utilities for tools
- mcp_
auth - mcp_
resource_ reader - mcp_
resources - mcp_
tool - monitor
- Monitor tool - placeholder for unimplemented functionality
- notebook_
edit - NotebookEdit tool - edit Jupyter notebook cells.
- orchestration
- Tool orchestration module for running tools with concurrency control.
- overflow_
test - placeholder
- Placeholder tool utilities
- plan
- Plan mode tools - enter/exit structured planning workflow.
- powershell
- PowerShell tool module
- read
- remote_
trigger - repl
- review_
artifact - search
- send_
user_ file - SendUserFile tool - returns null (feature not implemented)
- skill
- Skill tool - invoke external skills.
- sleep_
tool - snip
- SnipTool — model-callable compaction tool (feature-gated stub)
- synthetic_
output - SyntheticOutputTool (StructuredOutput) — structured output enforcement
- task_
output - TaskOutput tool — retrieve output from background tasks.
- task_
stop - TaskStop tool - stop background tasks.
- tasks
- Task management tools (V2).
- team
- Team management tools.
- terminal_
capture - TerminalCaptureTool — terminal screen capture (feature-gated stub)
- todo
- TodoWrite tool - session todo list.
- types
- web_
browser - WebBrowser tool - controls a headless browser for web automation.
- web_
fetch - WebFetch tool - fetch URL content.
- web_
search - workflow
- worktree
- Git worktree tools.
- write