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: docs/base-app/agents/getting-started.mdx
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ description: 'Step-by-step guide to creating, testing, and deploying your first
4
4
sidebarTitle: 'Getting Started'
5
5
---
6
6
7
+
Build powerful chat agents that integrate seamlessly with Base App using the XMTP messaging protocol.
7
8
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>
9
12
10
13
## Installation
11
14
@@ -61,14 +64,6 @@ XMTP_DB_ENCRYPTION_KEY= # encryption key for the local database
61
64
XMTP_ENV=production # local, dev, production
62
65
```
63
66
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
-
72
67
## Get a basename for your agent
73
68
74
69
Give your agent a human-readable name:
@@ -93,16 +88,4 @@ Give your agent a human-readable name:
93
88
94
89
• Your agent can now be reached via the basename instead of the long address
95
90
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