Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dizzy-K/AutoPT
/ to_dict
Method
to_dict
tools/registry.py:23–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
handler: ToolHandler
22
23
def
to_dict(self) -> dict[str, str]:
24
return
{
25
"name"
: self.name,
26
"description"
: self.description,
27
}
28
29
30
def
build_terminal_tool(
Callers
3
handle_inspect
Function · 0.45
handle_run
Function · 0.45
handle_experiment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected