No description
  • TypeScript 100%
Find a file
James Peret 1d9d5f21f6
feat: wire messageGateway into background-jobs plugin config
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>
2026-05-03 01:10:58 -03:00
evals feat: replace Factuality LLM-as-judge scorer with hybrid deterministic scorer 2026-04-27 15:45:34 -03:00
src feat: wire messageGateway into background-jobs plugin config 2026-05-03 01:10:58 -03:00
tests Integrate Braintrust tracing with experimental_telemetry support 2025-09-18 21:51:26 -03:00
.gitignore Updated .gitignore 2026-04-28 23:51:07 -03:00
package-lock.json feat: wire remote-nodes-plugin and remote-bash-tool into Severin 2026-04-17 22:14:03 -03:00
package.json feat: wire remote-nodes-plugin and remote-bash-tool into Severin 2026-04-17 22:14:03 -03:00
README.md Add comprehensive plugin and tool integration to Severin agent 2025-09-13 17:09:37 -03:00
tsconfig.json Update Severin autonomous agent implementation 2025-09-11 13:53:42 -03:00
vitest.config.ts Add comprehensive plugin and tool integration to Severin agent 2025-09-13 17:09:37 -03:00

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