Expand description
Render a loaded compose into on-disk artifacts.
Outputs under <root>/state/:
envs/<project>-<agent>.env— env vars for the agent wrapper.mcp/<project>-<agent>.json— MCP stdio config for the runtime.
systemd / launchd unit rendering lives behind a feature flag when
those back-ends are enabled via supervisor.type.
Functions§
- env_
path - Absolute path to the rendered env file for a given agent.
- mcp_
path - Absolute path to the rendered MCP config for a given agent.
- render_
agent - Rendered env + MCP content for a single agent.