| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "sources": {
- "image_stitcher": [
- {
- "type": "local",
- "host_dir": "tools/local/image_stitcher",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/stitch",
- "http_method": "POST",
- "internal_port": 0
- }
- ],
- "liblibai_controlnet": [
- {
- "type": "local",
- "host_dir": "tools/local/liblibai_controlnet",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/generate",
- "http_method": "POST",
- "internal_port": 8001
- }
- ],
- "launch_comfy_env": [
- {
- "type": "local",
- "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\launch_comfy_env",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/launch",
- "http_method": "POST",
- "internal_port": 8001
- }
- ],
- "runcomfy_workflow_executor": [
- {
- "type": "local",
- "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\task_0cd69d84",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/run",
- "http_method": "POST",
- "internal_port": 8000
- }
- ],
- "runcomfy_stop_env": [
- {
- "type": "local",
- "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\runcomfy_stop_env",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/stop",
- "http_method": "POST",
- "internal_port": 8000
- }
- ]
- }
- }
|