paper-with-me

홈 › Papers

PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

2026-06-10 · Ripon Chandra Malo, Tong Qiu arxiv

AI coding assistants now support a growing share of software work, from quick scripts to production applications. Yet these agents remain largely stateless: each new session re-reads project files, re-derives prior decisions, and - most costly - may repeat debugging attempts that already failed. Reconstructing this context can consume an estimated 5,000-20,000 tokens per session; the bottleneck is often not model capability but missing project memory. We present projectmem, an open-source, local-first memory and judgment layer for AI coding agents. projectmem records development as an append-only, plain-text event log of typed events - issues, attempts, fixes, decisions, and notes - and deterministically projects that log into compact, AI-readable summaries served through the Model Context Protocol (MCP). Beyond storage, projectmem adds a deterministic pre-action gate that warns an agent before it repeats a previously failed fix or edits a known-fragile file. We frame this as Memory-as-Governance: memory that does not merely answer the agent but acts on its next action. The system runs fully offline with no telemetry; its immutable log also serves as a provenance trail for reproducible, auditable AI-assisted development. projectmem ships as a three-dependency Python package (14 MCP tools, 19 CLI commands, 37 automated tests) and is evaluated through a two-month self-study across 10 projects comprising 207 logged events. Source code: https://github.com/riponcm/projectmem.

📄 PDF Abstract BibTeX arXiv:2606.12329

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VideoAgent: A Memory-augmented Multimodal Agent for Video Understanding

2024-03-18 · Yue Fan, Xiaojian Ma, Rujie Wu, Yuntao Du 외

We explore how reconciling several foundation models (large language models and vision-language models) with a novel unified memory mechanism could tackle the challenging video understanding problem, especially capturing…

EgoSchemaVideo Understanding

The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems

2026-05-21 · Yohei Nakajima arxiv

Most agent frameworks are built around the language model: a conversation loop comes first, then tools, then rules, and finally a logging layer bolted on for observability, with state persisted as retrievable "memory." W…

An Experimental Study on Joint Modeling for Sound Event Localization and Detection with Source Distance Estimation

2025-01-18 · Yuxuan Dong, Qing Wang, Hengyi Hong, Ya Jiang 외

In traditional sound event localization and detection (SELD) tasks, the focus is typically on sound event detection (SED) and direction-of-arrival (DOA) estimation, but they fall short of providing full spatial informati…

Event DetectionSound Event DetectionSound Event Localization and Detection

StreamSoccer: Event-Driven Memory for Streaming Soccer Commentary

2026-08-20 · Chenxi Shao, Bozhong Wang, Jiaxin Huang, Zhao Liu 외 arxiv

Streaming video understanding requires models to causally update state as video arrives and organize growing history into semantic units that can evolve, persist, and be recalled under bounded computation and memory. Thi…

Practitioner-Centric Approach for Early Incident Detection Using Crowdsourced Data for Emergency Services

2021-12-03 · Yasas Senarath, Ayan Mukhopadhyay, Sayyed Mohsen Vazirizade, Hemant Purohit 외

Emergency response is highly dependent on the time of incident reporting. Unfortunately, the traditional approach to receiving incident reports (e.g., calling 911 in the USA) has time delays. Crowdsourcing platforms such…

Event DetectionManagementTemporal Localization