> ## Documentation Index
> Fetch the complete documentation index at: https://docs.garnet.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agents

> Archived reference for managing a fleet of Jibril eBPF runtime sensors across GitHub Actions runners and Kubernetes nodes from the Garnet Agents page.

<Note>Archived — this covers the runtime-platform (fleet) surface and isn't part of the current PR-review launch. Kept for reference.</Note>

Each agent is a [Jibril](https://jibril.garnet.ai) eBPF sensor running on a GitHub Actions runner or Kubernetes node. The Agents page shows every sensor that has reported in — active, idle, or offline.

<Frame>
  <img src="https://mintcdn.com/garnetlabs/Pn5vIXleTy7UTwfp/images/v1-agents-page.png?fit=max&auto=format&n=Pn5vIXleTy7UTwfp&q=85&s=0bd6bb686e6959afa29c648e59e93973" alt="Agents fleet overview showing active sensors, their repositories, and last seen timestamps" width="3304" height="2264" data-path="images/v1-agents-page.png" />
</Frame>

Columns: name, repository context, hostname, Jibril version, last seen. Filter by **All** / **Active** / **Inactive** or search by name.

## Agent detail

Select any row to see the full sensor profile:

<Frame>
  <img src="https://mintcdn.com/garnetlabs/B9KzPXSBKAyyqlc9/images/v1-agent-details.png?fit=max&auto=format&n=B9KzPXSBKAyyqlc9&q=85&s=6bc1f8c6c6679ceff1ac78dca6838668" alt="Agent detail panel showing system info, identity, and linked runs" width="3298" height="1254" data-path="images/v1-agent-details.png" />
</Frame>

* **System** — IP address, OS/architecture, Jibril version
* **Identity** — agent ID, linked project, registration time, last heartbeat
* **Linked runs** — every run profiled by this sensor, with check results inline

<Frame>
  <img src="https://mintcdn.com/garnetlabs/B9KzPXSBKAyyqlc9/images/v1-agent-linked-runs.png?fit=max&auto=format&n=B9KzPXSBKAyyqlc9&q=85&s=b7ef586251976bf11c1c07efee2cfe4b" alt="Runs linked to a specific agent" width="3310" height="1096" data-path="images/v1-agent-linked-runs.png" />
</Frame>

Open any run for the full [Execution Profile and check results](/run-profile).

## Deployment

| Platform             | How to deploy                     | Docs                                                                 |
| :------------------- | :-------------------------------- | :------------------------------------------------------------------- |
| GitHub Actions       | Add the action to your workflow   | [Setup →](/quickstart#action-reference)                              |
| Kubernetes           | Helm chart as a DaemonSet         | [Setup →](/archive/kubernetes)                                       |
| Standalone / systemd | Install Jibril directly on a host | [jibril.garnet.ai](https://jibril.garnet.ai/install/standalone.html) |
