Select OpenAI, OpenAI Responses, or Anthropic through agent.yaml; run on E2B sandboxes without changing agent code.
Models are selected through the model provider layer; sandboxes, tools, memory, budget caps, and security policies are runtime plugins.
Run agent sessions without operating agent servers or worker pools. PAREL keeps runtime, policy, and execution controlled from the same agent.yaml.
Version control, code review, gradual rollouts. agent.yaml is the contract between your team and production.
Define your agent in agent.yaml — model, tools, memory, budget. Store it in git.
parel deploy ships the config to the control plane. The runtime validates policy and prepares session state.
Messages dispatch through the kernel. Logs, traces, and costs stream back in real time.
Define agent.yaml, authenticate once, and deploy. PAREL handles model adapters, sandbox lifecycle, session state, and policy hooks.
Create a workspace, connect the CLI, and deploy from a versioned config file. Keep models, sandboxes, tools, and policies behind the same runtime contract.