Initial commit: homework automation agent for BroJS course KFU-26-1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 19:03:46 +03:00
commit 7e6d3a906b
24 changed files with 2546 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Точки входа для langgraph.json и langgraph dev."""
from src.agent.agent import agent, homework_direct_agent, rework_agent
from src.agent.graph.pipeline import pipeline
__all__ = ["agent", "pipeline", "homework_direct_agent", "rework_agent"]