feat: add managed runtime daemon metadata

This commit is contained in:
Andrey Avtomonov 2026-05-11 10:32:49 +02:00
parent 8a1f682ec3
commit ad56689e98
6 changed files with 43 additions and 1 deletions

View file

@ -44,6 +44,9 @@ function layout(): ManagedPythonRuntimeLayout {
assetManifestPath: '/assets/python/manifest.json',
pythonPath: '/runtime/0.2.0/.venv/bin/python',
daemonPath: '/runtime/0.2.0/.venv/bin/ktx-daemon',
daemonStatePath: '/runtime/0.2.0/daemon.json',
daemonStdoutPath: '/runtime/0.2.0/daemon.stdout.log',
daemonStderrPath: '/runtime/0.2.0/daemon.stderr.log',
};
}