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: src/content/docs/agents/concepts/what-are-agents.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ sidebar:
8
8
9
9
import { Render } from"~/components";
10
10
11
-
### What are agents?
11
+
### What are agents
12
12
13
-
An agent is an AI system that can autonomously execute tasks by making decisions about tool usage and process flow. Unlike traditional automation that follows predefined paths, agents can dynamically adapt their approach based on context and intermediate results. Agents are also distinct from co-pilots (e.g. traditional chat applications) in that they can fully automate a task, as opposed to simply augmenting and extending human input.
13
+
An agent is an AI system that can autonomously execute tasks by making decisions about tool usage and process flow. Unlike traditional automation that follows predefined paths, agents can dynamically adapt their approach based on context and intermediate results. Agents are also distinct from co-pilots (for example, traditional chat applications) in that they can fully automate a task, as opposed to simply augmenting and extending human input.
14
14
15
15
-**Agents** → non-linear, non-deterministic (can change from run to run)
-**Co-pilots** → augmentative AI assistance requiring human intervention
18
18
19
19
### Example: Booking vacations
20
20
21
-
If this is your first time working with, or interacting with agents, this example will illustrate how an agent works within a context like booking a vacation. If you are already familiar with the topic, read on.
21
+
If this is your first time working with, or interacting with agents, this example will illustrate how an agent works within a context like booking a vacation. If you are already familiar with the topic, read on.
22
22
23
23
Imagine you're trying to book a vacation. You need to research flights, find hotels, check restaurant reviews, and keep track of your budget.
24
24
@@ -55,7 +55,7 @@ An agent combines AI's ability to make judgements and call the relevant tools to
0 commit comments