agentrun-deploy
Installation
SKILL.md
AgentRun deploy — PLANNED
This skill is planned but not yet written. The intended scope:
- Detect the agent's entrypoint (
agent.py,index.ts, or user-specified). - Generate an
agentrun.yamldeploy descriptor with:- Runtime image (matching the language/framework)
- Trigger model (cron / webhook / manual)
- Resource limits (CPU, memory, timeout)
- Syscall policy (allowed tools, network egress rules)
- Run
agentrun deploy(or equivalent control-plane API call) and surface the deploy URL + first run trace. - Verify the first triggered run completes and emits a
process_exitevent.
Track progress at https://github.com/TheAgentOS/agentos-skills/issues