| metadata | {"openclaw":{"emoji":"🌊"},"tlamatini":{"runtime":"in-process","requires_tools":["execute_command","chat_agent_file_creator"],"requires_mcps":[],"budget":{"max_iterations":10,"max_seconds":900,"max_tokens":16000},"permissions":{"filesystem":{"read":["Tlamatini/agent/agents/flowcreator/**/*","Tlamatini/agent/skills_pkg/flow_making/**/*"],"write":["${input.out_path}"]},"shell":["python agent/skills_pkg/flow_making/scripts/make_flow.py","python agent/skills_pkg/flow_making/scripts/result_to_flw.py"],"network":"deny","db":"deny"},"inputs":[{"name":"objective","type":"string","required":true,"description":"One-sentence high-level goal for the flow."},{"name":"out_path","type":"string","required":true,"description":"Absolute path to write the .flw file. If the user gives no folder, default it under the Tlamatini Templates directory (TLAMATINI_TEMPLATES, e.g. <Templates>/alert.flw) — never C:\\Temp / %TEMP%."},{"name":"flow_name","type":"string","required":false,"description":"Logical flow name FlowCreator records (defaults to the out_path basename)."},{"name":"llm_model","type":"string","required":false,"description":"Ollama model FlowCreator queries (defaults to the FlowCreator template's model)."},{"name":"llm_host","type":"string","required":false,"description":"Ollama host URL (default http://localhost:11434)."}],"outputs":[{"name":"flw_path","type":"string","required":true},{"name":"agent_count","type":"integer","required":true},{"name":"connection_count","type":"integer","required":true}],"triggers":{"keywords":["flow-making","make a flow","build a flow","create a flow","create flow file","flow file",".flw","flow from objective","scaffold a flow"],"file_globs":["**/*.flw"]}}} |