Skip to content

Add request preprocessing and response postprocessing hooks to TriviaAgentLoop #5

Add request preprocessing and response postprocessing hooks to TriviaAgentLoop

Add request preprocessing and response postprocessing hooks to TriviaAgentLoop #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install
- name: Install dependencies
run: make install
- name: Run checks
run: make check