Added code samples for AI-Agents
This commit is contained in:
13
agents/__init__.py
Normal file
13
agents/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""ИИ-агенты для проекта Новая Планета."""
|
||||
from agents.chat_agent import ChatAgent
|
||||
from agents.gigachat_client import GigaChatClient
|
||||
from agents.recommendation_engine import RecommendationEngine
|
||||
from agents.schedule_generator import ScheduleGenerator
|
||||
|
||||
__all__ = [
|
||||
"GigaChatClient",
|
||||
"ScheduleGenerator",
|
||||
"ChatAgent",
|
||||
"RecommendationEngine",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user