> Entity extraction, relation mapping, and graph traversal

# Knowledge Graph

The Knowledge Graph (`internal/knowledgegraph/`) extracts named entities and directional relationships from agent reasoning traces.

## CLI Commands

```bash
# List entities for an agent
dewee kg entities --agent <agent-id>

# Traverse graph from a specific entity
dewee kg traverse --agent <agent-id> --entity <entity-id>
```
