You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Agent hook emits progress_report events on turn boundaries (schema in INTERACTIVE_AGENTS.md).
bgagent status renders latest report + deterministic ops fields.
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 viabgagent status, GitHub/Slack/email dispatchers, and future control panel.Use case
Raw
watch/eventsstreams are noisy. Operators want a consistent summary without waking the agent or hallucinating via LLM.Proposed solution
progress_reportevents on turn boundaries (schema inINTERACTIVE_AGENTS.md).bgagent statusrenders latest report + deterministic ops fields.progress_report.Other information
Complements
bgagent askfor on-demand Q&A.Design context:
docs/design/INTERACTIVE_AGENTS.md.This might be a breaking change