-
Notifications
You must be signed in to change notification settings - Fork 69
feat(ai): add overview #2137
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
Merged
+47
−17
Merged
feat(ai): add overview #2137
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,33 @@ | ||
| --- | ||
| title: "Overview of AI in TON" | ||
| sidebarTitle: "Overview" | ||
| --- | ||
|
|
||
| There are AI products utilizing TON Blockchain, such as agents and wallet tooling. Additionally, TON documentation is AI-friendly, and enables all kinds of AI workflows. | ||
|
novusnota marked this conversation as resolved.
|
||
|
|
||
| ## AI ecosystem | ||
|
|
||
| ### Tooling | ||
|
|
||
| The main official entry point is [`@ton/mcp`](/ecosystem/ai/mcp), a TON MCP server for agents. It exposes tools for balance checks, asset queries, transfers, TON DNS resolution, swaps, and [agentic wallet](/ecosystem/ai/wallets) management. Use [`@ton/mcp`](/ecosystem/ai/mcp) when an agent needs to operate on TON through MCP or through a skills-based setup. | ||
|
|
||
| For the catalog of official TON MCP servers, setup guides, and related skills, see [mcp.ton.org](https://mcp.ton.org/). | ||
|
novusnota marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### Community | ||
|
|
||
| The [AI Dev Wall on Telegram](https://t.me/ai_dev_wall) is a builder channel for TON AI tooling and project updates. This channel primarily features third-party, community resources. | ||
|
|
||
| ## Documentation | ||
|
|
||
| TON documentation exposes several AI-facing surfaces: | ||
|
|
||
| - The in-site assistant can answer questions over the docs and cite relevant pages. Assistant can be invoked by a shortcut <kbd>Ctrl+K</kbd> (or <kbd>Cmd+K</kbd> on macOS), a query in the floating input field at the bottom of each page, from any selection on the page, or via a button on each code block to explain its contents. | ||
| - MCP server allows reading and querying documentation pages via MCP clients: `https://docs.ton.org/mcp`. | ||
| - The contextual menu can copy page content, open a page in external AI tools, or connect to the documentation MCP. | ||
| - The [`llms.txt`](https://docs.ton.org/llms.txt) file provides a machine-readable index of documentation pages. | ||
| - Raw Markdown is available through `.md` page routes. This is useful when a tool needs the page content without the site UI. For example, to obtain raw contents of this page, query `https://docs.ton.org/ecosystem/ai/overview.md`. | ||
|
|
||
| The documentation MCP and [`@ton/mcp`](/ecosystem/ai/mcp) serve different purposes: | ||
|
|
||
| - The documentation MCP is for reading TON Docs. | ||
| - `@ton/mcp` is for acting on TON. | ||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.