feat: add CI gitea
CI Check / lint-and-check (push) Has been cancelled

This commit is contained in:
Dmitry Belan
2026-07-14 17:07:21 +03:00
parent 5591222f7f
commit b14f14147f
7 changed files with 220 additions and 90 deletions
+8
View File
@@ -0,0 +1,8 @@
from farm_core.module import HydroponicModule
from farm_core.agent import FarmAgent
if __name__ == "__main__":
print(FarmAgent.get_manual())
module = HydroponicModule(3)
agent = FarmAgent("AI-Operator", module)
# Студент должен будет написать цикл тут