Commit graph

27 commits

Author SHA1 Message Date
a5736730b5 stash: post second deployment test 2026-07-26 22:23:48 +04:00
e29a7ec1d0 feat: post deploy test patching 2026-07-26 13:01:18 +04:00
545e39d2aa stash: another failed run, more telemetry 2026-07-26 00:05:44 +04:00
d3a67d021f feat: successful 8 stage pipeline parallel run, more metrics 2026-07-25 20:04:57 +04:00
f8beca8c5d feat: verification gate for N pipeline stage deployment 2026-07-25 11:42:29 +04:00
1b8b5f9aff feat: better benchmarking 2026-07-24 23:05:11 +04:00
3c6845b170 feat: working two stage pipeline parallel over vastai 2026-07-24 12:59:32 +04:00
18f06e34f9 feat: --vastai verification test target 2026-07-24 11:04:40 +04:00
1d41e9d2f6 feat: working mutlinode pipeline parallel prompt loop running locally 2026-07-23 15:34:57 +04:00
06478bb6a2 feat: mvp-chat multinode docker test with network masking 2026-07-23 14:58:03 +04:00
50f58432f5 stash: local single-node gpu prompt loop 2026-07-23 13:39:17 +04:00
92643bf399 feat: mvp-chat benchmarking 2026-07-23 09:35:04 +04:00
9e0a26d99d slow but working mvp-chat 2026-07-22 11:50:53 +04:00
e8a44c3666 mid refactor to clean up all the unclear and badly distributed logic, add specs 2026-07-15 12:49:56 +04:00
3c0d350a91 stash 2026-07-12 10:14:34 +04:00
82e8e958a6 stash 2026-07-07 14:40:02 +04:00
cef212d1f4 stash 2026-07-05 13:59:51 +04:00
660662c60d stash 2026-06-25 16:30:18 +04:00
59427c4b7b stash refactor 2026-06-24 00:10:41 +04:00
07949b3576 stash cleanup and localized e2e stubbed mock 2026-06-23 19:42:28 +04:00
f1e5a08c53 stash 2026-05-21 23:48:02 +04:00
3cf0ae5947 refactor: consolidate crate functions (#50)
Remove co-dependencies for different modules found in `crates` and migrate the development history to a new repository. The docs were stale, and largely not getting used, so simply deleted for now. When code stabilizes more, they will become useful again.
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-24 09:12:28 +00:00
a9bc6ab41f feat: begin formal verification pipeline (#49)
Initial experiments in 'formal verification' of authorization tooling. Current state is not to be trusted, but we are not in a security critical situation, so that is fine.
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-23 04:53:04 +00:00
1152e32e16 feat: cluster test improvements; datastore pools (#45)
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-20 17:30:37 +00:00
3974f11737 feat: stability for deployment and distribution (#44)
Make distribution and deployment more stable. Consolidate the logic for a generic swactor node.
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-19 14:39:33 +00:00
e2017ea369 feat: MVP authorization layer for swactor datastores (#43)
Some checks failed
ci/check Job 'check' failed: command exited with code 101 [stderr] | |_^ [stderr] | [stderr] = note: the lang item is first defined in crate `std` (which `ed25519_dalek` depends on) [stderr] = note: first definition in `std` loaded from /home/z...
ci/clippy Job 'clippy' failed: command exited with code 101 [stderr] help: try adding this [stderr] | [stderr] 157 + impl Default for TransportRouter { [stderr] 158 + fn default() -> Self { [stderr] 159 + Self::new() [stderr] 160 + } [st...
ci/ci Pipeline 'ci' failure
Very barebones, untrustworthy, barely reviewed auth layer. LGTM.
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-16 15:39:27 +00:00
af1541695a feat: content addressed datastore (#41)
Some checks failed
ci/hello Job 'hello' completed
ci/smoke Pipeline 'smoke' success
ci/check Job 'check' completed
ci/clippy Job 'clippy' completed
ci/ci Pipeline 'ci' failure
Content addressable datastore. Allows you to configure a node to store and stream large blobs of data, and retrieve them from any swactor-connected node.
Co-authored-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
Co-committed-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-15 17:03:31 +00:00