Skip to main content

Pack and run (local)

Requires a running daemon.

pack

Build an agent image from a project directory:

agentpaas pack ./my-agent
agentpaas pack ./my-agent --target linux/amd64
agentpaas pack ./my-agent --name weather --version 1.0.0
FlagMeaning
--targetPlatform (use linux/amd64 for cloud)
--name / --versionOverride agent.yaml for this pack
--allow-wildcardAllow domain: '*' egress (discouraged)
--base-imageOverride base image digest

Wildcard egress is refused unless --allow-wildcard is set.

run / stop / status / logs

agentpaas run ./my-agent
agentpaas status
agentpaas status <run-id>
agentpaas logs <run-id>
agentpaas stop <run-id>

Operator helpers

agentpaas timeline <run-id>
agentpaas summarize <run-id>
agentpaas explain-failure <run-id>
agentpaas next-action