Skip to content

Commit cafa13f

Browse files
committed
Refactor getting started guide
1 parent f25a2ed commit cafa13f

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

docs/base-app/agents/getting-started.mdx

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ description: 'Step-by-step guide to creating, testing, and deploying your first
44
sidebarTitle: 'Getting Started'
55
---
66

7+
Build powerful chat agents that integrate seamlessly with Base App using the XMTP messaging protocol.
78

8-
This guide will walk you through creating, testing, and deploying your first XMTP messaging agent. By the end, you'll have a fully functional agent that can send and receive messages on the XMTP messaging network.
9+
<Note>
10+
For the complete guide, visit [https://docs.xmtp.org/agents/get-started/build-an-agent](https://docs.xmtp.org/agents/get-started/build-an-agent)
11+
</Note>
912

1013
## Installation
1114

@@ -61,14 +64,6 @@ XMTP_DB_ENCRYPTION_KEY= # encryption key for the local database
6164
XMTP_ENV=production # local, dev, production
6265
```
6366

64-
## Vibe coding
65-
66-
See these [Cursor rules](https://github.com/ephemeraHQ/xmtp-agent-examples/blob/main/.cursor/rules/xmtp.mdc) for vibe coding agents with XMTP using best practices.
67-
68-
```bash
69-
Prompt: lets create an example that gets a number and returns its 2x multiple (use claude max)
70-
```
71-
7267
## Get a basename for your agent
7368

7469
Give your agent a human-readable name:
@@ -93,16 +88,4 @@ Give your agent a human-readable name:
9388

9489
• Your agent can now be reached via the basename instead of the long address
9590

96-
• Users can message myagent.base.eth instead of 0x123...
97-
98-
## Debug an agent
99-
100-
To learn more, see [Debug an agent](https://docs.xmtp.org/agents/deploy/debug-agents)
101-
102-
## Deploy an agent
103-
104-
To learn more, see [Deploy an agent](https://docs.xmtp.org/agents/deploy/deploy-agent).
105-
106-
## Agent examples
107-
108-
Visit the [examples](https://github.com/ephemeraHQ/xmtp-agent-examples) repository for more agent examples.
91+
• Users can message myagent.base.eth instead of 0x123...

0 commit comments

Comments
 (0)