inngest-agent-evals

Integrate production evaluation workflows into Inngest-based AI agents.

2|Updated May 28, 2026
One-click install
npx skills add https://github.com/inngest/inngest-codex-plugin --skill inngest-agent-evals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inngest-agent-evals
Source: https://github.com/inngest/inngest-codex-plugin/tree/main/plugins/inngest/skills/inngest-agent-evals
Command: npx skills add https://github.com/inngest/inngest-codex-plugin --skill inngest-agent-evals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the difficulty of measuring AI agent performance in production by providing a structured framework for scoring, experimentation, and observability.

Core Features & Use Cases

  • Scoring & Feedback: Implement direct and deferred scoring to capture quality signals like LLM-as-judge results or user feedback.
  • Experimentation: Use group experiments to compare different prompts, models, or tools against real traffic with variant attribution.
  • Observability: Leverage sessions and traces to correlate agent outcomes with specific user flows and historical data.

Quick Start

Use the inngest-agent-evals skill to audit my current agent workflow and implement a deferred scorer for user feedback.

Frequently Asked Questions about inngest-agent-evals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate AI agent performance in production?

To evaluate AI agent performance in production, you integrate scoring, variant experimentation, and session tracking directly into your durable workflow executions to measure actual agent behavior and outcomes.

How do I implement LLM-as-judge scoring for durable workflows?

Implementing LLM-as-judge scoring involves using direct and deferred evaluation primitives within your durable workflows to capture quality signals and user feedback after function execution.

What is the best way to run AI prompt experiments against real traffic?

Running AI prompt experiments against real traffic requires using group experiments with variant attribution, allowing you to compare different prompts, models, or tools across live agent sessions.

Does the Inngest agent evaluation skill work without TypeScript SDK v4?

No, the Inngest agent evaluation skill does not work without TypeScript SDK v4, which is required alongside experimental middleware to enable the core scoring and experiment primitives.

Can I track user feedback sessions across durable function executions?

Yes, you can track user feedback sessions across durable function executions by leveraging built-in observability features that correlate agent outcomes with specific user flows and historical data.