Skip to content

Commit 56fa3ea

Browse files
committed
fixes
1 parent 46df253 commit 56fa3ea

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

pages/agents/components.en.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Agent Components
22

3+
import { Callout } from 'nextra/components'
4+
35
AI agents require three fundamental capabilities to effectively tackle complex tasks: planning abilities, tool utilization, and memory management. Let's dive into how these components work together to create functional AI agents.
46

57
![Agent Components](../../img/agents/agent-components.png)
@@ -15,6 +17,10 @@ At the core of any effective AI agent is its planning capability, powered by lar
1517

1618
While current LLM planning capabilities aren't perfect, they're essential for task completion. Without robust planning abilities, an agent cannot effectively automate complex tasks, which defeats its primary purpose.
1719

20+
<Callout type= "info" emoji="🎓">
21+
Learn how to build with AI agents in our new course. [Join now!](https://dair-ai.thinkific.com/courses/introduction-ai-agents)
22+
</Callout>
23+
1824
## Tool Utilization: Extending the Agent's Capabilities
1925

2026
The second critical component is an agent's ability to interface with external tools. A well-designed agent must not only have access to various tools but also understand when and how to use them appropriately. Common tools include:

pages/agents/introduction.en.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Introduction to AI Agents
22

3+
import { Callout } from 'nextra/components'
4+
35
Agents are revolutionizing the way we approach complex tasks, leveraging the power of large language models (LLMs) to work on our behalf and achieve remarkable results. In this guide we will dive into the fundamentals of AI agents, exploring their capabilities, design patterns, and potential applications.
46

57
## What is an Agent?
@@ -28,6 +30,10 @@ By leveraging these abilities, AI agents can effectively tackle complex tasks li
2830
* Planning events
2931
* Providing customer support
3032

33+
<Callout type= "info" emoji="🎓">
34+
Learn how to build with AI agents in our new course. [Join now!](https://dair-ai.thinkific.com/courses/introduction-ai-agents)
35+
</Callout>
36+
3137
## Common Use Cases for AI Agents
3238

3339
Here is a non-exhaustive list of common use cases where agents are being applied in the industry:

0 commit comments

Comments
 (0)