Spaces:
Sleeping
Sleeping
| nutrition_disorder_bot/ | |
| βββ app.py # Main Streamlit application (root level for HF Spaces) | |
| βββ requirements.txt # Dependencies | |
| βββ .env # Environment variables (local development) | |
| βββ README.md # Project documentation | |
| βββ config/ | |
| β βββ config.py # Configuration and environment setup | |
| βββ models/ | |
| β βββ models.py # Model initialization and setup | |
| βββ core/ | |
| β βββ agent_state.py # State management | |
| β βββ workflow_nodes.py # Core workflow functions | |
| β βββ workflow_conditions.py # Conditional logic | |
| β βββ workflow.py # Workflow creation and tools | |
| βββ services/ | |
| β βββ guardrails.py # Input filtering | |
| β βββ nutrition_bot.py # Main bot class | |
| βββ data/ | |
| βββ nutritional_db/ # Vector database storage (will be created) | |