From 79e3ad669ae94a99ae9ac1b6a26ef4a5f98eed74 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:51:28 +0000 Subject: [PATCH 1/6] docs: remove edit links, rename Console to App, clean CLI titles - Remove editOnGithub prop from DocsPage component to eliminate Edit on Github links - Update Console references to App in navigation and documentation content - Remove redundant Commands suffix from CLI page titles (API Key, Cloud, Project, etc.) - Update architecture.mdx Web Console to Web App - Maintain consistency with app.agentuity.com domain naming Co-Authored-By: grodrigues@agentuity.com --- app/(docs)/[[...slug]]/page.tsx | 6 ------ app/layout.config.tsx | 2 +- content/CLI/agent.mdx | 2 +- content/CLI/apikey.mdx | 4 ++-- content/CLI/auth.mdx | 2 +- content/CLI/cloud.mdx | 2 +- content/CLI/dev.mdx | 4 ++-- content/CLI/env.mdx | 4 ++-- content/CLI/mcp.mdx | 2 +- content/CLI/project.mdx | 2 +- content/CLI/version.mdx | 2 +- content/Cloud/aigateway.mdx | 2 +- content/Cloud/api-keys.mdx | 6 +++--- content/Cloud/index.mdx | 4 ++-- content/Cloud/key-value-memory.mdx | 6 +++--- content/Cloud/meta.json | 2 +- content/Cloud/vector-memory.mdx | 6 +++--- content/Introduction/architecture.mdx | 2 +- content/Introduction/getting-started.mdx | 4 ++-- content/SDKs/javascript/index.mdx | 4 ++-- content/SDKs/javascript/llm.mdx | 2 +- content/SDKs/python/index.mdx | 4 ++-- content/SDKs/python/llm.mdx | 2 +- 23 files changed, 35 insertions(+), 41 deletions(-) diff --git a/app/(docs)/[[...slug]]/page.tsx b/app/(docs)/[[...slug]]/page.tsx index 96d717cf..80bcf98c 100644 --- a/app/(docs)/[[...slug]]/page.tsx +++ b/app/(docs)/[[...slug]]/page.tsx @@ -33,12 +33,6 @@ export default async function Page(props: { {page.data.title} {page.data.description} diff --git a/app/layout.config.tsx b/app/layout.config.tsx index a420f73d..552cd532 100644 --- a/app/layout.config.tsx +++ b/app/layout.config.tsx @@ -44,7 +44,7 @@ export const baseOptions: BaseLayoutProps = { children: (
Blog - Console + App diff --git a/content/CLI/agent.mdx b/content/CLI/agent.mdx index 1a2533bf..26e872b6 100644 --- a/content/CLI/agent.mdx +++ b/content/CLI/agent.mdx @@ -1,5 +1,5 @@ --- -title: Agent Commands +title: Agent description: Commands for managing agents --- diff --git a/content/CLI/apikey.mdx b/content/CLI/apikey.mdx index 2df22889..e392248a 100644 --- a/content/CLI/apikey.mdx +++ b/content/CLI/apikey.mdx @@ -1,5 +1,5 @@ --- -title: API Key Commands +title: API Key description: Commands for managing API keys --- @@ -73,4 +73,4 @@ Lists all available API keys for your account. - `-h, --help` - help for list - `-m, --mask` - Mask the API key value - `-o, --org-id string` - The organization ID to filter by -- `-p, --project-id string` - The project ID to filter by \ No newline at end of file +- `-p, --project-id string` - The project ID to filter by diff --git a/content/CLI/auth.mdx b/content/CLI/auth.mdx index 563633e0..8275f41d 100644 --- a/content/CLI/auth.mdx +++ b/content/CLI/auth.mdx @@ -1,5 +1,5 @@ --- -title: Authentication Commands +title: Authentication description: Commands for authenticating with Agentuity --- diff --git a/content/CLI/cloud.mdx b/content/CLI/cloud.mdx index 2f4faeb8..c2f95e53 100644 --- a/content/CLI/cloud.mdx +++ b/content/CLI/cloud.mdx @@ -1,5 +1,5 @@ --- -title: Cloud Commands +title: Cloud description: Commands for deploying and managing agents --- diff --git a/content/CLI/dev.mdx b/content/CLI/dev.mdx index 32441160..1405a056 100644 --- a/content/CLI/dev.mdx +++ b/content/CLI/dev.mdx @@ -1,5 +1,5 @@ --- -title: Development Commands +title: Development description: Commands for local development of agents using DevMode --- @@ -34,4 +34,4 @@ Run a development server for a project in a specific directory: ✓ Development server started -> See the [DevMode](/Guides/devmode) documentation for more information on how to use DevMode. \ No newline at end of file +> See the [DevMode](/Guides/devmode) documentation for more information on how to use DevMode. diff --git a/content/CLI/env.mdx b/content/CLI/env.mdx index 337fe1b1..ae43b63f 100644 --- a/content/CLI/env.mdx +++ b/content/CLI/env.mdx @@ -1,5 +1,5 @@ --- -title: Environment Commands +title: Environment description: Commands for managing environment variables and secrets --- @@ -120,4 +120,4 @@ Delete multiple environment variables: ✓ Environment variables and secrets deleted -> You can also manage your environment variables and secrets in the [Console](/Cloud/api-keys). \ No newline at end of file +> You can also manage your environment variables and secrets in the [App](/Cloud/api-keys). diff --git a/content/CLI/mcp.mdx b/content/CLI/mcp.mdx index 030e3cdb..7192737e 100644 --- a/content/CLI/mcp.mdx +++ b/content/CLI/mcp.mdx @@ -1,5 +1,5 @@ --- -title: MCP Commands +title: MCP description: Commands for the Model Context Protocol (MCP) integration --- diff --git a/content/CLI/project.mdx b/content/CLI/project.mdx index 4335d6ce..0d628fd6 100644 --- a/content/CLI/project.mdx +++ b/content/CLI/project.mdx @@ -1,5 +1,5 @@ --- -title: Project Commands +title: Project description: Commands for creating and managing projects --- diff --git a/content/CLI/version.mdx b/content/CLI/version.mdx index 16ae80fd..3af66d7e 100644 --- a/content/CLI/version.mdx +++ b/content/CLI/version.mdx @@ -1,5 +1,5 @@ --- -title: Version Commands +title: Version description: Commands for checking the version of the CLI --- diff --git a/content/Cloud/aigateway.mdx b/content/Cloud/aigateway.mdx index b0744516..755cbdc8 100644 --- a/content/Cloud/aigateway.mdx +++ b/content/Cloud/aigateway.mdx @@ -9,7 +9,7 @@ description: The AI Gateway page is for understanding your AI Gateway usage ## Viewing Your Session Usage -When you navigate to the AI Gateway > Sessions page in the Cloud Console, you'll see a table listing all your sessions with the following information: +When you navigate to the AI Gateway > Sessions page in the Cloud App, you'll see a table listing all your sessions with the following information: - **Agent**: The name of your agent - **Provider**: The AI provider used for the session diff --git a/content/Cloud/api-keys.mdx b/content/Cloud/api-keys.mdx index ab10a01d..68be063c 100644 --- a/content/Cloud/api-keys.mdx +++ b/content/Cloud/api-keys.mdx @@ -5,7 +5,7 @@ description: The API Keys page is for managing your API keys ## Viewing Your API Keys -When you navigate to the API Keys page in the Cloud Console (under Settings), you'll see a table listing all your API keys with the following information: +When you navigate to the API Keys page in the Cloud App (under Settings), you'll see a table listing all your API keys with the following information: - **Name**: The descriptive name you've given to the API key - **Key**: The actual API key value (hidden by default for security) @@ -19,7 +19,7 @@ When you navigate to the API Keys page in the Cloud Console (under Settings), yo To create a new API key: -1. Navigate to the API Keys page in the Cloud Console (under Settings) +1. Navigate to the API Keys page in the Cloud App (under Settings) 2. Click the "Create API Key" button in the top-right corner 3. In the dialog that appears: - Enter a descriptive name for the key (e.g., "Production API Key") @@ -37,4 +37,4 @@ You can use the CLI to manage your API keys using the following command: -See the [CLI documentation](/CLI/apikey) for more information on specific command usage and flags. \ No newline at end of file +See the [CLI documentation](/CLI/apikey) for more information on specific command usage and flags. diff --git a/content/Cloud/index.mdx b/content/Cloud/index.mdx index 87e5803f..765ccdc4 100644 --- a/content/Cloud/index.mdx +++ b/content/Cloud/index.mdx @@ -1,9 +1,9 @@ --- title: Overview -description: Introduction to the Agentuity Cloud Console and its features +description: Introduction to the Agentuity Cloud App and its features --- -The Agentuity Cloud Console is a web-based interface for managing your Agentuity resources, projects, and settings. This guide provides an overview of the main features and functionality available in the Cloud Console. +The Agentuity Cloud App is a web-based interface for managing your Agentuity resources, projects, and settings. This guide provides an overview of the main features and functionality available in the Cloud App. - Create and manage projects via the [Project Dashboard](/Cloud/project) - Configure settings and API keys [API Keys](/Cloud/api-keys) diff --git a/content/Cloud/key-value-memory.mdx b/content/Cloud/key-value-memory.mdx index 92811064..5d7bb63f 100644 --- a/content/Cloud/key-value-memory.mdx +++ b/content/Cloud/key-value-memory.mdx @@ -18,7 +18,7 @@ Key value memory storage is designed for fast, simple, or temporary data storage ## Viewing Your Key Value Instances -When you navigate to the Memory > Key Value page in the Cloud Console, you'll see a table listing all your key value instances with the following information: +When you navigate to the Memory > Key Value page in the Cloud App, you'll see a table listing all your key value instances with the following information: - **Name**: The name of your key value instance - **Size**: The storage size used by the key value instance @@ -35,7 +35,7 @@ You can select a key value instance to view and manage its data. There are two ways to create a new key value instance: -1. From the Services > Key Value page in the Cloud Console +1. From the Services > Key Value page in the Cloud App 2. In code, using the Agentuity SDK - \ No newline at end of file + diff --git a/content/Cloud/meta.json b/content/Cloud/meta.json index 98a6a51b..f546b8ac 100644 --- a/content/Cloud/meta.json +++ b/content/Cloud/meta.json @@ -1,5 +1,5 @@ { - "title": "Console", + "title": "App", "pages": [ "index", "project", diff --git a/content/Cloud/vector-memory.mdx b/content/Cloud/vector-memory.mdx index 0635ec77..1b9840fa 100644 --- a/content/Cloud/vector-memory.mdx +++ b/content/Cloud/vector-memory.mdx @@ -15,7 +15,7 @@ Vector memory storage is designed for semantic search and large context windows, ## Viewing Your Vector Instances -When you navigate to the Memory > Vector page in the Cloud Console, you'll see a table listing all your vector instances with the following information: +When you navigate to the Memory > Vector page in the Cloud App, you'll see a table listing all your vector instances with the following information: - **Name**: The name of your vector instance - **Size**: The storage size used by the vector instance @@ -34,7 +34,7 @@ You can select a vector instance to view and manage its data. There are two ways to create a new vector instance: -1. From the Services > Vector page in the Cloud Console +1. From the Services > Vector page in the Cloud App 2. In code, using the Agentuity SDK - \ No newline at end of file + diff --git a/content/Introduction/architecture.mdx b/content/Introduction/architecture.mdx index a8b2ee2f..64152870 100644 --- a/content/Introduction/architecture.mdx +++ b/content/Introduction/architecture.mdx @@ -46,7 +46,7 @@ Agentuity consists of five primary components: - Integration capabilities with external systems - Enhanced agent capabilities and extensions which work cross-framework and cross-runtime -4. **Web Console** - A management interface offering: +4. **Web App** - A management interface offering: - Real-time agent monitoring and metrics - Deployment and configuration management - Usage analytics, logging, monitoring and performance insights diff --git a/content/Introduction/getting-started.mdx b/content/Introduction/getting-started.mdx index ebf4d997..133eff57 100644 --- a/content/Introduction/getting-started.mdx +++ b/content/Introduction/getting-started.mdx @@ -77,9 +77,9 @@ If you're using an Agentic Code Editor such as [Cursor](https://www.cursor.com), description="Advanced guides for using Agentuity." /> -This will start your project in development mode and open a new browser window connecting your Agent to the Agentuity Console in Live Mode. +This will start your project in development mode and open a new browser window connecting your Agent to the Agentuity App in Live Mode. -You can also start your project in development mode without connecting to the Agentuity Console by running the following command: +You can also start your project in development mode without connecting to the Agentuity App by running the following command: diff --git a/content/SDKs/javascript/llm.mdx b/content/SDKs/javascript/llm.mdx index b90532d1..e90275d3 100644 --- a/content/SDKs/javascript/llm.mdx +++ b/content/SDKs/javascript/llm.mdx @@ -27,5 +27,5 @@ To use the zero config LLM integrations, you can use the following SDK integrati - [Anthropic JavaScript SDK](https://github.com/anthropics/anthropic-sdk-node) - [Vercel AI SDK](https://github.com/vercel/ai) -When any of the above SDKs are installed, the Agentuity Project will automatically detect it and route your requests to the AI Gateway. However, we will only route requests if you do not provide your own LLM API Key. By providing your own LLM API Key, the AI Gateway detection will be disabled and you will need to manually configure the LLM integration in the Agentuity Console. +When any of the above SDKs are installed, the Agentuity Project will automatically detect it and route your requests to the AI Gateway. However, we will only route requests if you do not provide your own LLM API Key. By providing your own LLM API Key, the AI Gateway detection will be disabled and you will need to manually configure the LLM integration in the Agentuity App. diff --git a/content/SDKs/python/index.mdx b/content/SDKs/python/index.mdx index fe283a64..c7970550 100644 --- a/content/SDKs/python/index.mdx +++ b/content/SDKs/python/index.mdx @@ -37,9 +37,9 @@ You can start your project by running the following command: -This will start your project in development mode and open a new browser window connecting your Agent to the Agentuity Console in Live Mode. +This will start your project in development mode and open a new browser window connecting your Agent to the Agentuity App in Live Mode. -You can also start your project in development mode without connecting to the Agentuity Console by running the following command: +You can also start your project in development mode without connecting to the Agentuity App by running the following command: diff --git a/content/SDKs/python/llm.mdx b/content/SDKs/python/llm.mdx index 41a49288..aff24270 100644 --- a/content/SDKs/python/llm.mdx +++ b/content/SDKs/python/llm.mdx @@ -27,5 +27,5 @@ To use the zero config LLM integrations, you can use the following SDK integrati - [Anthropic Python SDK](https://github.com/anthropics/anthropic-sdk-python) - [LiteLLM Python SDK](https://github.com/BerriAI/litellm) -When any of the above SDKs are installed, the Agentuity Project will automatically detect it and route your requests to the AI Gateway. However, we will only route requests if you do not provide your own LLM API Key. By providing your own LLM API Key, the AI Gateway detection will be disabled and you will need to manually configure the LLM integration in the Agentuity Console. +When any of the above SDKs are installed, the Agentuity Project will automatically detect it and route your requests to the AI Gateway. However, we will only route requests if you do not provide your own LLM API Key. By providing your own LLM API Key, the AI Gateway detection will be disabled and you will need to manually configure the LLM integration in the Agentuity App. From 2a383250bd94955927c9d87703b5507acc504e53 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 16:50:12 +0000 Subject: [PATCH 2/6] docs: rename Guides section to Concepts - Move content/Guides/ directory to content/Concepts/ - Update main navigation in content/meta.json - Update section title in Concepts/meta.json - Update all internal links from /Guides/ to /Concepts/ - Update card title in getting-started.mdx from 'Guides' to 'Concepts' Co-Authored-By: grodrigues@agentuity.com --- content/CLI/dev.mdx | 2 +- content/Cloud/agents.mdx | 2 +- content/{Guides => Concepts}/.agent-io.mdx | 0 content/{Guides => Concepts}/.agent-logging.mdx | 0 content/{Guides => Concepts}/.agent-patterns.mdx | 0 content/{Guides => Concepts}/.agent-telemetry.mdx | 0 content/{Guides => Concepts}/.agent-tracing.mdx | 0 content/{Guides => Concepts}/.ai-gateway.mdx | 0 content/{Guides => Concepts}/.devmode.mdx | 0 content/{Guides => Concepts}/.key-value.mdx | 0 content/{Guides => Concepts}/.security.mdx | 0 content/{Guides => Concepts}/.vector-db.mdx | 0 content/{Guides => Concepts}/agent-communication.mdx | 0 content/{Guides => Concepts}/agent-data-handling.mdx | 2 +- content/{Guides => Concepts}/agent-engineering.mdx | 4 ++-- content/{Guides => Concepts}/agent-native-cloud.mdx | 2 +- content/{Guides => Concepts}/agent-streaming.mdx | 0 content/{Guides => Concepts}/meta.json | 2 +- content/{Guides => Concepts}/what-is-an-agent.mdx | 4 ++-- content/Introduction/getting-started.mdx | 6 +++--- content/meta.json | 2 +- 21 files changed, 13 insertions(+), 13 deletions(-) rename content/{Guides => Concepts}/.agent-io.mdx (100%) rename content/{Guides => Concepts}/.agent-logging.mdx (100%) rename content/{Guides => Concepts}/.agent-patterns.mdx (100%) rename content/{Guides => Concepts}/.agent-telemetry.mdx (100%) rename content/{Guides => Concepts}/.agent-tracing.mdx (100%) rename content/{Guides => Concepts}/.ai-gateway.mdx (100%) rename content/{Guides => Concepts}/.devmode.mdx (100%) rename content/{Guides => Concepts}/.key-value.mdx (100%) rename content/{Guides => Concepts}/.security.mdx (100%) rename content/{Guides => Concepts}/.vector-db.mdx (100%) rename content/{Guides => Concepts}/agent-communication.mdx (100%) rename content/{Guides => Concepts}/agent-data-handling.mdx (99%) rename content/{Guides => Concepts}/agent-engineering.mdx (97%) rename content/{Guides => Concepts}/agent-native-cloud.mdx (99%) rename content/{Guides => Concepts}/agent-streaming.mdx (100%) rename content/{Guides => Concepts}/meta.json (87%) rename content/{Guides => Concepts}/what-is-an-agent.mdx (97%) diff --git a/content/CLI/dev.mdx b/content/CLI/dev.mdx index 1405a056..eecd17d0 100644 --- a/content/CLI/dev.mdx +++ b/content/CLI/dev.mdx @@ -34,4 +34,4 @@ Run a development server for a project in a specific directory: ✓ Development server started -> See the [DevMode](/Guides/devmode) documentation for more information on how to use DevMode. +> See the [DevMode](/Concepts/devmode) documentation for more information on how to use DevMode. diff --git a/content/Cloud/agents.mdx b/content/Cloud/agents.mdx index 305d4c90..19da64ee 100644 --- a/content/Cloud/agents.mdx +++ b/content/Cloud/agents.mdx @@ -58,7 +58,7 @@ graph TD You can think of the agent as an intelligent black box that receives data from sources and responds with data which is sent to the configured destinations. -Read the [Agent IO](/Guides/agent-io) guide for more information. +Read the [Agent IO](/Concepts/agent-io) guide for more information. You can add a new input or output by clicking the plus button in the agent IO visualization. diff --git a/content/Guides/.agent-io.mdx b/content/Concepts/.agent-io.mdx similarity index 100% rename from content/Guides/.agent-io.mdx rename to content/Concepts/.agent-io.mdx diff --git a/content/Guides/.agent-logging.mdx b/content/Concepts/.agent-logging.mdx similarity index 100% rename from content/Guides/.agent-logging.mdx rename to content/Concepts/.agent-logging.mdx diff --git a/content/Guides/.agent-patterns.mdx b/content/Concepts/.agent-patterns.mdx similarity index 100% rename from content/Guides/.agent-patterns.mdx rename to content/Concepts/.agent-patterns.mdx diff --git a/content/Guides/.agent-telemetry.mdx b/content/Concepts/.agent-telemetry.mdx similarity index 100% rename from content/Guides/.agent-telemetry.mdx rename to content/Concepts/.agent-telemetry.mdx diff --git a/content/Guides/.agent-tracing.mdx b/content/Concepts/.agent-tracing.mdx similarity index 100% rename from content/Guides/.agent-tracing.mdx rename to content/Concepts/.agent-tracing.mdx diff --git a/content/Guides/.ai-gateway.mdx b/content/Concepts/.ai-gateway.mdx similarity index 100% rename from content/Guides/.ai-gateway.mdx rename to content/Concepts/.ai-gateway.mdx diff --git a/content/Guides/.devmode.mdx b/content/Concepts/.devmode.mdx similarity index 100% rename from content/Guides/.devmode.mdx rename to content/Concepts/.devmode.mdx diff --git a/content/Guides/.key-value.mdx b/content/Concepts/.key-value.mdx similarity index 100% rename from content/Guides/.key-value.mdx rename to content/Concepts/.key-value.mdx diff --git a/content/Guides/.security.mdx b/content/Concepts/.security.mdx similarity index 100% rename from content/Guides/.security.mdx rename to content/Concepts/.security.mdx diff --git a/content/Guides/.vector-db.mdx b/content/Concepts/.vector-db.mdx similarity index 100% rename from content/Guides/.vector-db.mdx rename to content/Concepts/.vector-db.mdx diff --git a/content/Guides/agent-communication.mdx b/content/Concepts/agent-communication.mdx similarity index 100% rename from content/Guides/agent-communication.mdx rename to content/Concepts/agent-communication.mdx diff --git a/content/Guides/agent-data-handling.mdx b/content/Concepts/agent-data-handling.mdx similarity index 99% rename from content/Guides/agent-data-handling.mdx rename to content/Concepts/agent-data-handling.mdx index 7c061a8b..584f5c32 100644 --- a/content/Guides/agent-data-handling.mdx +++ b/content/Concepts/agent-data-handling.mdx @@ -161,7 +161,7 @@ async def run(request: AgentRequest, response: AgentResponse, context: AgentCont You must await the `stream` method to get a stream of the raw binary data. The stream will be a `ReadableStream` object for JavaScript and a `IO[bytes]` object for Python. -See the [Streaming](/guides/agent-streaming) guide for more information on how Agent Streaming works. +See the [Streaming](/Concepts/agent-streaming) guide for more information on how Agent Streaming works. #### Base64 diff --git a/content/Guides/agent-engineering.mdx b/content/Concepts/agent-engineering.mdx similarity index 97% rename from content/Guides/agent-engineering.mdx rename to content/Concepts/agent-engineering.mdx index fb3be917..88de4f5c 100644 --- a/content/Guides/agent-engineering.mdx +++ b/content/Concepts/agent-engineering.mdx @@ -7,7 +7,7 @@ description: Effective software engineering in an agentic future Traditional software engineering is built around deterministic logic, tightly scoped inputs and outputs, and rigid control flows. When you start building agents, you're no longer programming every behavior—you're designing systems that can interpret goals, reason about context, and act autonomously. -> 🤔 Not sure what an agent is? Check out [What is an Agent?](/Guides/what-is-an-agent) +> 🤔 Not sure what an agent is? Check out [What is an Agent?](/Concepts/what-is-an-agent) Building agents isn't just about writing code—it's about shaping intelligent behavior. @@ -129,4 +129,4 @@ Modern AI can also not only return output, it can return structured output too ( Agents represent a new abstraction layer — between human goals and system actions. As an engineer, your job shifts from building every bridge to empowering an intelligent system to build those bridges for you. That's not just a technical challenge—it's a creative one. -Make sure you understand the differences between today's cloud computing paradigm and the [Agent-Native Cloud](/Guides/agent-native-cloud). \ No newline at end of file +Make sure you understand the differences between today's cloud computing paradigm and the [Agent-Native Cloud](/Concepts/agent-native-cloud). diff --git a/content/Guides/agent-native-cloud.mdx b/content/Concepts/agent-native-cloud.mdx similarity index 99% rename from content/Guides/agent-native-cloud.mdx rename to content/Concepts/agent-native-cloud.mdx index db7a481c..cf768989 100644 --- a/content/Guides/agent-native-cloud.mdx +++ b/content/Concepts/agent-native-cloud.mdx @@ -110,7 +110,7 @@ If your infrastructure can't help agents learn, adapt, and coordinate at machine • **Leadership** – Faster time-to-value, lower TCO, and infrastructure that *gets better with age*. -If you're in software engineering, you need to think like an [Agent Builder](/Guides/agent-engineering). +If you're in software engineering, you need to think like an [Agent Builder](/Concepts/agent-engineering). --- diff --git a/content/Guides/agent-streaming.mdx b/content/Concepts/agent-streaming.mdx similarity index 100% rename from content/Guides/agent-streaming.mdx rename to content/Concepts/agent-streaming.mdx diff --git a/content/Guides/meta.json b/content/Concepts/meta.json similarity index 87% rename from content/Guides/meta.json rename to content/Concepts/meta.json index 3e097bcf..a2b37c16 100644 --- a/content/Guides/meta.json +++ b/content/Concepts/meta.json @@ -1,5 +1,5 @@ { - "title": "Guides", + "title": "Concepts", "pages": [ "what-is-an-agent", "agent-native-cloud", diff --git a/content/Guides/what-is-an-agent.mdx b/content/Concepts/what-is-an-agent.mdx similarity index 97% rename from content/Guides/what-is-an-agent.mdx rename to content/Concepts/what-is-an-agent.mdx index 9aa2df8d..bfd9a8aa 100644 --- a/content/Guides/what-is-an-agent.mdx +++ b/content/Concepts/what-is-an-agent.mdx @@ -70,8 +70,8 @@ We have optimized cloud computing largely by moving the compute to the edge, foc Agents demands a new paradigm. Agents aren't focused on low latency, they are focused on long-running, complex tasks that require a lot of context and coordination. They are not sessionless, they are stateful and both short and long term memory is required. They are not distributed, they are centralized — often close to the data resources or as close to low latency, high bandwith GPU clusters. -Learn more details about the differences in today's cloud computing paradigm and the [Agent-Native Cloud](/Guides/agent-native-cloud). +Learn more details about the differences in today's cloud computing paradigm and the [Agent-Native Cloud](/Concepts/agent-native-cloud). ---- -If you're a software engineer and you need to build agents, you need to think like an [Agent Builder](/Guides/agent-engineering). \ No newline at end of file +If you're a software engineer and you need to build agents, you need to think like an [Agent Builder](/Concepts/agent-engineering). diff --git a/content/Introduction/getting-started.mdx b/content/Introduction/getting-started.mdx index 133eff57..c14d9de4 100644 --- a/content/Introduction/getting-started.mdx +++ b/content/Introduction/getting-started.mdx @@ -72,9 +72,9 @@ If you're using an Agentic Code Editor such as [Cursor](https://www.cursor.com), Date: Thu, 3 Jul 2025 17:51:43 +0000 Subject: [PATCH 3/6] feat: add 301 redirects from /Guides/* to /Concepts/* - Add permanent redirect rule in next.config.mjs - Maps all /Guides/:path* URLs to /Concepts/:path* - Ensures existing links continue to work after rename - Tested redirect functionality locally Co-Authored-By: grodrigues@agentuity.com --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index cfb2b151..3c6a3682 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -17,6 +17,11 @@ const config = { source: "/docs", destination: "/", permanent: true, + }, + { + source: "/Guides/:path*", + destination: "/Concepts/:path*", + permanent: true, } ], }; From ba5073957666148ffa821934ac4f887cedf4b45e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:55:40 +0000 Subject: [PATCH 4/6] feat: update navigation button from 'App' to 'Cloud App' per jhaynie feedback Co-Authored-By: grodrigues@agentuity.com --- app/layout.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.config.tsx b/app/layout.config.tsx index 552cd532..b75bce7c 100644 --- a/app/layout.config.tsx +++ b/app/layout.config.tsx @@ -44,7 +44,7 @@ export const baseOptions: BaseLayoutProps = { children: (
Blog - App + Cloud App From c08f5b32455ac05fb288f56cfe83946360edd7b0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:56:44 +0000 Subject: [PATCH 5/6] fix: update navigation path from 'Memory > Vector' to 'Services > Vector' for consistency Co-Authored-By: grodrigues@agentuity.com --- content/Cloud/vector-memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Cloud/vector-memory.mdx b/content/Cloud/vector-memory.mdx index 1b9840fa..f23f148c 100644 --- a/content/Cloud/vector-memory.mdx +++ b/content/Cloud/vector-memory.mdx @@ -15,7 +15,7 @@ Vector memory storage is designed for semantic search and large context windows, ## Viewing Your Vector Instances -When you navigate to the Memory > Vector page in the Cloud App, you'll see a table listing all your vector instances with the following information: +When you navigate to the Services > Vector page in the Cloud App, you'll see a table listing all your vector instances with the following information: - **Name**: The name of your vector instance - **Size**: The storage size used by the vector instance From c41460179d3c995d82d5a6eb43c44e671fa649ce Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:15:01 +0000 Subject: [PATCH 6/6] feat: restore Edit on Github functionality per rblalock feedback - rblalock supports keeping Edit on Github for 'open-ness' - restores editOnGithub prop to DocsPage component - addresses stakeholder consensus to maintain the functionality Co-Authored-By: grodrigues@agentuity.com --- app/(docs)/[[...slug]]/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/(docs)/[[...slug]]/page.tsx b/app/(docs)/[[...slug]]/page.tsx index 80bcf98c..96d717cf 100644 --- a/app/(docs)/[[...slug]]/page.tsx +++ b/app/(docs)/[[...slug]]/page.tsx @@ -33,6 +33,12 @@ export default async function Page(props: { {page.data.title} {page.data.description}