Skip to content

refactor: extract shared agent loop engine #21

refactor: extract shared agent loop engine

refactor: extract shared agent loop engine #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
python-version: "3.12"
- run: uv sync --frozen --extra dev
- run: uv run ruff check agent_core tests
- run: uv run pyright agent_core
- run: uv run pytest -q
- run: uv build