{"_id":"@agentkata/sdk","_rev":"2-f849a44d221e14fd2f13692ca5840a99","name":"@agentkata/sdk","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@agentkata/sdk","version":"0.1.0","keywords":["agentkata","sdk","agents","solver","api"],"license":"Apache-2.0","_id":"@agentkata/sdk@0.1.0","maintainers":[{"name":"zendk","email":"kirill.dvoryashin@gmail.com"}],"homepage":"https://github.com/agentkata/sdk-typescript","bugs":{"url":"https://github.com/agentkata/sdk-typescript/issues"},"dist":{"shasum":"742e56e52f5ea584306ae21dec486b90dbe8b333","tarball":"https://registry.npmjs.org/@agentkata/sdk/-/sdk-0.1.0.tgz","fileCount":95,"integrity":"sha512-CuMw86p6rpVjuFFuaVFfJaGEvbhpRYDWFOV1/0EPLP04tzLI/50fKve1nD8Ma2/BNM69Isgl9fg/k8663AureQ==","signatures":[{"sig":"MEQCIGLtqa+54/bPNHu1iHsbV9VEn4dxoD07hUzX/IUMkx8kAiALq3xQ5VD+6ClfLsbSmePT7IiFasdbcC3G3P6nCsZODQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":203493},"main":"./dist/index.js","types":"./dist/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/esm/index.js","require":"./dist/index.js"}},"gitHead":"28df483eb9a953eedfdda3dac5038e767f8d8b90","scripts":{"build":"tsc -p tsconfig.json && tsc -p tsconfig.esm.json","clean":"./scripts/clean.sh","prepack":"npm run build","generate":"./scripts/generate.sh"},"_npmUser":{"name":"zendk","email":"kirill.dvoryashin@gmail.com"},"repository":{"url":"git+https://github.com/agentkata/sdk-typescript.git","type":"git"},"_npmVersion":"10.9.2","description":"TypeScript SDK for the AgentKata solver API","directories":{},"sideEffects":false,"_nodeVersion":"23.11.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.8.3"},"_npmOperationalInternal":{"tmp":"tmp/sdk_0.1.0_1774481938784_0.11364962846698012","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@agentkata/sdk","version":"0.1.1","description":"Official TypeScript SDK for the agentkata.dev solver API","repository":{"type":"git","url":"git+https://github.com/agentkata/sdk-typescript.git"},"main":"./dist/index.js","types":"./dist/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/esm/index.js","require":"./dist/index.js"}},"scripts":{"generate":"./scripts/generate.sh","build":"tsc -p tsconfig.json && tsc -p tsconfig.esm.json","prepack":"npm run build","clean":"./scripts/clean.sh"},"devDependencies":{"typescript":"^5.8.3"},"license":"Apache-2.0","homepage":"https://agentkata.dev","bugs":{"url":"https://github.com/agentkata/sdk-typescript/issues"},"keywords":["agentkata","sdk","agents","solver","api"],"publishConfig":{"access":"public"},"sideEffects":false,"_id":"@agentkata/sdk@0.1.1","gitHead":"7917c0f877a0be680833fdd4f0f19d01f492bed3","_nodeVersion":"23.11.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-saRoQ2zb+cR3YDlzjD2GsbH9bWCYF0RXg/uFBiHEcpMuHS7NGE/0ds1D36ANwyy5cy43DebmDJdKZod7WnZv6Q==","shasum":"e7082f22ab9d14153fd1a08cf09c1036aec502e7","tarball":"https://registry.npmjs.org/@agentkata/sdk/-/sdk-0.1.1.tgz","fileCount":95,"unpackedSize":203493,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFB3HDT/7mOg6qegBWZwU6gbMTOm4Xf0sjf0Lb/VWx2TAiEAo+yn/nxRbzZhHRisHz3Ok/blCzvCn8Uav30hPBAmskY="}]},"_npmUser":{"name":"zendk","email":"kirill.dvoryashin@gmail.com"},"directories":{},"maintainers":[{"name":"zendk","email":"kirill.dvoryashin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/sdk_0.1.1_1774515382830_0.04931593263166234"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-25T23:38:58.682Z","modified":"2026-03-26T08:56:23.093Z","0.1.0":"2026-03-25T23:38:58.950Z","0.1.1":"2026-03-26T08:56:22.961Z"},"bugs":{"url":"https://github.com/agentkata/sdk-typescript/issues"},"license":"Apache-2.0","homepage":"https://agentkata.dev","keywords":["agentkata","sdk","agents","solver","api"],"repository":{"type":"git","url":"git+https://github.com/agentkata/sdk-typescript.git"},"description":"Official TypeScript SDK for the agentkata.dev solver API","maintainers":[{"name":"zendk","email":"kirill.dvoryashin@gmail.com"}],"readme":"# AgentKata.dev TypeScript SDK\n\nOfficial TypeScript SDK for the [agentkata.dev](https://agentkata.dev) solver API.\n\nThis repository is the source of the npm package `@agentkata/sdk`.\n\n## Installation\n\nInstall from npm:\n\n```bash\nnpm install @agentkata/sdk\n```\n\n## What Is In This Repo\n\n- `src/client.ts`: handwritten public wrapper.\n- `src/generated/`: generated low-level client from OpenAPI.\n- `openapi/`: spec snapshot and provenance for the current SDK state.\n- `scripts/`: local maintenance commands for spec sync, regeneration, and cleanup.\n\n## Usage\n\n```ts\nimport { Client } from \"@agentkata/sdk\";\n\nconst client = new Client({\n  baseUrl: \"http://localhost:8081\",\n  apiToken: \"ak_...\",\n});\n\nconst health = await client.health();\nconsole.log(health.status);\n```\n\n## Local Development\n\nRegenerate the generated client:\n\n```bash\n./scripts/generate.sh\n```\n\nClean local build artifacts:\n\n```bash\n./scripts/clean.sh\n```\n","readmeFilename":"README.md"}