feat: add Party Mode — multi-persona AI discussion sessions#131
Open
feat: add Party Mode — multi-persona AI discussion sessions#131
Conversation
Party Mode enables multi-persona AI discussions where multiple AI personas debate, brainstorm, or discuss a topic together in a shared session. Users can create sessions with preset or custom persona teams, watch personas interact, and interject at any point. Backend: party engine, WebSocket RPC methods (party.*), PG store, migration 000014. Frontend: party page, session view, controls, persona sidebar, start dialog, i18n (en/vi/zh). Co-authored-by: Du Hoang Dinh <duhd-vnpay@users.noreply.github.com>
Bump RequiredSchemaVersion to 15.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Party Mode enables multi-persona AI discussions where multiple AI personas debate, brainstorm, or discuss a topic together in a shared session.
party.*), PostgreSQL store + migration 000014Extracted from PR #124 by @duhd-vnpay. System fixes from that PR have been merged separately in PRs #127, #128, #130.
Known Issues (from review)
msgBusfield inPartyMethodsis wired but not yet used for multi-client broadcastFiles
internal/party/(engine, prompt, types),internal/gateway/methods/party.go,internal/store/party_store.go,internal/store/pg/party.go,pkg/protocol/party.go,migrations/000014_*,ui/web/src/pages/party/(6 files), i18n locales (3 files)cmd/gateway.go,internal/store/stores.go,internal/store/pg/factory.go,ui/web/src/(protocol, sidebar, routes, constants, i18n)Test plan
go build ./...passesgo vet ./...passesgoclaw migrate upto apply migration 000014Co-authored-by: Du Hoang Dinh duhd-vnpay@users.noreply.github.com