README.md markdown
38 lines 1.2 KB
Raw
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor ⚠ breaking 41 days ago

Scooling Lab

Scooling Lab is the open-source training workspace for Scooling.

It provides the public, inspectable boundary for turning reviewed learning material into private custom model jobs. The main Scooling app remains the product, consent, billing, permission, Knowtation, and artifact-registration authority. Scooling Lab owns only the training API, worker contract, worker runtime, fixtures, tests, dependency inventory, and license notices.

Current Phase

Phase T0: license and dependency inventory.

This repository starts with no trainer implementation and no private data path. The first goal is to prove that the worker boundary, dependency policy, and license evidence can be audited before any training job runs.

Current cross-repo status and coordination rules are documented in docs/CROSS-REPO-STATUS.md.

Boundary Rules

  • No private Scooling application code.
  • No Knowtation private vault data.
  • No billing internals.
  • No browser session tokens.
  • No AGPL-covered Studio or CLI code.
  • No secrets, API keys, local credentials, private datasets, or model artifacts.

Local Checks

PYTHONPATH=src python3 -m unittest discover -s tests

License

Apache-2.0. See LICENSE and NOTICE.

File History 1 commit
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor 41 days ago