Compare commits

..
Author SHA1 Message Date
Alex Cheema 9ca8ac133b Drain unused worker transient events 2026-05-03 02:37:19 +01:00
Alex Cheema 6bcf4a99f2 Tune cluster liveness polling cadence 2026-05-03 02:34:21 +01:00
Alex Cheema 3abd966d75 Tune event router NACK backoff for snapshots 2026-05-03 02:32:50 +01:00
Alex Cheema 6cece98ec5 Restrict durable events to state changes 2026-05-03 02:31:15 +01:00
Alex Cheema 3249d41098 Route traces over transient events 2026-05-03 02:27:32 +01:00
Alex Cheema f10e6ab1b7 Route generated chunks over transient events 2026-05-03 02:24:36 +01:00
Alex Cheema 7f229425d6 Wire transient router through node lifecycle 2026-05-03 02:19:13 +01:00
Alex Cheema 62fd3ae36c feat: add transient event transport 2026-05-03 02:03:58 +01:00
Alex Cheema c0d4fd7fa7 feat: reconcile worker backoff from state 2026-05-03 02:01:08 +01:00
Alex Cheema 7a25b4186d feat: reconcile api streams from state 2026-05-03 01:58:47 +01:00
Alex Cheema dbc6286066 feat: reconcile custom model cards from state 2026-05-03 01:44:49 +01:00
Alex Cheema e1a79a0918 feat: store custom model cards in state 2026-05-03 01:42:27 +01:00
Alex Cheema ea04549692 feat: bootstrap api state from snapshot 2026-05-03 01:39:54 +01:00
Alex Cheema a2c2a0fc92 feat: bootstrap worker state from snapshot 2026-05-03 01:35:43 +01:00
Alex Cheema 24c56138e3 feat: serve state snapshots from master 2026-05-03 01:18:29 +01:00
Alex Cheema c89caaf87a feat: add snapshot routing types 2026-05-03 01:15:46 +01:00
Alex Cheema 343d5bc6d4 feat: add snapshot receiver 2026-05-03 01:13:48 +01:00
Alex Cheema 0e6a56baee feat: version state snapshots 2026-05-03 01:12:31 +01:00
Alex Cheema f7bdef9f08 feat: allow event router buffer fast-forward 2026-05-03 01:09:09 +01:00
Alex Cheema f792bd5d52 feat: store input chunks in state 2026-05-03 01:06:39 +01:00
598 changed files with 7546 additions and 13290 deletions

No files matched your search

+7
View File
@@ -1 +1,8 @@
use flake
# creates .venv if doesn't exist and loads its environment
export VIRTUAL_ENV=".venv"
if ! [ -d "./$VIRTUAL_ENV" ]; then
uv venv
fi
layout python
+1 -4
View File
@@ -18,6 +18,7 @@ digest.txt
app/EXO/build/
dist/
# rust
target/
**/*.rs.bk
@@ -38,8 +39,4 @@ bench/**/*.json
# tmp
tmp/models
/build/exo
/.agents
/.claude/skills
/.claude
/.codex
skills-lock.json
-3
View File
@@ -4,7 +4,4 @@
<option name="sdkName" value="Python 3.13 (exo)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (exo)" project-jdk-type="Python SDK" />
<component name="RuffConfiguration">
<option name="enabled" value="true" />
</component>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loaded 100 of 598 files, more files were not shown because too many files have changed in this diff. Show more