Skip to content

Refactor to agent-first perceive-reason-act architecture #1

Refactor to agent-first perceive-reason-act architecture

Refactor to agent-first perceive-reason-act architecture #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: make test