| 1 | from bmtools.agent.singletool import load_single_tools, STQuestionAnswerer |
| 2 | |
| 3 | tool_name, tool_url = 'python', "http://127.0.0.1:8079/tools/python/" |
| 4 | tools_name, tools_config = load_single_tools(tool_name, tool_url) |
nothing calls this directly
no test coverage detected