Spaces:
Sleeping
Sleeping
File size: 1,040 Bytes
47912ab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 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)
|