e801225220
Tighten Matrix agent registry validation
2026-04-24 13:02:19 +03:00
37f7ce27a2
Add Matrix agent registry loader
2026-04-24 12:54:30 +03:00
842117900a
test: cover agent api base url suffix handling
2026-04-24 12:39:50 +03:00
7d58dd1caf
fix: use direct agent api per request
2026-04-22 15:31:28 +03:00
0c2884c2b1
refactor: use thin upstream transport adapter
2026-04-22 01:25:11 +03:00
7a2ad86b88
docs: clarify matrix file sending flow
2026-04-21 23:47:06 +03:00
4524a6abc8
feat: finalize matrix platform audit and docs
2026-04-21 15:35:03 +03:00
6422c7db58
feat: support shared-workspace file flow for matrix
2026-04-21 00:26:21 +03:00
323a6d3144
feat: commit staged matrix attachments on next message
2026-04-20 21:39:37 +03:00
4a5260ca79
docs: clarify Matrix onboarding via DM
2026-04-19 21:12:02 +03:00
b3331464d9
docs: update README with Matrix MVP runbook and feature status
...
Add step-by-step setup for running Matrix surface with real platform-agent,
document all available commands, and clearly list what works vs what is
blocked (StateBackend cross-chat load, hardcoded tokens, missing /reset,
no file upload API).
2026-04-19 21:06:03 +03:00
94bdb44b93
feat: wire matrix runtime to real backend
2026-04-08 01:40:38 +03:00
6ced154124
feat(matrix): land QA follow-ups and refresh docs
...
- harden Matrix onboarding/chat lifecycle after manual QA
- refresh README and Matrix docs to match current behavior
- add local ignores for runtime artifacts and include current planning/report docs
Closes #7
Closes #9
Closes #14
2026-04-05 19:08:58 +03:00
27f3da86a7
docs: update README for current telegram and matrix workflow
2026-04-01 01:55:56 +03:00
4f5c5679d5
docs: sync all markdown with current architecture
...
Remove session management concepts (no create_session/close_session/
DELETE /sessions — Master handles container lifecycle automatically).
Update PlatformClient contract, ChatContext, project structure tree,
and FSM diagrams across all docs to match the implemented core/.
- README.md: fix core/ structure tree + PlatformClient snippet
- docs/surface-protocol.md: remove session.py/_template.py, fix
ChatContext (drop session_id), fix PlatformClient contract, fix
"free features" list
- docs/telegram-prototype.md: remove "создаёт сессию на платформе"
- docs/matrix-prototype.md: same + remove !sessions, fix FSM
(SessionCreated → ChatCreated), fix status block
- docs/user-flow.md: rewrite sequence diagram to POST /users/{id}/
chats/{id}/messages; update FSM states
2026-03-29 21:42:02 +03:00
5aa0ae9e25
Update README.md
2026-03-26 21:57:13 +00:00
b6df29bd9b
init: surfaces-bot — Telegram & Matrix prototype
...
- Surface Protocol: unified IncomingMessage/OutgoingUI/ChatContext
- Telegram: Forum Topics (group + topics per chat)
- Matrix: Space + rooms per chat
- MockPlatformClient with PlatformClient Protocol
- docs: surface-protocol, telegram/matrix specs, api-contract, claude-code-guide
- project scaffold: src/, tests/, pyproject.toml
Co-Authored-By: Claude Sonnet 4-6 <noreply@anthropic.com>
2026-03-27 00:35:42 +03:00