Skip to content

Commit 1381887

Browse files
authored
Merge branch 'main' into release-2.2.0
2 parents 3601252 + ed039cb commit 1381887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Agno is a remarkably feature-rich framework, purpose-built for large-scale multi
8585
|---------------|-------------|-----------------|
8686
| **Core Intelligence** | **Model Agnostic** | Works with any model provider so you can use your favorite LLMs. |
8787
| | **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. |
8989
| **Memory, Knowledge, and Persistence** | **Persistent Storage** | Give your Agents, Teams, and Workflows a database to persist session history, state, and messages. |
9090
| | **User Memory** | Built-in memory system that allows Agents to recall user-specific context across sessions. |
9191
| | **Agentic RAG** | Connect to 20+ vector stores (called **Knowledge** in Agno) with hybrid search + reranking out of the box. |

0 commit comments

Comments
 (0)