diff --git a/app/en/guides/agent-frameworks/page.mdx b/app/en/guides/agent-frameworks/page.mdx index 879262657..f4daf384e 100644 --- a/app/en/guides/agent-frameworks/page.mdx +++ b/app/en/guides/agent-frameworks/page.mdx @@ -1,11 +1,13 @@ import { PlatformCard } from "@/app/_components/platform-card"; import { Tabs } from "nextra/components"; + + # Arcade with Agent Frameworks and MCP Clients Arcade integrates with agent frameworks and MCP clients to add tool-calling capabilities to your AI applications. -These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. These guides show you how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started quickly. +These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. You'll learn how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started with your specific framework. ## Agent Frameworks @@ -70,4 +72,4 @@ These guides are for developers building AI applications who need to connect Arc /> - + \ No newline at end of file