long-running-agents

Tag

Cards List
#long-running-agents

Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents

Hugging Face Daily Papers · 2026-06-02

Agent libOS introduces a library-OS-inspired runtime substrate for LLM agents, treating agents as schedulable processes with explicit capabilities, lifecycle management, audit records, and human approval queues. The design shifts the trust boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited safely.

0 favorites 0 likes
#long-running-agents

@googledevs: Most agent tutorials stop at stateless agents. Real workflows run for weeks. Build long-running AI agents that pause fo…

X AI KOLs Following · 2026-05-29 Cached

A tutorial from Google on building long-running AI agents that can pause for days, survive restarts, and resume without losing context using the Agent Development Kit (ADK), with code and step-by-step guidance for enterprise workflows like new hire onboarding.

0 favorites 0 likes
#long-running-agents

What actually happens to your context window after 6 hours of continuous agent runtime

Reddit r/AI_Agents · 2026-05-29

A practitioner shares real-world failure modes of context window management strategies (summarization, RAG, truncation) in AI agents running continuously for 6+ hours, noting that each method degrades decision quality in ways that only become apparent at extended runtime.

0 favorites 0 likes
#long-running-agents

@aiDotEngineer: Most agents die after a few seconds. @AnthropicAI's workshop shows how to build agents that run for hours. full 75-min …

X AI KOLs Following · 2026-05-23 Cached

Anthropic's applied AI team shared in a workshop how to build agents that can run for hours, with the core being context management, planning and self-validation, as well as the co-evolution of models and supporting tools.

0 favorites 0 likes
#long-running-agents

@yoheinakajima: https://x.com/yoheinakajima/status/2056847496668959038

X AI KOLs Following · 2026-05-19 Cached

ActiveGraph introduces a continuity layer for long-running AI agents, building on BabyAGI's concept of persistent state to maintain coherent, evolving models of beliefs, dependencies, and actions over time.

0 favorites 0 likes
#long-running-agents

How I wired a Graph DB on top of my vector store to scale 1K agents for 2 months, because vector search alone fails when user preferences change over time.

Reddit r/AI_Agents · 2026-05-18

A detailed architectural guide for building long-running AI agents that handle changing user preferences over time by combining a vector store, graph DB, and temporal edges instead of overwriting data.

0 favorites 0 likes
#long-running-agents

RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents

arXiv cs.CL · 2026-05-18 Cached

RecMem is a recurrence-based memory consolidation method for long-running LLM agents that reduces token consumption by up to 87% while improving accuracy, by only invoking LLMs when semantically similar interactions recur.

0 favorites 0 likes
#long-running-agents

@Saboo_Shubham_: Just SHIPPED new X Article: 5 Agent Design Patterns for Long-running AI Agents. Build agents that run for days without …

X AI KOLs Following · 2026-04-22 Cached

A new article outlines 5 agent design patterns for building long-running AI agents that can operate for days without interruption, leveraging Google's new Agent Platform.

0 favorites 0 likes
#long-running-agents

Effective harnesses for long-running agents

Anthropic Engineering · 2026-05-08 Cached

Anthropic introduces a two-part solution using an initializer agent and a coding agent to enable the Claude Agent SDK to effectively handle long-running tasks across multiple context windows by maintaining a clean, incremental state.

0 favorites 0 likes
← Back to home

Submit Feedback