Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/InternAgent
/ get_registry
Function
get_registry
internagent/mas/tools/tool_config.py:154–156 ·
view source on GitHub ↗
Get global tool registry
()
Source
from the content-addressed store, hash-verified
152
153
154
def
get_registry() -> ToolRegistry:
155
""
"Get global tool registry"
""
156
return
_global_registry
157
158
159
def
register_tool(definition: Dict[str, Any], function: Callable) -> None:
Callers
6
__init__
Method · 0.90
main
Function · 0.90
__init__
Method · 0.90
startup
Method · 0.85
init_mcp_tools
Function · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected