Skip to content

Instantly share code, notes, and snippets.

View emma-praxis's full-sized avatar

Emma emma-praxis

View GitHub Profile
@emma-praxis
emma-praxis / cal-001.ts
Last active April 14, 2026 04:07
Emma eval golden dataset entry: cal-001 (calendar read)
// This golden dataset entry tests three eval dimensions: delegation, trajectory, and completion.
// The eval runner selects scorers based on those dimensions:
// - primaryAgentCorrectScorer + allSecondaryAgentsPresentScorer — did Emma delegate to Tempo?
// - toolTrajectoryScorer — did Tempo call listCalendarEvents?
// - taskCompletionScorer — did the response actually contain calendar events?
{
id: 'cal-001',
input: "what's on my calendar tomorrow",
expectedAgent: 'tempo',
expectedTools: ['listCalendarEvents'],