7e6d3a906b
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
259 B
Python
6 lines
259 B
Python
"""Точки входа для 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"]
|