Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/hub-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Hub tests

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Local hub structure
run: node --test tests/hub.test.mjs
- name: Live essays still ship
run: node --test tests/live-essays.test.mjs
- name: Deployed hub parity
run: node --test tests/deployed-parity.test.mjs
env:
LIVE_HUB_URL: https://zishanalikhan.com/agents-orchestrated/
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
.vercel
.DS_Store
docs/agents-orchestrated
Empty file added docs/.nojekyll
Empty file.
385 changes: 385 additions & 0 deletions docs/assets/codemap.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading