Skip to content

refactor(AgentService): generalize monologue prompts for broader use #308

refactor(AgentService): generalize monologue prompts for broader use

refactor(AgentService): generalize monologue prompts for broader use #308

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- uses: astral-sh/ruff-action@v1
with:
args: "check --diff"