@teamlearners/clawops 0.1.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +6 -0
- package/dist/agent/index.cjs +863 -413
- package/dist/agent/index.cjs.map +1 -1
- package/dist/agent/index.d.cts +255 -196
- package/dist/agent/index.d.ts +255 -196
- package/dist/agent/index.js +863 -413
- package/dist/agent/index.js.map +1 -1
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -302,6 +302,12 @@ const client = new ClawOps({
|
|
|
302
302
|
|
|
303
303
|
- **[AI Agent 가이드](docs/agent/)** — 음성 에이전트 상세 사용법, 파이프라인 모드, 커스텀 제공자, MCP 연동
|
|
304
304
|
|
|
305
|
+
## 다른 언어
|
|
306
|
+
|
|
307
|
+
| 언어 | 패키지 | 저장소 |
|
|
308
|
+
|------|--------|--------|
|
|
309
|
+
| Python | [`clawops`](https://pypi.org/project/clawops/) | [clawops-python](https://github.com/learners-superpumped/clawops-python) |
|
|
310
|
+
|
|
305
311
|
## 요구사항
|
|
306
312
|
|
|
307
313
|
- Node.js 18+
|