-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from ephemeraHQ/1.3.0
fix readme
- Loading branch information
Showing
9 changed files
with
38 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
# MessageKit | ||
# XMTP AI | ||
|
||
This is the official repository for [MessageKit](https://message-kit.org/). Powered by [XMTP](http://xmtp.org) | ||
A set of tools for AI developers to build on top of [XMTP](https://xmtp.org) | ||
|
||
## What's inside? | ||
|
||
### Packages | ||
### MessageKit | ||
|
||
- [`message-kit`](/packages/message-kit): A kit for quickly building messaging apps | ||
- [`create-message-kit`](/packages/create-message-kit): A CLI for creating new apps easily | ||
- [`framekit`](/packages/framekit): A suite for backend frames | ||
- ['xmtp](/packages/xmtp/): A secure agent sdk | ||
- [`xmtp-client`](/packages/xmtp-client/): Client sided agent sdk | ||
- [`docs`](/packages/docs): Documentation for MessageKit | ||
|
||
## Contributing | ||
### Plugins | ||
|
||
See our [contribution guide](./CONTRIBUTING.md) to learn more about contributing to this project. | ||
- [`framekit`](/packages/framekit): A suite for backend frames | ||
- [`xmtp`](/packages/xmtp/): A node js wrapper for AI agents. | ||
- [`xmtp-client`](/packages/xmtp-client/): A client plugin for interacting with hte backend. | ||
|
||
### Open Frames | ||
## Contributing | ||
|
||
XMTP contributes to the development of the Open Frames [standard](https://www.openframes.xyz). | ||
See our [contribution guide](./CONTRIBUTING.md) to learn more about contributing to this project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "message-kit-monorepo", | ||
"name": "xmtp-ai", | ||
"version": "1.2.35", | ||
"private": true, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
# create-message-kit | ||
# MessageKit | ||
|
||
Is a command-line interface tool designed to help developers create and manage their custom build configurations easily. | ||
|
||
To install it run the following command: | ||
|
||
```bash | ||
bun create message-kit | ||
``` | ||
|
||
```bash | ||
npx create-message-kit@latest | ||
``` | ||
|
||
```bash | ||
yarn create message-kit | ||
// use yarn create message-kit@latest in yarn > v2 | ||
``` | ||
See [MessageKit](https://message-kit.org/) quickstart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# MessageKit | ||
|
||
See [MessageKit](https://message-kit.org/) docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
# MessageKit | ||
|
||
```bash | ||
bun install @xmtp/message-kit | ||
``` | ||
|
||
```bash | ||
npm install @xmtp/message-kit | ||
``` | ||
|
||
```bash | ||
yarn create @xmtp/message-kit | ||
``` | ||
See [MessageKit](https://message-kit.org/) docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# XMTP AI | ||
|
||
See [XMTP AI](https://message-kit.org/plugins/xmtp) plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# XMTP AI | ||
|
||
See [XMTP AI](https://message-kit.org/plugins/xmtp) plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters