demeter

Autonomous Hydroponic Intelligence
ModeNameSize
-rw-r--r--.gitignore9L
-rw-r--r--agent/Marl/bandit.py129L
-rw-r--r--agent/Marl/strategies.py27L
-rw-r--r--agent/Marl/train-bandit.py267L
-rw-r--r--agent/Qdrant/Client.py15L
-rw-r--r--agent/Qdrant/Setup.py16L
-rw-r--r--agent/Qdrant/Store.py19L
-rw-r--r--agent/Sentinel/Encoders/TimeSeries.py52L
-rw-r--r--agent/Sentinel/Encoders/Vision.py101L
-rw-r--r--agent/Sentinel/Encoders/__init__.py0B
-rw-r--r--agent/Sentinel/Sample.png38404B
-rw-r--r--agent/Sentinel/Test.py24L
-rw-r--r--agent/Sentinel/__init__.py0B
-rw-r--r--agent/Sentinel/agent.py149L
-rw-r--r--agent/Sentinel/fmu.py9L
-rw-r--r--agent/__init__.py0B
-rw-r--r--agent/guardrails/README.md328L
-rw-r--r--agent/guardrails/__init__.py1L
-rw-r--r--agent/guardrails/validation.py249L
-rw-r--r--agent/main_agent.py126L
-rw-r--r--agent/memory.py156L
-rw-r--r--agent/sub_agents/Doctor.py117L
-rw-r--r--agent/sub_agents/Explainer.py57L
-rw-r--r--agent/sub_agents/Researcher.py75L
-rw-r--r--agent/sub_agents/Supervisor.py347L
-rw-r--r--agent/sub_agents/__init__.py0B
-rw-r--r--agent/sub_agents/atmospheric_agent.py161L
-rw-r--r--agent/sub_agents/base_agent.py52L
-rw-r--r--agent/sub_agents/fetching_agent.py130L
-rw-r--r--agent/sub_agents/judge_agent.py290L
-rw-r--r--agent/sub_agents/test_pipeline.py42L
-rw-r--r--agent/sub_agents/water_agent.py168L
-rw-r--r--agent/sub_agents/water_and_atmospheric_dependencies/nodes.py186L
-rw-r--r--agent/sub_agents/water_and_atmospheric_dependencies/physics_engine.py72L
-rw-r--r--agent/sub_agents/water_and_atmospheric_dependencies/retrieval.py110L
-rw-r--r--agent/sub_agents/water_and_atmospheric_dependencies/state.py21L
-rw-r--r--agent/sub_agents/water_and_atmospheric_dependencies/tools.py26L
-rw-r--r--agent/tools/__init__.py0B
-rw-r--r--agent/tools/actuation.py121L
-rw-r--r--agent/tools/db_tools.py47L
-rw-r--r--agent/tools/processing_tools.py34L
-rw-r--r--agent/tools/reset_memory.py20L
-rw-r--r--assets/Product Notes.pdf1037005B
-rw-r--r--assets/Technical Report.pdf180778B
-rw-r--r--assets/architecture.png156108B
-rw-r--r--assets/screenshots/Alerts.png161975B
-rw-r--r--assets/screenshots/Analytics.png151421B
-rw-r--r--assets/screenshots/CropDetailsLog.png142708B
-rw-r--r--assets/screenshots/CropDetailsOverview.png112813B
-rw-r--r--assets/screenshots/Dashboard.png256204B
-rw-r--r--assets/screenshots/Help.png519170B
-rw-r--r--assets/screenshots/Hindi.png93734B
-rw-r--r--assets/screenshots/Intelligence.png115223B
-rw-r--r--assets/screenshots/Landing.png241275B
-rw-r--r--assets/screenshots/LightMode.png106648B
-rw-r--r--assets/screenshots/Onboarding1.png55285B
-rw-r--r--assets/screenshots/Onboarding2.png84358B
-rw-r--r--assets/screenshots/RunCycle.png150752B
-rw-r--r--backend/node_server/config/db.js67L
-rw-r--r--backend/node_server/controllers/cropController.js162L
-rw-r--r--backend/node_server/controllers/farmController.js110L
-rw-r--r--backend/node_server/index.js30L
-rw-r--r--backend/node_server/package-lock.json1460L
-rw-r--r--backend/node_server/package.json22L
-rw-r--r--backend/node_server/routes/cropRoutes.js17L
-rw-r--r--backend/node_server/routes/farmRoutes.js9L
-rw-r--r--backend/node_server/schema/cropSchema.js52L
-rw-r--r--backend/server/create-index.py47L
-rw-r--r--backend/server/fix.py52L
-rw-r--r--backend/server/functions.py830L
-rw-r--r--backend/server/main.py108L
-rw-r--r--backend/server/rag_brain.py127L
-rw-r--r--backend/server/reset-db.py81L
-rw-r--r--frontend/.gitignore23L
-rw-r--r--frontend/package-lock.json17784L
-rw-r--r--frontend/package.json48L
-rw-r--r--frontend/public/favicon.ico3870B
-rw-r--r--frontend/public/index.html43L
-rw-r--r--frontend/public/logo192.png5347B
-rw-r--r--frontend/public/logo512.png9664B
-rw-r--r--frontend/public/manifest.json25L
-rw-r--r--frontend/public/robots.txt3L
-rw-r--r--frontend/src/App.css38L
-rw-r--r--frontend/src/App.js69L
-rw-r--r--frontend/src/api/agentApi.js186L
-rw-r--r--frontend/src/api/farmApi.jsx155L
-rw-r--r--frontend/src/assets/basil.jpg36015B
-rw-r--r--frontend/src/assets/lettuce.jpg18164B
-rw-r--r--frontend/src/assets/strawberry.jpg14724B
-rw-r--r--frontend/src/assets/tomato.jpg22819B
-rw-r--r--frontend/src/components/AgentWidgets.jsx311L
-rw-r--r--frontend/src/components/Onboarding.jsx402L
-rw-r--r--frontend/src/components/Sidebar.jsx379L
-rw-r--r--frontend/src/components/ui/ChartTooltip.jsx27L
-rw-r--r--frontend/src/components/ui/EmptyState.jsx67L
-rw-r--r--frontend/src/components/ui/FilterBar.jsx20L
-rw-r--r--frontend/src/components/ui/FilterPill.jsx28L
-rw-r--r--frontend/src/components/ui/IconButton.jsx31L
-rw-r--r--frontend/src/components/ui/InlineLabel.jsx10L
-rw-r--r--frontend/src/components/ui/LoadingShimmer.jsx30L
-rw-r--r--frontend/src/components/ui/PageHeader.jsx22L
-rw-r--r--frontend/src/components/ui/PageShell.jsx27L
-rw-r--r--frontend/src/components/ui/Pagination.jsx83L
-rw-r--r--frontend/src/components/ui/PrimaryButton.jsx35L
-rw-r--r--frontend/src/components/ui/SearchBar.jsx69L
-rw-r--r--frontend/src/components/ui/SectionCard.jsx22L
-rw-r--r--frontend/src/components/ui/SelectField.jsx51L
-rw-r--r--frontend/src/components/ui/StatusBadge.jsx44L
-rw-r--r--frontend/src/components/ui/index.js15L
-rw-r--r--frontend/src/data/mockData.js317L
-rw-r--r--frontend/src/hooks/useFarmData.js53L
-rw-r--r--frontend/src/hooks/useSettings.js67L
-rw-r--r--frontend/src/hooks/useTranslation.js14L
-rw-r--r--frontend/src/index.css435L
-rw-r--r--frontend/src/index.js17L
-rw-r--r--frontend/src/logo.svg2632B
-rw-r--r--frontend/src/pages/AddCrop.jsx853L
-rw-r--r--frontend/src/pages/Alerts.jsx602L
-rw-r--r--frontend/src/pages/Analytics.jsx904L
-rw-r--r--frontend/src/pages/CropDetails.jsx1645L
-rw-r--r--frontend/src/pages/Dashboard.jsx888L
-rw-r--r--frontend/src/pages/FarmIntelligence.jsx2024L
-rw-r--r--frontend/src/pages/Help.jsx1696L
-rw-r--r--frontend/src/pages/LandingPage.jsx559L
-rw-r--r--frontend/src/pages/RunCycle.jsx1160L
-rw-r--r--frontend/src/pages/Settings.jsx576L
-rw-r--r--frontend/src/reportWebVitals.js13L
-rw-r--r--frontend/src/utils/dataUtils.js784L
-rw-r--r--frontend/src/utils/translations.js1033L
-rw-r--r--frontend/tailwind.config.js28L
-rw-r--r--readme.md489L
-rw-r--r--requirements.txt51L
-rw-r--r--simulator/lettuce_brain_v1.zip148517B
-rw-r--r--simulator/main.py367L
-rw-r--r--simulator/research_simulator.ipynb364L
-rw-r--r--simulator/residual_physics.pt72873B
-rw-r--r--simulator/train_residual_physics.ipynb695L