Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix readme #165

Merged
merged 7 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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?

Expand All @@ -9,14 +9,10 @@ This is the official repository for [MessageKit](https://message-kit.org/). Powe
- [`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`](/packages/xmtp/): A secure agent sdk
- [`xmtp-client`](/packages/xmtp-client/): Client sided agent sdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix markdown syntax error in package link

There's a syntax error in the xmtp package link. The opening quote is incorrect.

-['xmtp`](/packages/xmtp/): A secure agent sdk
+[`xmtp`](/packages/xmtp/): A secure agent sdk
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- ['xmtp`](/packages/xmtp/): A secure agent sdk
[`xmtp`](/packages/xmtp/): A secure agent sdk

- [`docs`](/packages/docs): Documentation for MessageKit

## Contributing

See our [contribution guide](./CONTRIBUTING.md) to learn more about contributing to this project.

### Open Frames

XMTP contributes to the development of the Open Frames [standard](https://www.openframes.xyz).
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
Loading