Share adaptive evidence across autonomous agents

This commit is contained in:
Theodore Song
2026-08-21 17:34:23 -04:00
parent 22b5ddcee1
commit 50db7ed7b3
6 changed files with 101 additions and 35 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ name: Autonomous paper cycle
on:
schedule:
- cron: "7 * * * *"
- cron: "7,22,37,52 * * * *"
workflow_dispatch:
push:
branches: [main]
@@ -34,7 +34,7 @@ jobs:
- run: node scripts/run-autonomous-cycle.mjs
env:
ARENA_URL: https://polymarket-site-eta.vercel.app
EXPECTED_BUILD: "91"
EXPECTED_BUILD: "92"
RUNTIME_BRANCH: runtime-state
RUNTIME_STATE_PATH: runtime/state.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}