Skip to content

Commit fa35b65

Browse files
[codex] Update provider coverage counts (#27)
## Summary - Recounted the local `src/providers` catalog at 842 providers and 8,310 Actions. - Updated English and Chinese README rounded coverage claims to 840+ providers and 8,300+ Actions. - Updated `docs/providers.md` exact provider and Action counts. ## Validation - Ran `oxlint . --fix`. - Ran `oxfmt .`. - Ran `node scripts/generate-provider-registry.ts`. - Ran `node scripts/typecheck.ts src scripts-all examples`. `npm run fix-check` could not be run directly because `npm` is not available in this local environment; the equivalent lint, format, registry, and typecheck steps above passed. Co-authored-by: shaun <beingswu@gmail.com>
1 parent 31f9d4d commit fa35b65

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
OpenConnector is an open-source alternative to Composio for agent-ready SaaS auth, tools, and
1515
integrations. It is a connector layer for agents that need reliable access to user accounts in
1616
external apps. It handles auth, tool execution, and agent-ready integrations. The open-source catalog
17-
currently includes 680+ providers and 7,000+ prebuilt Actions, runs locally or on
17+
currently includes 840+ providers and 8,300+ prebuilt Actions, runs locally or on
1818
Cloudflare-compatible infrastructure, and exposes the same tools through the
1919
[Connector SDK](https://github.com/oomol-lab/connector-sdk), MCP, HTTP, OpenAPI, and a local Web
2020
Console.
@@ -36,7 +36,7 @@ Console paths below.
3636

3737
## What OpenConnector Provides
3838

39-
- A working connector catalog: [680+ providers and 7,000+ prebuilt Actions](docs/providers.md)
39+
- A working connector catalog: [840+ providers and 8,300+ prebuilt Actions](docs/providers.md)
4040
across products such as GitHub, Gmail, Notion, BigQuery, Google Analytics, Supabase, Airtable,
4141
Slack, and more.
4242
- Credential handling in one runtime: API keys, OAuth2, custom credentials, and providers that do
@@ -95,7 +95,7 @@ flowchart LR
9595
Gateway --> Actions["Open-source Action Executors"]
9696
Gateway --> Policy["Tokens, Scopes, Allow/Block Policy"]
9797
Gateway --> Logs["Run Logs"]
98-
Actions --> Providers["680+ Providers"]
98+
Actions --> Providers["840+ Providers"]
9999
Console["Web Console"] --> Gateway
100100
Cloudflare["Cloudflare Workers, D1, R2"] -. deploy .-> Gateway
101101
```

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
OpenConnector 是 Composio 的开源替代方案,用于面向 Agent 的 SaaS 鉴权、工具和集成。它是一层开源
1515
connector,用于让 Agent 可靠访问用户在外部应用中的账号。它负责鉴权、工具执行和面向 Agent 的集成。当前开源
16-
catalog 已经覆盖 680+ 个 provider 和 7,000+ 个预置 Action,支持本地运行或部署到 Cloudflare 兼容基础设施,并通过
16+
catalog 已经覆盖 840+ 个 provider 和 8,300+ 个预置 Action,支持本地运行或部署到 Cloudflare 兼容基础设施,并通过
1717
[Connector SDK](https://github.com/oomol-lab/connector-sdk)、MCP、HTTP、OpenAPI 和本地 Web 控制台暴露同一组工具。
1818

1919
OpenConnector 让 Agent 能以受控方式进入真实产品工作流,同时把 credential、scope、schema、policy 和运行日志留在可检查、可运维的运行时内。
@@ -28,7 +28,7 @@ provider。两种形态使用兼容的 connector 接口和 Action 契约,团
2828

2929
## OpenConnector 提供什么
3030

31-
- 一套可直接使用的 connector catalog:[680+ 个 provider 和 7,000+ 个预置 Action](docs/providers.md),覆盖
31+
- 一套可直接使用的 connector catalog:[840+ 个 provider 和 8,300+ 个预置 Action](docs/providers.md),覆盖
3232
GitHub、Gmail、Notion、BigQuery、Google Analytics、Supabase、Airtable、Slack 等常见产品。
3333
- 集中在一个 runtime 里的凭据管理:API key、OAuth2、自定义凭据,以及无需鉴权的 provider。
3434
- 可以审查和扩展的 Action 契约:请求/响应 schema、required scope 和按需加载的 executor 都在源码中。
@@ -76,7 +76,7 @@ flowchart LR
7676
Gateway --> Actions["Open-source Action Executors"]
7777
Gateway --> Policy["Tokens, Scopes, Allow/Block Policy"]
7878
Gateway --> Logs["Run Logs"]
79-
Actions --> Providers["680+ Providers"]
79+
Actions --> Providers["840+ Providers"]
8080
Console["Web Console"] --> Gateway
8181
Cloudflare["Cloudflare Workers, D1, R2"] -. deploy .-> Gateway
8282
```

docs/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This repository currently contains:
44

5-
- 688 providers
6-
- 7,002 prebuilt Actions
5+
- 842 providers
6+
- 8,310 prebuilt Actions
77

88
These numbers are counted from `src/providers` in this repository. Recount them with:
99

@@ -37,8 +37,8 @@ more.
3737

3838
当前仓库包含:
3939

40-
- 688 个 provider
41-
- 7,002 个预置 Action
40+
- 842 个 provider
41+
- 8,310 个预置 Action
4242

4343
这些数字来自本仓库的 `src/providers`。可以使用上面的命令重新统计。
4444

0 commit comments

Comments
 (0)