Metadata-Version: 2.4
Name: agenticstack-dashboard
Version: 0.1.0
Summary: Live local dashboard for AgenticStack: plugins, capabilities, hooks, and agent activity
Author: The AgenticStack Authors
License: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: agenticstack>=0.2.0
Description-Content-Type: text/markdown

# agenticstack-dashboard

Live local dashboard for [AgenticStack](https://github.com/AiConglomerate/AgenticStack):
capabilities, plugins, skills, hook counters, and a real-time agent
activity feed — served from a zero-dependency stdlib HTTP server on
localhost.

## Install & run

```bash
pip install agenticstack-dashboard
stack dashboard            # opens http://127.0.0.1:4242
```

## How it works

The dashboard observes agents through `MONITOR`-priority hooks on the
standard `agent.*` events — the same interception surface every
marketplace plugin uses. Nothing is transformed; it only watches.

## Permissions

Declares `network` (binds `127.0.0.1` only).
