Skip to content

Commit 9d84fb3

Browse files
authored
Adjust tutorial title and intro (#682)
1 parent c48267b commit 9d84fb3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tutorial/agent.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# External Agents
1+
# Building Agents for TypeAgent Dispatcher
22

3-
The TypeAgent repo includes several example [agents](../../ts/packages/agents/). You can also build **your own application agents** **_outside_** the TypeAgent repo by using the [agent-sdk](../../ts/packages/agentSdk/README.md). You can package these agents as npm packages and surface them in the [TypeAgent Shell](../../ts/packages/shell) and [TypeAgent CLI](../../ts/packages/cli).
3+
TypeAgent [Shell](../../ts/packages/shell) and [CLI](../../ts/packages/cli) are built using [Dispatcher](../../ts/packages/dispatcher). It has an configurable and extensible architecture that allow new agents to plug into the system.
4+
5+
The TypeAgent repo includes several example [agents](../../ts/packages/agents/). **Application agents** can be built **_outside_** the TypeAgent repo by using the [Agent SDK](../../ts/packages/agentSdk/README.md). These agents can be packaged as npm packages and surface them in the [Shell](../../ts/packages/shell) and [CLI](../../ts/packages/cli).
46

57
This document describes how you can build your own application agents.
68

79
## Prerequisites
810

911
Begin by exploring the following:
1012

11-
- **Agent-Sdk**: Read about the architecture of the [**agent-sdk**](../../ts/packages/agentSdk/README.md).
13+
- **Agent SDK**: Read about the architecture of the [**Agent SDK**](../../ts/packages/agentSdk/README.md).
1214
- **Example Agents**:
1315
- Review agents under the [agents](../../ts/packages/agents) directory. The [List](../../ts/packages/agents/list/) agent provides a good example and template for building an agent.
1416
- The [Echo](../../ts/examples/agentExamples/echo/) agent illustrates the basics of building your own external application agents.

0 commit comments

Comments
 (0)