Tag
OpenAI announces that ChatGPT Work agents can now access websites requiring login by allowing users to take over a cloud browser to sign in, with credentials persisting across sessions.
Explores what state or progress is retained when a long-running AI agent task is interrupted, addressing implications for reliability and recovery.
Mastra has launched Durable Agents, which persist streams in real-time using server cache to survive client disconnects, browser refreshes, and network blips.
A durable filesystem layer designed to provide reliable persistence for AI agents, enabling robust state management.
A user describes an issue where AI agents confidently retrieve outdated facts from memory layers without flagging changes, and asks the community for solutions to invalidate old memories or track fact freshness.
Explains that effective loop engineering for AI agents requires an external durable store to persist memory across iterations, preventing context rot and enabling agent learning over thousands of runs.
Discusses the challenge of persistent memory for personal AI agents across sessions, comparing setups like Custom GPTs, Mem, and Open Campus's shared memory approach, and asks for community recommendations on handling memory conflicts.
The author introduces AICTX, an open-source tool that preserves structured operational state across coding agent sessions, reducing the need for agents to rediscover repository context each time.
This tutorial from NVIDIA demonstrates how to deploy the Nous Research Hermes Agent with NVIDIA NemoClaw and OpenShell, enabling it to remember learned skills across deployments and integrate with various platforms like Slack and GitHub.
A technical blog post explaining how to create persistent live USB images for Debian, Fedora, and Ubuntu by injecting ext4 partitions and using OverlayFS, noting the lack of standardization between distributions. It covers kernel parameters, partition labels, and a hacky byte-swap trick to modify ISO boot parameters without rebuilding the image.
Tmux allows AI agents to persist after closing the terminal, enabling detachment and later reattachment.
A developer discusses challenges with state persistence in long-running coding agents using sandbox environments, detailing the costly resume overhead and seeking community solutions for persistent state handling without custom checkpointing layers.
Describes a specialized multi-agent system for code review with distinct roles and persistent state, open-sourced as agile-team-skill, which separates reviewer and decision-maker roles to improve code quality and process memory.
The author built HeurChain, a memory broker that provides agent-specific, persistent memory storage for AI agents, surviving restarts and supporting structured and semantic retrieval.