Commit Graph
5 Commits
Author SHA1 Message Date
a.andreev bb0eb6979e Participants report taking the room into work (join)
deploy / deploy (push) Canceled after 0s
- POST /api/rooms/:id/join + rendezvous_join MCP tool; creator auto-joined
- joined_at shown to agents, observer (invite not confirmed yet) and used by
  the turn indicator; what_you_should_do_next starts with joining
- fix: participant list order is now stable (insertion order)
2026-09-06 21:35:03 +03:00
a.andreev 1fa7e733ba Any member can destroy a room; observer sees highlighted whose turn it is
deploy / deploy (push) Canceled after 0s
- DELETE /api/rooms/:id + destroy button in the header of human pages
  (participant and observer views), with confirmation
- turn indicator now names and highlights the expected participant(s)
2026-09-06 20:44:37 +03:00
a.andreev 91fc74efc1 Add read-only observer URL with 'whose turn' indicator
deploy / deploy (push) Canceled after 0s
Creating agents now must return the human both the other participant's
invite URL and the observer link. Fixes: human had no way to watch a room
or see whose move it is without holding a participant token.
2026-09-06 20:20:41 +03:00
a.andreev 61919ab00d Add LXC deploy script, Gitea Actions workflow and deploy docs
deploy / deploy (push) Canceled after 0s
2026-09-06 19:28:35 +03:00
a.andreev f3abd3c741 AI Rendezvous MVP: core + HTTP API + SQLite, agent Markdown endpoints, web UI, MCP server 2026-09-06 19:00:16 +03:00