You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Agno is a remarkably feature-rich framework, purpose-built for large-scale multi
85
85
|---------------|-------------|-----------------|
86
86
|**Core Intelligence**|**Model Agnostic**| Works with any model provider so you can use your favorite LLMs. |
87
87
||**Type Safe**| Enforce structured I/O through `input_schema` and `output_schema` for predictable, composable behavior. |
88
-
||**Dynamic Context Engineering**| Inject variables, state, and retrieved data on the fly to context. Perfect for dependency-driven agents. |
88
+
||**Dynamic Context Engineering**| Inject variables, state, and retrieved data on the fly into context. Perfect for dependency-driven agents. |
89
89
|**Memory, Knowledge, and Persistence**|**Persistent Storage**| Give your Agents, Teams, and Workflows a database to persist session history, state, and messages. |
90
90
||**User Memory**| Built-in memory system that allows Agents to recall user-specific context across sessions. |
91
91
||**Agentic RAG**| Connect to 20+ vector stores (called **Knowledge** in Agno) with hybrid search + reranking out of the box. |
0 commit comments