Skip to content
Changelog

Manage what your agents have learned with full CRUD

Agno Team

June 12, 20261 min read

AgentOS now exposes create, read, update, and delete endpoints for learnings, giving you direct control over what an agent has learned instead of treating that store as write-only. You can list and filter records, edit a specific one, or delete a user's learnings outright, so correcting or clearing what an agent knows no longer means reaching into the database by hand. The /learnings endpoints turn on automatically once you enable learning on an agent and serve it through AgentOS.

Learn more about managing learnings in the docs.

Shipped around the same time