Skip to main content
A research team that does not learn re-derives the same conclusions and repeats the same mistakes. The value compounds when an insight from one review is available to every agent on the next. Agno’s LearningMachine with a shared store and a global namespace puts every agent’s learning in one place the whole team reads from.
The learning is available to every agent and team sharing the store. In Agentic mode, retrieve it with search_learnings. The Knowledge instance is required. Without it, saves and searches log a warning and do nothing.

Per-agent vs institutional

For deep research, institutional is the point. The team’s judgment should outlive any single review.

What to capture

Capture corrections and transferable insights. Leave durable facts to the research library and rules to the static context.

Modes

This is the same machine the data agent uses to self-correct, pointed at a shared store instead of a per-warehouse one.

Next steps

Developer Resources