Skip to content

@asyncify-hq/node@0.8.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:26
· 56 commits to main since this release
8f87180

Patch Changes

  • aa68816: Eval runs can now grade an unsaved config. agents.evals.run() takes an optional candidate: { systemPrompt?, model? } — the run uses the real agent, tools, guardrails and knowledge with only the prompt and/or model swapped in, so you can check an edit before it is saved (what the dashboard's pre-save check does). Managed agents only; a candidate on a bridge agent is a 400. The agent is never written to, and a run started with a candidate carries it back on AgentEvalRun.candidate. Types only, and additive: a run without a candidate returns exactly the shape it did before.