跳到正文
Jones Ray

ScholarPulse 日报 2026-07-04

2026-07-04 学术简报:2 篇。AgenticSTS构建了一个有界记忆测试平台,使长周期LLM代理的决策研究可控制且可隔离,避免上下文混杂问题。

今日速览

序号标题来源日期主题推荐等级
1AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM AgentsarXiv2026-07-02AI-Agent高
2Copewell: A Multi-Agent Swarm Architecture for Equitable Mental Wellness SupportarXiv2026-07-02AI-Agent高

重点论文与技术动态

1. AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM Agents

一句话结论

AgenticSTS构建了一个有界记忆测试平台,使长周期LLM代理的决策研究可控制且可隔离,避免上下文混杂问题。

核心内容

方法与数据

价值判断

摘要 Memory for a long-horizon LLM agent is a contract about what each future decision is allowed to see. The simplest contract appends past observations, tool calls, and reflections to every prompt, which makes prior context easy to access but also turns it into a jumbled mixture in which the effect of any single memory component is hard to isolate. We introduce and instrument an alternative bounded contract: every decision is made from a fresh user message assembled by typed retrieval, with no raw cross-decision transcript appended. The prompt thus stays bounded across runs of any length, and any single layer can be ablated in isolation. We instantiate the contract in Slay the Spire 2, a closed-rule stochastic deck-building game whose runs require hundreds of tactical and strategic decisions. A public online benchmark of frontier LLMs on the same game reports zero wins at the lowest difficulty across five configurations, and the developer-reported human win rate at the same difficulty is 16%; the task is hard but not saturated. Within our harness, a fixed-A0 ablation shows the largest observed difference when triggered strategic skills are enabled: the no-store baseline wins 3/10 games and adding the skill layer 6/10. At this sample size the comparison is directional rather than statistically decisive (Fisher exact p\approx0.37); a cross-backbone probe and public accumulating-context baselines are reported as operational comparisons rather than controlled tests of the contract variable itself. We release a reproducible testbed: 298 completed trajectories with condition tags, frozen memory/skill snapshots, prompt records, and analysis scripts -- an agent design and a validated, reusable methodology for studying how explicit memory layers shape long-horizon LLM-agent decisions.

2. Copewell: A Multi-Agent Swarm Architecture for Equitable Mental Wellness Support

一句话结论

Copewell通过多代理群集架构在心理健康支持中实现了公平与安全原则的早期操作化。

一段话。该系统针对全球近10亿心理健康障碍患者,尤其解决75%低收入和中等收入国家无治疗率问题,通过整合多源数据、情绪映射和双模式干预,提供动态、个性化的支持,同时确保隐私与伦理安全。

核心内容

方法与数据

价值判断

摘要 Mental health disorders affect nearly one billion people globally, yet 75% of individuals in low- and middle-income countries receive no treatment due to workforce shortages, cost barriers, and stigma. Current AI-powered wellness solutions predominantly rely on single-mode conversational interfaces that suffer high abandonment rates and fail to provide measurable, immediate relief calibrated to users' dynamic emotional states. This paper presents Copewell, a novel multi-agent swarm system designed to expand access to mental wellness support through human-centered AI principles. Our architecture introduces three technical innovations: (1) a multi-source assessment framework integrating self-reported, physiological, and contextual data to mitigate algorithmic bias; (2) valence-arousal emotion mapping using Russell's Circumplex Model of Affect to route users to specialized AI agents; and (3) dual-mode intervention delivery combining conversational support with evidence-based sensory wellness protocols. We examine the sociotechnical design considerations underlying Copewell's development, including a privacy-first architecture, embedded ethical oversight through a dedicated Ethics Supervisor agent, and participatory design informed by mental health practitioners. Early practitioner engagement and beta deployment inform design decisions and identify directions for future empirical evaluation. This work contributes to responsible AI discourse by demonstrating how technical architecture can operationalize equity and safety principles from inception.