You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval: add optional setup script support for eval sessions
Add a 'setup' property to EvalCriteria that allows defining a sh script
to run inside the eval container before cagent exec. The script is
written to a temp file, bind-mounted into the container, and executed
as part of the entrypoint chain. This is useful for preparing the
container environment (e.g., installing packages, initializing repos)
before the agent runs.
Assisted-By: cagent
0 commit comments