CodeCargo logo

Core Concepts

Agent Console

The Agent Console gives you a live view of every AI agent run in your organization — whether it's actively working or already complete. You can watch agents make progress in real time, review past runs, and deep-link directly to a specific run for sharing or bookmarking.

AI Entitlement Required

The Agent Console is available on plans that include AI features. The header pill and console are hidden when your organization does not have an active AI entitlement.


Accessing the Agent Console

Navigate to Agents in the organization sidebar to open the console. You can also reach a specific run directly by appending ?run=<runId> to the URL — useful for sharing a link to a particular agent run with a teammate.


Header Pill

When one or more agent runs are in flight, a live count pill appears in the top navigation bar. Clicking the pill opens a popover summary of active runs with a link into the full console.


Console Table

The console lists all agent runs for your organization, newest first. You can sort and filter the table to find what you need:

  • Status filter — show only running, completed, failed, or cancelled runs
  • Agent type filter — narrow to a specific agent such as Migration, Migration Discovery, or Guardrail Remediation
  • Sort — click any column header to reorder the list

Each row shows the agent type (with a human-readable label and icon), current status, when the run started, and how long it ran or has been running.

Agent Types

CodeCargo maps each internal agent type to a friendly label and icon automatically. New agent types introduced by the platform appear in the console with a prettified fallback label, so you never see raw internal identifiers.

AgentDescription
MigrationConverts a legacy CI/CD job to a GitHub Actions workflow
Migration DiscoveryAnalyzes imported source data to build dependency graphs
Guardrail RemediationAutomatically fixes compliance guardrail failures

Run Detail Panel

Click any row to expand an inline detail panel without leaving the console. The panel has two sections:

Activity Timeline

A live-streaming log of events emitted by the agent as it works. Each entry shows a timestamp and a progress report from the agent. While the run is active, new events appear automatically — you do not need to refresh the page.

Summary

Once a run finishes, the panel shows a completion or blocker summary explaining the outcome. If the agent was blocked and needs your input, the reason is surfaced here alongside any chat thread attached to the run.


Live Status Updates

Status badges in the console table update in real time as agents transition between states. You do not need to refresh the page to see a running agent move to completed or failed — the update streams in automatically.

Timeline Streaming

The activity timeline streams progress reports near-real-time while a run is active. Status transitions (for example, from Running to Completed) also update live in the table.

Previous
Migration Assistant