[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.backends._legacy:_Backend" [project] name = "vitalis-cortex" version = "1.0.0" description = "Vitalis Quadruflow Cognitive Engine — cognitive exoskeleton for LFM2.5" readme = "README.md" license = {text = "GPL-3.0-only"} requires-python = ">=3.10" authors = [ {name = "FerrellSyntheticIntelligence"}, ] dependencies = [ "llama-cpp-python>=0.3.0", "flask>=3.0", "fastapi>=0.100.0", "uvicorn>=0.20.0", "httpx>=0.28.0", "pydantic>=2.0", "numpy>=1.24", "nltk>=3.9", "typer>=0.25", "rich>=15.0", "PyYAML>=6.0", "tqdm>=4.67", "werkzeug>=3.0", "pyjwt>=2.8", "flask-cors>=4.0", "flask-sqlalchemy>=3.0", "huggingface-hub>=0.20.0", ] [project.urls] Homepage = "https://huggingface.co/FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF" [tool.setuptools.packages.find] where = ["."] include = ["src*"] [project.scripts] vitalis = "src.cli:main"