{"id":36591589,"url":"https://github.com/coze-dev/coze-js","last_synced_at":"2026-01-12T08:16:55.202Z","repository":{"id":219055742,"uuid":"748070051","full_name":"coze-dev/coze-js","owner":"coze-dev","description":"The JavaScript SDK for the Coze API","archived":false,"fork":false,"pushed_at":"2025-11-27T04:18:59.000Z","size":13384,"stargazers_count":265,"open_issues_count":37,"forks_count":87,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-20T00:10:55.568Z","etag":null,"topics":["coze","llm"],"latest_commit_sha":null,"homepage":"https://www.coze.cn/docs/developer_guides/coze_api_overview","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coze-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-25T07:58:45.000Z","updated_at":"2025-12-09T17:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca462935-8b5e-4515-9e3b-fdbb5e35ae34","html_url":"https://github.com/coze-dev/coze-js","commit_stats":{"total_commits":46,"total_committers":9,"mean_commits":5.111111111111111,"dds":0.4347826086956522,"last_synced_commit":"a1de4eeaa066df8d78176dbba9c384755a5e4607"},"previous_names":["coze-dev/coze-js"],"tags_count":286,"template":false,"template_full_name":null,"purl":"pkg:github/coze-dev/coze-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coze-dev%2Fcoze-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coze-dev%2Fcoze-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coze-dev%2Fcoze-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coze-dev%2Fcoze-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coze-dev","download_url":"https://codeload.github.com/coze-dev/coze-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coze-dev%2Fcoze-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coze","llm"],"created_at":"2026-01-12T08:16:55.121Z","updated_at":"2026-01-12T08:16:55.197Z","avatar_url":"https://github.com/coze-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monorepo of Coze Orz\n[![codecov](https://codecov.io/gh/coze-dev/coze-js/graph/badge.svg?token=W5EBMZ0NUE)](https://codecov.io/gh/coze-dev/coze-js) ![ci](https://github.com/coze-dev/coze-js/actions/workflows/ci@main.yml/badge.svg)\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n## 📦 Packages\n\nThis monorepo contains the following packages:\n\n| Package | Description | Version |\n|---------|------------|---------|\n| [@coze/api](./packages/coze-js) | Coze API SDK | [![npm](https://img.shields.io/npm/v/@coze/api.svg)](https://www.npmjs.com/package/@coze/api) |\n| [@coze/realtime-api](./packages/realtime-api) | Realtime API SDK | [![npm](https://img.shields.io/npm/v/@coze/realtime-api.svg)](https://www.npmjs.com/package/@coze/realtime-api) |\n| [@coze/taro-api](./packages/coze-taro) | Taro Mini Program Coze API SDK | [![npm](https://img.shields.io/npm/v/@coze/taro-api.svg)](https://www.npmjs.com/package/@coze/taro-api) |\n| [@coze/uniapp-api](./packages/coze-uniapp) | UniApp Mini Program Coze API SDK | [![npm](https://img.shields.io/npm/v/@coze/uniapp-api.svg)](https://www.npmjs.com/package/@coze/uniapp-api) |\n\n\n## 🎮 Examples\n\nFind usage examples for each package in the [examples](./examples) directory:\n\n- [coze-js-node](./examples/coze-js-node) - Node.js Demo for @coze/api\n- [coze-js-web](./examples/coze-js-web) - React Web Demo for @coze/api, [Preview](https://coze-js-web-example.surge.sh/)\n- [coze-js-taro](./examples/coze-js-taro) - Taro4 Mini Program Demo for @coze/taro-api\n- [coze-js-taro3](./examples/coze-js-taro3) - Taro3 Mini Program Demo for @coze/taro-api\n- [coze-js-uniapp](./examples/coze-js-uniapp) - UniApp(V3) Mini Program Demo for @coze/uniapp-api\n- [coze-js-uniapp-v2](./examples/coze-js-uniapp-v2) - UniApp(V2) Mini Program Demo for @coze/api\n- [realtime-console](./examples/realtime-console) - Full Console Demo for @coze/realtime-api, [Preview](https://coze.cn/open-platform/realtime/playground)\n- [realtime-call-up](./examples/realtime-call-up) - Sample Call Up Demo for @coze/realtime-api\n- [realtime-quickstart-react](./examples/realtime-quickstart-react) - Quickstart React Demo for @coze/realtime-api\n- [realtime-quickstart-vue](./examples/realtime-quickstart-vue) - Quickstart Vue Demo for @coze/realtime-api\n- [quickstart-oauth-server](./examples/quickstart-oauth-server) - Quickstart OAuth Server Demo for Coze SDK\n- [realtime-websocket](./examples/realtime-websocket) - Websocket realtime Demo for @coze/api/ws-tools\n- [simult-extendsion](./examples/simult-extendsion) - Simult interpretation Extension Demo for @coze/api/ws-tools\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+ (LTS/Hydrogen recommended)\n- pnpm 9.12.0\n- Rush 5.140.0\n\n### Installation\n\n1. **Install Node.js 18+**\n\n``` bash\nnvm install lts/hydrogen\nnvm alias default lts/hydrogen # set default node version\nnvm use lts/hydrogen\n```\n\n2. **Clone the repository**\n\n``` bash\ngit clone git@github.com:coze-dev/coze-js.git\n```\n\n3. **Install required global dependencies**\n\n``` bash\nnpm i -g pnpm@9.12.0 @microsoft/rush@5.140.0\n```\n\n4. **Install project dependencies**\n\n``` bash\nrush update\n```\n\n5. **Build the project**\n\n``` bash\nrush build\n```\n\nAfter that, you can start to develop projects inside this repository.\n\nEnjoy it!\n\n## 🔨 Development\n\nEach package in this monorepo can be developed and published independently. To start developing:\n\n1. Navigate to the package directory:\n\n``` bash\ncd packages/\u003cpackage-name\u003e\n```\n\n2. Start development:\n\n``` bash\nnpm run start\n```\n\n## 📖 Documentation\n\n- [Official Documentation](https://www.coze.com/docs/developer_guides/nodejs_overview)\n- [Contributing Guidelines](./CONTRIBUTING.md)\n- [How to publish](./docs/publish.md)\n\n## 📄 License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoze-dev%2Fcoze-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoze-dev%2Fcoze-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoze-dev%2Fcoze-js/lists"}