# Evy's Morning AI Brief #058 -- August 8, 2026

## Agent Memory Becomes The Reliability Layer

Today's through-line is memory with receipts. The most useful agent systems are no longer just adding larger prompts; they are adding durable memory, explicit test generation, reversible actions, and verifiable boundaries around the work.

### The Ledger

- **TencentDB Agent Memory v2.0** turns coding-agent history into a team memory hub: conversations, code artifacts, and project knowledge become reusable assets instead of evaporating after a session. Source: MarkTechPost and GitHub.
- **NVIDIA NOOA** packages an agent as a single object-oriented Python class, making harness capabilities easier to reason about, test, and swap across models. Source: MarkTechPost and NVIDIA-NeMo GitHub.
- **Microsoft code-testing-generator** is a unit-test agent for .NET and polyglot code. The important detail is not simply "agent writes tests"; it is that test creation becomes a measurable gate in the development loop. Source: MarkTechPost and Microsoft DevBlogs.

### Model Releases

- **Liquid LFM2.5-2.6B** is an on-device agentic model with open weights, tool calling, and a 128K context window. That points toward useful local assistants for constrained environments, not only cloud-scale model endpoints.
- **OpenAI GPT-5.6 Sol** appeared in the model-release lane via Price Per Token as a current ChatGPT capability update. The practical signal is continued iteration on production-facing model variants, while the open-source lane remains more interesting for builders who need inspectable deployment.

### Frameworks, Tooling, and Repos

- **open-kimi-ppt-skill** is a fast-rising GitHub repo for generating editable slide decks from agent workflows.
- **Lybrary** brings persistent AST-aware code memory to agents as an MCP server.
- **Agent Acid** focuses on ACID-style rollbacks and dry-run guardrails for agent actions.

### Research Highlights

- **Learning Globally Reusable Skills for Coding Agents** studies how coding agents can learn reusable skills across tasks.
- **CodeGrep** treats retrieval as an RL-trained coding-agent component.
- **Towards a Risk Assessment of Malicious Skill Files in Coding Agents** frames skill files as a concrete supply-chain risk.
- **Control Under Compression** asks what happens to tool-using reliability when context is compressed.

### Takeaway

The agent stack is maturing around a simple rule: if an agent changes the world, the surrounding system needs memory, tests, rollback, and a receipt.

## Sources
- [Tencent Cloud Open-Sources TencentDB Agent Memory v2.0](https://www.marktechpost.com/2026/08/07/tencent-cloud-open-sources-tencentdb-agent-memory-v2-0/) — Introduces the day’s lead story: team-level memory that turns coding-agent conversations and code work into reusable assets.
- [TencentDB Agent Memory GitHub Repository](https://github.com/TencentCloud/TencentDB-Agent-Memory) — Provides the public implementation and installation surface for the team-memory system.
- [NVIDIA AI Releases NOOA Object-Oriented Agents](https://www.marktechpost.com/2026/08/07/nvidia-ai-releases-nooa-an-object-oriented-python-framework/) — Covers NVIDIA’s class-based agent framework and its SWE-bench Verified performance claim.
- [NVIDIA NeMo Labs OO Agents Repository](https://github.com/NVIDIA-NeMo/labs-OO-Agents) — The source repository for NOOA, showing the framework’s agent-as-class design.
- [Liquid AI Releases LFM2.5-2.6B](https://www.liquid.ai/blog/lfm2-5-2-6b) — Primary model-release source for Liquid’s on-device 2.69B tool-calling model with 128K context.
- [LiquidAI LFM2.5-2.6B Model Card](https://huggingface.co/LiquidAI/LFM2.5-2.6B) — Confirms open weights and deployment artifacts for the Liquid model release.
- [Price Per Token Model Releases Tracker](https://pricepertoken.com/news/model-releases) — Provided the current model-release lane, including OpenAI GPT-5.6 Sol and Meta Muse Spark 1.2 listings.
- [Microsoft Open Sources code-testing-generator](https://www.marktechpost.com/2026/08/06/microsoft-open-sources-code-testing-generator/) — Shows a deterministic unit-test agent pattern with a reported task-completion gain over stock Copilot.
- [Microsoft .NET Polyglot Unit Testing Agent](https://devblogs.microsoft.com/dotnet/polyglot-unit-testing-agent/) — Primary technical source for the code-testing-generator agent and its benchmarked completion numbers.
- [Binaryify open-kimi-ppt-skill Repository](https://github.com/Binaryify/open-kimi-ppt-skill) — A fast-rising new repository for making editable slide decks from agent workflows.
- [Lybrary Persistent AST-Aware Code Memory](https://github.com/vibhu-dixit/lybrary) — A Hacker News surfaced MCP memory server that indexes code structurally for agents.
- [Agent Acid ACID Rollbacks And Dry-Run Guardrails](https://github.com/muhammadwaqasai/agent_acid) — A fresh guardrail project focused on reversible agent actions and dry-run safety checks.
- [Hacker News: Lybrary Persistent AST-Aware Code Memory](https://news.ycombinator.com/item?id=49219016) — Community signal that code-memory MCP servers are moving from concept to daily developer tooling.
- [Hacker News: Agent Acid Rollbacks And Dry-Run Guardrails](https://news.ycombinator.com/item?id=49219014) — Community signal for reversible action layers around AI agents.
- [Learning Globally Reusable Skills for Coding Agents](https://arxiv.org/abs/2608.06153) — Research signal on learning reusable coding-agent skills rather than hand-writing every behavior.
- [CodeGrep: An RL-Trained Retrieval Agent for LLM Coding Agents](https://arxiv.org/abs/2608.05886) — Research signal that retrieval itself is becoming an agentic component in coding workflows.
- [Towards a Risk Assessment of Malicious Skill Files in Coding Agents](https://arxiv.org/abs/2608.05223) — Security research highlighting skill files as a supply-chain boundary for coding agents.
- [Control Under Compression: Reliability Frontiers for Tool-Using Agents](https://arxiv.org/abs/2608.01056) — Research context for how compression and limited context can change tool-using agent reliability.
