AgentWorks

AgentWorks documentation

Workflow Monitoring

This doc covers the workflow observability surfaces that still exist in the product today.

It is worth keeping. The workflow UI still exposes execution logs, cost analysis, evaluation reports, learnings, and run history. What changed is the architecture behind them: older validation-heavy and per-step-learning explanations are no longer the right model.

Monitoring Surfaces

There are three practical scopes:

1. Workflow-level views

2. Run-folder views

3. Cross-workflow operational views

Pulse — structured workspace plus generated dashboard

The Pulse popup is the primary in-app monitoring surface. It reads structured SQLite projections and presents the workflow goal/success criteria, pending user decisions, current findings, lifecycle history, compact review receipts, fix attempts, verification, final-command status, and goal impact over time. Narrative reviewer reports are not persisted; detailed evidence belongs to the finding lifecycle.

builder/improve.html remains a separate required artifact: the Dashboard stage generates a lightweight, publishable, archive-linked executive journal after review and fixing. It contains only the verdict/status summary, three Latest Pulse cells, and up to six material history transitions; the popup owns complete operational details and does not scrape HTML snippets from that file. Every workflow is judged on two independent axes, each stamped with the run it is based on:

A Pulse run follows each scheduled workflow run. Pulse Gate selects only the due review modules, those reviewers return evidence without writing, and the parent Pulse Fixer applies bounded verified changes before the final dashboard/backup/publish/notify step. Enable it with the Pulse toolbar control. Current questions are stored as structured human-input requests and rendered by Runloop; answered question/outcome history is preserved under Reflection / Hansei.

Execution Logs

Execution logs are still the main debugging surface for a single run folder.

Current behavior:

The log viewer still supports these file families:

Important current nuance:

Costs

Cost analysis is still current and useful.

Current behavior:

The cost UI is still workflow-level, not step-config architecture.

Evaluation Reports

Evaluation reports are still current and should stay documented.

Current behavior:

This remains a separate testing and benchmarking surface, not part of the learning or pre-validation model.

Learnings

The learnings popup is still relevant, but the old explanation was stale.

Current behavior:

What changed:

The canonical architecture doc for this is learning_architecture.md.

Run Overview And Scheduled Runs

There are now two additional monitoring surfaces worth acknowledging:

Workflow overview

Scheduled runs panel

Keep Or Remove?

Keep it.

This doc is still relevant because the product clearly has workflow monitoring and observability features. It just needed to stop documenting the older validation-era and complexity-cap model.

Related Docs