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: introduction.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: What is Agno
3
3
sidebarTitle: What is Agno
4
4
---
5
5
6
-
**Agno is a lightweight library for building Reasoning Agents that have long-term memory, domain-specific knowledge, and can use tools to interact with the real world.**
6
+
**Agno is a lightweight library for building Agents with memory, knowledge, tools and reasoning.**
7
7
8
-
Developers use Agno to build Reasoning Agents, Multimodal Agents, Teams of Agents and Agentic Workflows. Agno also provides a beautiful UI to chat with Agents and tools to monitor and evaluate Agents.
8
+
Developers use Agno to build Reasoning Agents, Multimodal Agents, Teams of Agents and Agentic Workflows. Agno provides a beautiful UI to chat with Agents and tools to monitor and evaluate their performance.
9
9
10
10
Here's an Agent that researches and writes a report on a stock, reasoning through each step:
11
11
@@ -57,11 +57,11 @@ Agno is simple, fast and model-agnostic. Here are some key features:
57
57
58
58
# Getting Started
59
59
60
-
If you're new to Agno, start by building your [first Agent](/introduction/agents), then chat with it on the [Agent playground](/introduction/playground) and finally monitor it on [agno.com](/introduction/monitoring).
60
+
If you're new to Agno, start by building your [first Agent](/introduction/agents), then chat with it on the [playground](/introduction/playground) and finally, monitor it on [agno.com](/introduction/monitoring).
61
61
62
62
<CardGroupcols={3}>
63
63
<Card
64
-
title="Build your first Agent"
64
+
title="Build your first Agents"
65
65
icon="user-astronaut"
66
66
iconType="duotone"
67
67
href="/introduction/agents"
@@ -77,7 +77,7 @@ If you're new to Agno, start by building your [first Agent](/introduction/agents
77
77
Chat with your Agents using a beautiful Agent UI
78
78
</Card>
79
79
<Card
80
-
title="Agent Observability"
80
+
title="Agent Monitoring"
81
81
icon="rocket-launch"
82
82
iconType="duotone"
83
83
href="introduction/monitoring"
@@ -86,7 +86,7 @@ If you're new to Agno, start by building your [first Agent](/introduction/agents
86
86
</Card>
87
87
</CardGroup>
88
88
89
-
After that, checkout the [Examples Gallery](/examples) and build real-world applications using Agno.
89
+
After that, checkout the [Examples Gallery](/examples) and build real-world applications with Agno.
0 commit comments