Skip to content

fix(copilotkit): compile evaluator graph with a checkpointer so interrupt() works over AG-UI #128

fix(copilotkit): compile evaluator graph with a checkpointer so interrupt() works over AG-UI

fix(copilotkit): compile evaluator graph with a checkpointer so interrupt() works over AG-UI #128

Workflow file for this run

name: Check Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install Rye
uses: eifinger/setup-rye@v4
with:
version: latest
- name: Sync Rye environment
run: rye sync
- name: Check lint
run: ./scripts/lint