Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ definitions
Method
definitions
core/src/agent_api/direct_tools.rs:26–28 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
24
}
25
26
pub(super) fn definitions(&self) -> Vec<ToolDefinition> {
27
self.tool_executor.definitions()
28
}
29
30
pub(super) fn names(&self) -> Vec<String> {
31
self.tool_executor
Callers
5
names
Method · 0.45
build_agent_loop
Function · 0.45
build_session_capabilities
Function · 0.45
build_command_context
Function · 0.45
build_augmented_system_prompt_with_base
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected