From 1464f190d3a641870f16d0608e21b2be414b1028 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Fri, 14 Nov 2025 09:21:47 -0800 Subject: [PATCH] Removing Graph Assistant --- .../src/pages/en/ai-suite/_meta-titles.json | 1 - website/src/pages/en/ai-suite/_meta.js | 1 - .../src/pages/en/ai-suite/ai-introduction.mdx | 23 +------- .../en/ai-suite/graph-assistant/_meta.js | 6 -- .../pages/en/ai-suite/graph-assistant/faq.mdx | 26 --------- .../ai-suite/graph-assistant/how-to-guide.mdx | 56 ------------------- .../ai-suite/graph-assistant/introduction.mdx | 31 ---------- .../ai-suite/graph-assistant/quick-start.mdx | 44 --------------- 8 files changed, 1 insertion(+), 187 deletions(-) delete mode 100644 website/src/pages/en/ai-suite/graph-assistant/_meta.js delete mode 100644 website/src/pages/en/ai-suite/graph-assistant/faq.mdx delete mode 100644 website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx delete mode 100644 website/src/pages/en/ai-suite/graph-assistant/introduction.mdx delete mode 100644 website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx diff --git a/website/src/pages/en/ai-suite/_meta-titles.json b/website/src/pages/en/ai-suite/_meta-titles.json index 5eb482a7092b..405922319d53 100644 --- a/website/src/pages/en/ai-suite/_meta-titles.json +++ b/website/src/pages/en/ai-suite/_meta-titles.json @@ -1,5 +1,4 @@ { - "graph-assistant": "Graph Assistant", "ai-introduction": "The Graph's AI", "subgraph-mcp": "Subgraph MCP", "token-api-mcp": "Token API MCP" diff --git a/website/src/pages/en/ai-suite/_meta.js b/website/src/pages/en/ai-suite/_meta.js index c9e51dfd35fb..db5b6fbe12fe 100644 --- a/website/src/pages/en/ai-suite/_meta.js +++ b/website/src/pages/en/ai-suite/_meta.js @@ -2,7 +2,6 @@ import titles from './_meta-titles.json' export default { 'ai-introduction': titles['ai-introduction'], - 'graph-assistant': titles['graph-assistant'], 'subgraph-mcp': titles['subgraph-mcp'], 'token-api-mcp': titles['token-api-mcp'], } diff --git a/website/src/pages/en/ai-suite/ai-introduction.mdx b/website/src/pages/en/ai-suite/ai-introduction.mdx index d25cc9f77358..413a4ecf96f6 100644 --- a/website/src/pages/en/ai-suite/ai-introduction.mdx +++ b/website/src/pages/en/ai-suite/ai-introduction.mdx @@ -6,35 +6,14 @@ Build with speed and scale faster with The Graph's AI. ## Using AI on The Graph -Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through our **agentic** app, [Graph Assistant](/ai-suite/graph-assistant/introduction/), and use our AI-native tooling, [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/). +Instead of relying on static datasets or centralized APIs, you can now use our AI-native tooling, [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/) and [Token API MCP](/ai-suite/token-api-mcp/introduction/). ### Why Use Onchain Data with AI? Using onchain data with AI unlocks powerful new ways to interact with and understand blockchain ecosystems. -- **AI for Non-Technical End Users**: AI can turn complex onchain data into accessible insights. Assistants powered by AI enable you to explore and analyze blockchain data without coding. - **AI for Developers**: You can use AI to interact directly with The Graph's data through your agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases. -## AI for Non-Technical/End Users - -[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before. - -### Benefits of Using Graph Assistant - -- **Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, structured results. -- **Multi-source support**: Works across multiple Subgraphs and Token API. The Assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints. -- **Schema-free access**: You don't need to understand the schema. You can refer to tokens, protocols, dates, or addresses using natural language. The Assistant takes care of the rest. - -### Conversational Querying with Graph Assistant - -**Example queries:** - -- "List the top-5 swaps by USD value in the last 24 hours." -- "Give me the daily volume on Uniswap." -- "List the 20 most recently registered .eth names." - -[Graph Assistant](/ai-suite/graph-assistant/introduction/) will eventually be a one-stop shop for interacting with The Graph. Right now, it's an agentic AI app that uses state-of-the-art AI techniques, LLMs, and MCPs to understand and answer your questions about [Subgraphs](/subgraphs/developing/subgraphs/) and [Token API](/token-api/quick-start/) data. - ## AI for Developers ### Enable Natural Language Access to Onchain Data diff --git a/website/src/pages/en/ai-suite/graph-assistant/_meta.js b/website/src/pages/en/ai-suite/graph-assistant/_meta.js deleted file mode 100644 index 74da5e0686a7..000000000000 --- a/website/src/pages/en/ai-suite/graph-assistant/_meta.js +++ /dev/null @@ -1,6 +0,0 @@ -export default { - 'quick-start': '', - introduction: '', - 'how-to-guide': '', - faq: '', -} diff --git a/website/src/pages/en/ai-suite/graph-assistant/faq.mdx b/website/src/pages/en/ai-suite/graph-assistant/faq.mdx deleted file mode 100644 index 223e1807dd89..000000000000 --- a/website/src/pages/en/ai-suite/graph-assistant/faq.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Graph Assistant FAQ -sidebarTitle: 'FAQ' ---- - -This page summarizes some of the most common questions for developers using Graph Assistant. - -1. What is The Graph Assistant? - -The Graph Assistant is an AI-powered chat interface that lets you query blockchain data in plain English. Under the hood, it translates your questions into GraphQL calls against Subgraphs and the Token API, then returns results, no coding required. - -2. What is an agentic application? - -An agentic application combines AI-driven reasoning with external data sources or APIs to take autonomous actions on your behalf. In this case, Graph Assistant acts as an “agent” that interprets your natural-language prompts, builds and dispatches GraphQL queries, and formats the results so that you don't need to write or manage queries yourself. - -3. Which networks and data does Graph Assistant support? - -The Assistant has access to Subgraphs across multiple chains. If a Subgraph is published to The Graph Network and is being indexed, the Assistant can automatically route queries to it. The Assistant also has access to the Token API on Ethereum Mainnet, BSC, Unichain, Arbitrum One, Optimism, and Polygon. - -4. Is there a usage limit or quota? - -Yes, 10 questions per hour. - -5. What if the Assistant can't interpret my question? - -When the Assistant fails to parse your intent (for example, ambiguous token name, missing context, or an unsupported request), it will prompt you for clarification. For instance, it might ask, “Did you mean XYZ on Ethereum Mainnet or XYZ on Arbitrum One?” or “Please specify a date range for this query.” If you continue to see parsing errors, check that you're using correct token symbols or specifying networks and time frames clearly. diff --git a/website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx b/website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx deleted file mode 100644 index 833dfc5d3bef..000000000000 --- a/website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: How To Use The Graph Assistant -sidebarTitle: 'How-to Guide' ---- - -## Overview - -You type a natural language question into the chat interface, such as: - -```yaml -'On Uniswap, return the top-10 pools by total value locked in USD.' -``` - -> [!IMPORTANT] All users can process 10 free queries per user per hour. - -> [!NOTE] Disclaimer: By using Graph Assistant, you acknowledge that your requests may be logged and used to improve the performance of the underlying agents. Do not share sensitive, personal, or private information. - -### Behind the Scenes - -The Assistant: - -1. Interprets your intent -2. Maps it to the correct Subgraphs or Token API endpoint -3. Executes optimized queries -4. Returns clean, structured results - -You don't need to write queries or understand a Subgraph's schema, you simply ask. - -### Example Use Cases - -**Protocol Analytics** - -- “Compare daily active users on Aave vs. Compound in May 2025.” -- “Show me the total value locked (TVL) for XYZDAO over the last quarter.” - -**Token Insights** - -- “What are the top 10 tokens by market cap on Ethereum Mainnet right now?” -- “How many XYZ did I receive between May 1 and May 15?” - -**Historical Data Retrieval** - -- “Fetch the token price history of XYZ for the last six months.” -- “What was the average gas price on Ethereum Mainnet during April?” - -**Portfolio Monitoring** - -- “List my wallet’s current token balances and their USD equivalents.” -- “Calculate profit/loss on XYZ since xyz date.” - -**Cross-Chain Comparison** - -- “Show me the 7-day trading volume of XYZ on Ethereum Mainnet vs. Polygon Mainnet.” -- “How many XYZ swaps occurred on Arbitrum One yesterday?” - -To get started follow the [quickstart](/ai-suite/graph-assistant/quick-start/) and explore its capabilities. diff --git a/website/src/pages/en/ai-suite/graph-assistant/introduction.mdx b/website/src/pages/en/ai-suite/graph-assistant/introduction.mdx deleted file mode 100644 index 65fdf0f96028..000000000000 --- a/website/src/pages/en/ai-suite/graph-assistant/introduction.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Introduction ---- - -> [!IMPORTANT] Graph Assistant is still in **beta**. Expect breaking changes, rate limits, and potential downtime. - -[Graph Assistant](https://thegraph.com/graph-assistant) (Beta) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code. - -## Overview - -[Graph Assistant](https://thegraph.com/graph-assistant) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use chat interface for querying blockchain data using natural language. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code. - -- **Automatically** interprets user intent, generates precise queries, executes them via The Graph's Subgraphs and Token API, and presents structured, AI-powered answers without requiring any code. -- **Removes** the technical complexity found in traditional dashboards or chatbots. It provides composable insights directly from indexed Subgraphs and Token datasets. - -## Core Features - -| Feature | Description | -| --- | --- | -| **Friendly Interface** | Conversational access to blockchain data via natural language. You simply ask questions, the Assistant fetches the answer, and renders results. | -| **Backed by Subgraphs** | Uses subgraphs to index protocol-specific data like transactions, events, and protocol metrics. | -| **Backed by Token API** | Uses Token API for token-level information like balances, transfers, and metadata. | -| **No Setup Required** | No need to configure data sources or write queries. | -| **Automatic Query Building** | The Assistant performs complex queries such as fetching historical token volumes, protocol analytics, or cross-chain data and handles filtering, pagination, and joins across Subgraphs automatically. | - -## Help Shape What's Next - -This is in **beta**, and community input is essential. If you have ideas, questions, or run into anything unexpected, we'd love to hear from you: - -- Join the community on [Discord](https://discord.com/invite/graphprotocol): Provide feedback and stay in the loop with other builders. You'll be able to join the `#graph-assistant` channel to share your experience directly. -- Interested in going deeper? Reach out to become a dedicated beta tester so your specific use case can be better supported. diff --git a/website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx b/website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx deleted file mode 100644 index b4a2e0388e7b..000000000000 --- a/website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Quick Start ---- - -> [!IMPORTANT] Graph Assistant is still in **beta**. Expect breaking changes, rate limits, and potential downtime. - -This guide provides step-by-step instructions for getting started with Graph Assistant quickly. - -## Step-by Step - -### Step 1. Create an Account - -Go to: [Graph Assistant](https://thegraph.com/graph-assistant) - -- Click Sign Up (or Log In if you already have an account). -- Use your Google, GitHub, X, email or wallet credentials to log in. -- No additional setup is required. - -### Step 2. Open the Assistant Chat - -After logging in: - -- You'll see Graph Assistant's interface. -- At the bottom of the page, you will find a chat input bar. This is where you will interact with the Assistant. - -### Step 3: Ask Your First Question - -> [!IMPORTANT] All users can process 10 free queries per user per hour. - -In the input bar, type a natural-language query (everyday language). - -Example: - -```yaml -Show me the 24-hour trading volume of XYZ token on Ethereum Mainnet -``` - -> [!NOTE] Disclaimer: By using Graph Assistant, you acknowledge that your requests may be logged and used to improve the performance of the AI interface. Do not share sensitive, personal, or private information. - -The Assistant will: - -- Digest your question -- Fetch onchain data using Subgraphs or the Token API -- Return a clean, formatted response with the data you need