Tag
Yohei Nakajima's open-source ActiveGraph Python runtime uses an append-only event log as the source of truth for long-running agents, enabling replay, forking, and lineage. A paper and v1.2.0 have been released.
Retrace is a tool that allows developers to debug AI agents by replaying and forking runs.
Discusses a gated approach for AI agent self-modification where the agent forks itself, proposes a patch, and runs multiple tests before modification is applied.
Yohei Nakajima publishes a paper proposing ActiveGraph, a runtime where the event log is the source of truth and agents coordinate through persistent replayable state, enabling auditability, forking, and causal lineage.