v2.8.2

PostHog/posthog.comv2.8.2Jul 24, 2026by kausmeows

AI Summary

Introduces a new durable agent filesystem primitive that provides persistent storage with pluggable backends and per-user isolation, alongside a major rewrite of the AgentOS cookbook and quickstart documentation.

Key Highlights

  • New durable agent filesystem with pluggable DB/local backends
  • Per-user namespace isolation for filesystems
  • Rewrote AgentOS cookbook (284 files -> 132 files, 24 lessons)
  • Overhauled agent quickstart for Gemini 3.6 Flash

New Features

  • FileSystem (durable agent filesystem)

Full Release Notes

## **New Features**

- **FileSystem (durable agent filesystem):** A net-new state primitive — agents get a private, persistent filesystem with pluggable DB/local backends and fail-closed per-user namespace isolation. See [cookbooks](https://github.com/agno-agi/agno/tree/main/cookbook/filesystem).

## **Improvements**

- **Cookbooks**: Rewrote the AgentOS cookbook (284 → 132 files, 24 lessons) and overhauled the agent quickstart for Gemini 3.6 Flash.

## What's Changed
* cookbook: overhaul agent quickstart for Gemini 3.6 Flash by @ashpreetbedi in https://github.com/agno-agi/agno/pull/9136
* cookbook: rewrite the AgentOS cookbook (284 files -> 132, 24 lessons) by @ashpreetbedi in https://github.com/agno-agi/agno/pull/9153
* feat: FileSystem — durable agent filesystem by @ashpreetbedi in https://github.com/agno-agi/agno/pull/9142
* chore: Release v2.8.2 by @kausmeows in https://github.com/agno-agi/agno/pull/9154


**Full Changelog**: https://github.com/agno-agi/agno/compare/v2.8.1...v2.8.2