AgentLog is a lightweight Kafka-like event bus written in Go that stores topics as append-only JSONL files, serves real-time streams via SSE, and provides CLI and HTTP endpoints for publish/subscribe and replay. It includes an OpenRouter-based planner/executor AI agent demo and is aimed at single-machine testing today with a roadmap toward a distributed agent event mesh.