richardcase / richardcase/clowder
Notification center: aggregated inbox of agents needing input
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 16
Description
Attention changes today surface only through AttentionChanged events and the nextAttention command, which jumps to the next agent one at a time. There's no persistent, browsable list of "everything currently needing my input" across projects (and, per the multi-host fanout view idea, across hosts).
Proposal: an inbox/notification-center UI surface backed by the existing AttentionChanged stream, listing all agents currently in NeedsInput with quick-jump.
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 the existing AttentionChanged stream and nextAttention command, then inspect how agents enter the NeedsInput state. Done means a persistent notification-center UI lists all currently awaiting input across projects, supports the proposed multi-host view, and provides quick-jump to an agent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100