loopedautomation/Run a Looped AF agent

One-shot, stateless run of a Looped AF agent in Docker: pipe a prompt in, get the reply as a step output.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
agentPath to the agent file, relative to the workspace. The file can't declare triggers: a trigger makes the agent a long-lived service, and a CI step has to end.noagent.yaml
promptWhat to ask the agent. The run handles one line, so newlines in the prompt collapse to spaces.yes
secretsKEY=VALUE lines for the container's env file: the provider API key and whatever else the agent file's env refs name. The container's environment comes from this file alone; the runner's stays outside.no""
env-filePath to an existing env file. Lines from the secrets input are appended to it (later lines win).no""
af-versionThe @looped/af version to install from JSR.nolatest
imageContainer image override, passed through as `af run --image`.no""
namedescription
replyThe agent's reply.
statusHow the run ended: ok, error_max_steps or error_provider.