Skip to content

feat: show tool-call, token, and cost summary after each answer #1

feat: show tool-call, token, and cost summary after each answer

feat: show tool-call, token, and cost summary after each answer #1

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --dev
- run: uv run black --check .
- run: uv run isort --check-only .