aws-samples / aws-samples/sample-autonomous-cloud-coding-agents
feat(ux): smart progress updates (manager-style status)
- Vorherrschende Sprache
- TypeScript
- Sterne
- 143
- Forks
- 46
- Ø Merge
- 3 T. 9 Std.
- Gemergte PRs (30 T.)
- 20
Beschreibung
**Context:** ROADMAP.md → Smart progress updates
---
## Component
Agent (Python runtime)
## Describe the feature
Structured **agent-emitted progress events** in `TaskEventsTable`: `done`, `next`, `decisions`, `blockers`—human-readable manager-style status surfaced via `bgagent status`, GitHub/Slack/email dispatchers, and future control panel.
## Use case
Raw `watch`/`events` streams are noisy. Operators want a consistent summary without waking the agent or hallucinating via LLM.
## Proposed solution
1. Agent hook emits `progress_report` events on turn boundaries (schema in `INTERACTIVE_AGENTS.md`).
2. `bgagent status` renders latest report + deterministic ops fields.
3. Slack/GitHub formatters for report blocks (pairs with #112 polish).
4. Notification channel filters include `progress_report`.
5. Tests: event schema, CLI rendering, fanout routing.
## Other information
- Complements `bgagent ask` for on-demand Q&A.
- Design context: `docs/design/INTERACTIVE_AGENTS.md`.
- [ ] This might be a breaking change
Beitragsleitfaden
Rechercherichtung
Beginne mit dem Lesen von ROADMAP.md und docs/design/INTERACTIVE_AGENTS.md und überprüfe anschließend das Schema in INTERACTIVE_AGENTS.md sowie den bgagent status-Einstiegspunkt. Bilde das Event-Schema, das CLI-Rendering, die Formatter-Fanout-Verteilung und die Benachrichtigungsfilterung ab, bevor du implementierst. Die Aufgabe ist abgeschlossen, wenn progress_report-Events emittiert und weitergeleitet werden, status den neuesten Bericht rendert und die aufgeführten Schema-, CLI- und Fanout-Tests bestehen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- backend, cli, developer-experience
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100