You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"step": 3, "command": "af install <source>", "purpose": "Install a node from the catalog, a git URL, or a local path"},
926
+
{"step": 4, "command": "af secrets set <KEY> <value>", "purpose": "Provide the API keys the node needs (e.g. model-provider keys)"},
927
+
{"step": 5, "command": "af run <node>", "purpose": "Start the node so its reasoners register with the control plane"},
928
+
{"step": 6, "command": "af ls # or: af agent discover -q <term>", "purpose": "List the reasoners now available to call"},
929
+
{"step": 7, "command": "af call <node>.<reasoner> --schema", "purpose": "Fetch a reasoner's input schema before calling it"},
930
+
{"step": 8, "command": "af call <node>.<reasoner> --async -o json", "purpose": "Trigger the reasoner; get {\"run_id\":...,\"status\":\"accepted\"} back as JSON"},
931
+
{"step": 9, "command": "af wait <run_id> -o json # or: af tail <run_id>", "purpose": "Block for the final status+result as JSON, or stream progress live"},
932
+
},
914
933
"auth": map[string]interface{}{
915
934
"method": "Set X-API-Key header via --api-key or AGENTFIELD_API_KEY",
0 commit comments