Tag
PROJECTMEM is an open-source, local-first memory and judgment layer for AI coding agents that records development events and provides deterministic warnings before repeating failed actions, reducing token waste and improving reproducibility.
ActiveGraph is an open-source infrastructure for long-running agents, using an event-sourced reactive graph for auditable, forkable, and replayable agent state. It introduces a new architectural layer for agent coordination and state management.
A technical blog post detailing the author's journey building an agentic micro-orchestrator for an open-source project, exploring patterns, market gaps, and the event sourcing data architecture for complex agentic workflows.
Yohei Nakajima, creator of babyagi, published his first academic paper on arXiv titled 'The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems', proposing agents that coordinate through persistent replayable state.
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.
EventQL is a SQL-inspired query language designed for event sourcing, offering first-class support for event properties, subject hierarchies, and SQL-like expressiveness to efficiently query event streams.
A blog post explaining how to use refinement mappings to preserve external properties during database schema changes, using examples of migrating a boolean column to a nullable timestamp and then to event sourcing.