Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ register_dynamic_tool
Method
register_dynamic_tool
core/src/tools/mod.rs:392–394 ·
view source on GitHub ↗
(&self, tool: Arc<dyn Tool>)
Source
from the content-addressed store, hash-verified
390
}
391
392
pub fn register_dynamic_tool(&self, tool: Arc<dyn Tool>) {
393
self.registry.register(tool);
394
}
395
396
pub fn unregister_dynamic_tool(&self, name: &str) {
397
self.registry.unregister(name);
Callers
7
test_tool_executor_get_artifact
Function · 0.80
test_tool_executor_respects_artifact_limits
Function · 0.80
test_tool_executor_register_program_catalog_keeps_script_only_program_tool
Function · 0.80
execute_with_task_id
Method · 0.80
install_agent_dir_tools
Function · 0.80
add_mcp_server
Method · 0.80
register_mcp_capabilities
Function · 0.80
Calls
1
register
Method · 0.45
Tested by
3
test_tool_executor_get_artifact
Function · 0.64
test_tool_executor_respects_artifact_limits
Function · 0.64
test_tool_executor_register_program_catalog_keeps_script_only_program_tool
Function · 0.64