Skip to content

Agent() tool calling loop + Network() ReAct impl. #59

Agent() tool calling loop + Network() ReAct impl.

Agent() tool calling loop + Network() ReAct impl. #59

Workflow file for this run

name: "PR checks"
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint