No description
- TypeScript 100%
Passes messageGatewayPlugin reference into BackgroundJobsPlugin so output routing can delegate to the gateway. Reorders declarations to ensure gateway is created before background jobs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| evals | ||
| src | ||
| tests | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
Severin Agent
Evals
To run evals:
# First export API Keys
export BRAINTRUST_API_KEY="YOUR_API_KEY"
# Run the evals and create an experiment in Braintrust
npx braintrust eval evals/agent.eval.ts
# Run the evals without sending any data
npx braintrust eval --no-send-logs evals/agent.eval.ts