richardcase / richardcase/clowder

Notification center: aggregated inbox of agents needing input

Open
#112 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.