File size: 515 Bytes
690f4ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Vitalis Core | System Manifest
## 1. Core Logic
- `organism_main.py`: Primary entry point and Ledger verification.
- `app.py`: Gradio interface for UI-based control.
## 2. Configuration
- `README.md`: Professional metadata and documentation.
- `requirements.txt`: Dependency stack (gradio).
## 3. Operational State
- Ledger: SHA-256 integrity-checked.
- Runtime: .venv/ enabled.
- Remote Sync: GitHub and Hugging Face integrated.
## 4. Training Pipeline
- Status: READY.
- Trigger: Linked to UI via `app.py`.
|