Skip to content

Commit

Permalink
Tutorial: Switch directory structure from image to text (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman authored Feb 7, 2025
1 parent 86f1343 commit 53720e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/tutorial/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,16 @@ async function executeEchoAction(

#### Folder structure for **Echo** agent:

![alt text](./imgs/image-files.png)

<a id="install_agent"></a>
```
┣━ package.json
┣━ tsconfig.json
┗━ src
┣━ echoManifest.json
┣━ echoActionSchema.ts
┗━ echoActionHandler.ts
```

#### Step 2: Build the Agent
### Step 2: Build the Agent

First make sure the [TypeAgent's typescript code](../../ts) is built.

Expand Down
Binary file removed docs/tutorial/imgs/image-files.png
Binary file not shown.

0 comments on commit 53720e7

Please sign in to comment.