mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-01 03:05:19 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
from serena.agent import ToolRegistry
|
|
|
|
if __name__ == "__main__":
|
|
ToolRegistry.print_tool_overview()
|