Commit Graph

3 Commits

Author SHA1 Message Date
rpotter6298 32a801a572 update with orthobridge 2026-05-15 10:27:24 +02:00
rpotter6298 512ebd13b2 Add distributed server implementation and protocol definitions
- Introduced `protocol.py` for shared data models used in server/client communication, including request and response schemas for registration, job submission, and status updates.
- Implemented `server.py` to manage a SQLite job queue and client registry, handling job polling, status updates, and job completion.
- Created a cheat sheet for server usage, detailing commands for starting the server, submitting jobs, and monitoring clients.
- Added several experiment configuration files for various training setups, including geometry vector injections and baseline ensembles.
2026-04-28 08:24:25 +02:00
rpotter6298 4dea45df78 v4 update 2026-04-20 18:01:31 +02:00