feat(max-bot): implement mock-based message flow with WIP file queue
- MAX API integration (long polling) - MockPlatformClient for agent simulation - File download & workspace storage - Basic commands: /help, /start - Attachment queue: add works, list/remove need testing [WIP: attachment queue commands] [MOCK-ONLY: requires real agent for production]
This commit is contained in:
parent
961ee7bb0b
commit
b74277a189
6 changed files with 120 additions and 28 deletions
|
|
@ -40,3 +40,6 @@ target-version = "py311"
|
|||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "UP", "B"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["core*", "adapter*", "sdk*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue