Skip to content

feat: agent_invoke tool — cortex-backed agent dispatch #41

feat: agent_invoke tool — cortex-backed agent dispatch

feat: agent_invoke tool — cortex-backed agent dispatch #41

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx tsc -p tsconfig.json