Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ get_tools
Method
get_tools
camel/runtime/base.py:43–45 ·
view source on GitHub ↗
r"""Returns a list of all tools in the runtime.
(self)
Source
from the content-addressed store, hash-verified
41
pass
42
43
def
get_tools(self) -> List[FunctionTool]:
44
r
""
"Returns a list of all tools in the runtime."
""
45
return
list(self.tools_map.values())
Callers
3
_create_new_agent
Method · 0.45
api.py
File · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected