feat(bot): developing integration with solaris

This commit is contained in:
h
2025-07-07 01:26:03 +03:00
parent 1b52c7fdca
commit fbccb91630
16 changed files with 145 additions and 21 deletions

View File

@@ -23,5 +23,4 @@ class SolarisProvider(Provider):
) -> AsyncIterable[RespondService]:
chat: aiogram.types.Chat = middleware_data["event_chat"]
service = RespondService(client=client, chat_id=chat.id)
await service.spawn_agent()
yield service