ComingUp
AgentLog – a lightweight event bus for AI agents using JSONL logs

AgentLog – a lightweight event bus for AI agents using JSONL logs

Mar 13, 2026 Developer Tools

Gallery

AgentLog – a lightweight event bus for AI agents using JSONL logs

About

I’ve been experimenting with infrastructure for multi-agent systems.I built a small project called AgentLog.The core idea is very simple, topics are just append-only JSONL files.Agents publish events over HTTP and subscribe to streams using SSE.The system is intentionally single-node and minimal for now.Future ideas I’m exploring: - replayable agent workflows - tracing reasoning across agents - visualizing event timelines - distributed/federated agent logsCurious if others building agent systems have run into similar needs.

Comments (0)

No comments yet. Be the first to comment!