Skip to content

Instantly share code, notes, and snippets.

@illimarnb
illimarnb / ONBOARDING.md
Created March 5, 2026 14:45
Cortex Agent Eval Framework - Onboarding Guide

Onboarding: Cortex Agent Evaluation Framework

This guide walks you through the eval framework using Cortex Code CLI skills. Each step uses natural language commands — Cortex Code handles the scripts and configuration for you.


Prerequisites

  1. Cortex Code CLI installed (installation guide)
  2. Git access to this repository (EDH/EDH)
@illimarnb
illimarnb / cortex_eval_framework_tutorial_agenda.md
Last active February 26, 2026 19:44
Cortex Agent Evaluation Framework - Tutorial & Handover Agenda

Cortex Agent Evaluation Framework - Tutorial

The Loop

Deploy → Evaluate → Analyze → Fix → Repeat

Cortex Agent Skills Tutorial

Audience: Engineers working on the Wholesale Open Orders Cortex Agent
Duration: ~45 minutes
Prerequisites: Cortex Code CLI installed, Snowflake connection configured ()


Agenda

@illimarnb
illimarnb / FRAMEWORK_TEST_PLAN.md
Last active February 24, 2026 23:05
End-to-End Framework Test Plan for Cortex Agent Evaluation

End-to-End Framework Test Plan

Comprehensive testing plan for the Cortex Agent Evaluation Framework using Cortex Code CLI.


Prerequisites Checklist

Before starting, verify you have:

@illimarnb
illimarnb / flowcharts.md
Created February 23, 2026 23:18
Cortex-Agent-Eval-Framework

Cortex Agent Evaluation & Improvement Framework

Architecture Overview

flowchart TB
    subgraph CORE["Agent Development Loop"]
        direction LR
        D["Deploy"] --> E["Evaluate"] --> A["Analyze"] --> F["Fix"]
 F --> D
@illimarnb
illimarnb / flowcharts.md
Created February 23, 2026 23:17
Cortex Agent Evaluation Framework

Cortex Agent Evaluation & Improvement Framework

Architecture Overview

flowchart TB
    subgraph CORE["Agent Development Loop"]
        direction LR
        D["Deploy"] --> E["Evaluate"] --> A["Analyze"] --> F["Fix"]
 F --> D