diff --git a/Makefile b/Makefile index 065a7d1c0..e1bb58c99 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ install: ## Install the dependencies build: ## Build the docs site @pnpm build +lint: ## Lint the codebase + @pnpm run lint + test: ## Run the tests @pnpm test -- --run diff --git a/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx b/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx index f93995a4d..7c8f6ed71 100644 --- a/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with Google ADK agents" # Arcade with Google ADK -[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools. +[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools. ## Get started @@ -22,6 +22,6 @@ With Arcade and Google ADK, your agents can: - Post messages to Slack channels - Create GitHub issues and pull requests - Search the web and extract content -- Access 100+ other integrations +- Access 7,000+ other integrations Browse the [full MCP server catalog](/resources/integrations) to see all available tools. diff --git a/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx b/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx index 9113c0701..8dd07b528 100644 --- a/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx +++ b/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx @@ -7,7 +7,7 @@ import { Steps, Tabs, Callout } from "nextra/components"; # Setup Arcade with Google ADK (TypeScript) -[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 100+ other services. +[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 7,000+ other services. diff --git a/app/en/get-started/agent-frameworks/langchain/overview/page.mdx b/app/en/get-started/agent-frameworks/langchain/overview/page.mdx index f6f31aec8..fcd81cd90 100644 --- a/app/en/get-started/agent-frameworks/langchain/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/langchain/overview/page.mdx @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with LangChain agents" # Arcade with LangChain -[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools. +[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools. ## Get started @@ -22,7 +22,7 @@ With Arcade and LangChain, your agents can: - Post messages to Slack channels - Create GitHub issues and pull requests - Search the web and extract content -- Access 100+ other integrations +- Access 7,000+ other integrations Browse the [full MCP server catalog](/resources/integrations) to see all available tools. diff --git a/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx b/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx index b42a98481..a88de02ef 100644 --- a/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with the OpenAI Agents SDK" # Arcade with OpenAI Agents -The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools. +The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools. ## Get started @@ -22,6 +22,6 @@ With Arcade and OpenAI Agents, your agents can: - Post messages to Slack channels - Create GitHub issues and pull requests - Search the web and extract content -- Access 100+ other integrations +- Access 7,000+ other integrations Browse the [full MCP server catalog](/resources/integrations) to see all available tools. diff --git a/app/en/home/landing-page.tsx b/app/en/home/landing-page.tsx index 533338081..b66e41375 100644 --- a/app/en/home/landing-page.tsx +++ b/app/en/home/landing-page.tsx @@ -239,8 +239,8 @@ export function LandingPage() { delay: ANIMATION_DELAYS.initial, }} > - Arcade handles OAuth, manages user tokens, and gives you - 100+pre-built integrations so your agents can take real action in + Arcade handles OAuth, manages user tokens, and gives you 7,000+ + pre-built integrations so your agents can take real action in production. - See all 100+ + See all 7,000+ @@ -579,7 +579,7 @@ export function LandingPage() { title="Runtime" />