fix max-bot, add tests

This commit is contained in:
Александра Пронина 2026-05-15 10:22:43 +03:00
parent 7abbaf7e7a
commit 2ad1438e1c
17 changed files with 1621 additions and 494 deletions

View file

@ -10,6 +10,7 @@ class RoomMeta:
name: str
user_id: str
agent_id: str
workspace_path: str = ""
@dataclass