PAIR-code / PAIR-code/deliberate-lab
Enable group and private chat in all experiment stages
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
Allow experimenters to toggle "group chat on" for any stage. This should be relatively easy re: backend because chat triggers, LLM prompts, etc. are all handled separately from other stage logic. Then, "chat stage" will be more like an advanced chat option where you can set up threads and indicate "ready to move on."
We should also update the chat history to include any relevant log collections (e.g., for the negotiation game, chat should include chat messages plus trading updates).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how stages configure chat toggles, how chat triggers and LLM prompts are handled, and how chat history is assembled from log collections. Done means group and private chat can be enabled in every experiment stage, while chat history includes relevant updates such as negotiation trades.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100