|
|
|
Show HN: AgentLog – a lightweight event bus for AI agents using JSONL logs
(github.com)
|
|
9 points
by paperplaneflyr
92 days ago
|
|
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 logs Curious if others building agent systems have run into similar needs. |
|