spelunkai/inference/pyproject.toml
Jonas 65155ce22e Scaffold monorepo structure for all pipeline components
Add top-level README, .gitignore, and per-component directories
(recording, labeling backend/frontend, training, inference, control)
with READMEs and pyproject.toml/package skeletons per CLAUDE.md §2-3.
No implementation yet, just structure to build against.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-16 07:16:55 +02:00

14 lines
338 B
TOML

[project]
name = "spelunkai-inference"
version = "0.0.0"
description = "SpelunkAI runtime inference loop (capture, detectors, HUD classifiers, state vector)"
requires-python = ">=3.10"
dependencies = []
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]