Skip to content

Commit 1f85cd7

Browse files
committed
introduction
1 parent 3fef239 commit 1f85cd7

File tree

3 files changed

+333
-90
lines changed

3 files changed

+333
-90
lines changed

introduction.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: What is Agno
33
sidebarTitle: What is Agno
44
---
55

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.**
77

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.
99

1010
Here's an Agent that researches and writes a report on a stock, reasoning through each step:
1111

@@ -57,11 +57,11 @@ Agno is simple, fast and model-agnostic. Here are some key features:
5757

5858
# Getting Started
5959

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).
6161

6262
<CardGroup cols={3}>
6363
<Card
64-
title="Build your first Agent"
64+
title="Build your first Agents"
6565
icon="user-astronaut"
6666
iconType="duotone"
6767
href="/introduction/agents"
@@ -77,7 +77,7 @@ If you're new to Agno, start by building your [first Agent](/introduction/agents
7777
Chat with your Agents using a beautiful Agent UI
7878
</Card>
7979
<Card
80-
title="Agent Observability"
80+
title="Agent Monitoring"
8181
icon="rocket-launch"
8282
iconType="duotone"
8383
href="introduction/monitoring"
@@ -86,7 +86,7 @@ If you're new to Agno, start by building your [first Agent](/introduction/agents
8686
</Card>
8787
</CardGroup>
8888

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.
9090

9191
# Dive deeper
9292

0 commit comments

Comments
 (0)