Replace the single-purpose chat runtime with a persistent fleet daemon that provisions, adopts, and controls nodes through the dashboard. Add distributed job-runner actors and provider-backed deployment so jobs can materialize workspaces, execute remotely, and return outputs over iroh.
19 lines
473 B
Text
19 lines
473 B
Text
*
|
|
!apps/
|
|
!apps/myelin/node-image/
|
|
!apps/myelin/node-image/**
|
|
!target/
|
|
target/*
|
|
!target/release/
|
|
target/release/*
|
|
!target/release/myelin-worker
|
|
!target/x86_64-unknown-linux-musl/
|
|
target/x86_64-unknown-linux-musl/*
|
|
!target/x86_64-unknown-linux-musl/release/
|
|
target/x86_64-unknown-linux-musl/release/*
|
|
!target/x86_64-unknown-linux-musl/release/myelin-job-worker
|
|
!.deploy-notes/
|
|
!.deploy-notes/job_worker_entrypoint.sh
|
|
!target/debug/
|
|
target/debug/*
|
|
!target/debug/myelin-worker
|