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
* add prettier
* rm extra from prettierignore
* Add Prettier as dev dependency
* Fix markdownlint
* Ignore Prettier here
* fix prettier issue
* prettier and link fixes
---------
Co-authored-by: Benny Neugebauer <mail@bennycode.com>
Copy file name to clipboardExpand all lines: docs/pages/agents/content-types/content-types.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here is the current standard content type:
23
23
An agent built with XMTP uses the `TextCodec` (plain text) standard content type by default. This means that if your agent is sending plain text messages only, you don't need to perform any additional steps related to content types.
Copy file name to clipboardExpand all lines: docs/pages/agents/core-messaging/agent-installations.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,15 @@ Your agent can have **up to 10 active installations** before you need to revoke
15
15
For example, if you deploy your agent across these network environments, you will have 3 inboxes, each with 1 installation:
16
16
17
17
- Local development: `local` network
18
-
- Railway: `dev` network
18
+
- Railway: `dev` network
19
19
- Production server: `production` network
20
20
21
21
<div>
22
-
<imgsrc="https://raw.githubusercontent.com/xmtp/docs-xmtp-org/refs/heads/main/docs/pages/img/agent-install-sep.png"width="500px"alt="Diagram showing agent deployments across different network environments (local, dev, production) creating separate inboxes with one installation each" />
alt="Diagram showing agent deployments across different network environments (local, dev, production) creating separate inboxes with one installation each"
26
+
/>
23
27
</div>
24
28
25
29
If you deploy your agent to this same network environment, you have 1 inbox with 3 installations:
@@ -29,7 +33,11 @@ If you deploy your agent to this same network environment, you have 1 inbox with
29
33
- Production server: `production` network
30
34
31
35
<div>
32
-
<imgsrc="https://raw.githubusercontent.com/xmtp/docs-xmtp-org/refs/heads/main/docs/pages/img/agent-install.png"width="500px"alt="Diagram showing agent deployments to the same production network environment creating one inbox with three installations" />
Copy file name to clipboardExpand all lines: docs/pages/agents/core-messaging/create-a-client.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,13 @@ If you want to inspect the database visually, you can use [DB Browser for SQLite
67
67
To call `Client.create()`, you must pass in a required `signer` and can also pass in any of the optional parameters covered in [Configure an XMTP client](#configure-an-xmtp-client).
0 commit comments