Activity Details

Activity Status Footer

Each activity displays a footer bar with metadata and quick-action buttons, giving you at-a-glance information and easy access to common operations.

  • Timestamp — when the activity was created.
  • Status badge — one of: running, success, error, or stopped. This indicates the final outcome of the activity.
  • Learning indicator — a purple brain icon with a count of new learnings extracted from this activity. This appears when Hefty discovered new skills, antipatterns, or entity information. See the Learning Indicator page for more details.
  • Copy activity link — copies a deep link to this specific activity (format: ?c=<conversationId>#a-<activityId>).
  • Retry — available when an activity failed with a retryable error. Clicking retry re-submits the same request so Hefty can try again.
  • Details — opens the full activity details dialog (described below).

Activity Details Dialog

Clicking the Details button in an activity's status footer opens a maximizable modal dialog with full metadata about that activity. All data in the dialog is read-only.

Enrichment

Shows the knowledge Hefty retrieved before reasoning: matched skills, antipatterns, and entity references with their associated documents.

Context

Displays the conversation messages that were used as context for this activity, showing how much history Hefty had to work with.

Response

The full response text from Hefty, useful for copying longer outputs.

Learnings

Lists the skills, antipatterns, and entities that Hefty extracted from this activity. These are the same items that appear in the knowledge base.

Usage Stats

A breakdown of per-loop token counts, model information, action counts, durations, instrument usage, and learning counts. Useful for understanding how much work Hefty did and how long it took.

Logs

Activity-specific server logs, helpful for debugging or understanding what happened behind the scenes.

Tip

The dialog can be maximized to full screen for easier reading of long outputs or log details.

Stopping an Activity

You can stop Hefty at any time by clicking the stop button. It will finish whatever action is currently running and then halt. Everything accomplished up to that point is preserved - nothing is lost.