aws-samples / aws-samples/sample-autonomous-cloud-coding-agents
feat(ux): smart progress updates (manager-style status)
- 主要言語
- TypeScript
- スター
- 143
- フォーク
- 46
- 平均マージ
- 3日 10時間
- マージ済み PR(30日)
- 24
説明
**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
コントリビューションガイド
調査の方向性
まず ROADMAP.md と docs/design/INTERACTIVE_AGENTS.md を読み、次に INTERACTIVE_AGENTS.md のスキーマと bgagent status のエントリーポイントを確認します。実装する前に、イベントスキーマ、CLI のレンダリング、formatter fanout、通知のフィルタリングを把握してください。progress_report イベントが発行されてルーティングされ、status が最新のレポートをレンダリングし、リストされているスキーマ、CLI、fanout のテストがパスすれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend, cli, developer-experience
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100