{"_id":"@acrisai/sdk","name":"@acrisai/sdk","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@acrisai/sdk","version":"0.0.1","description":"SDK to interact with Acris AI agents","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","scripts":{"build":"npm run build:cjs && npm run build:esm","build:cjs":"tsc -p tsconfig.cjs.json","build:esm":"tsc -p tsconfig.esm.json","typecheck":"tsc --noEmit","lint":"eslint src --ext .ts","example":"tsx example/example.ts","clean":"rm -rf dist"},"exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"author":{"name":"Acris AI"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/acris-ai/sdk.git"},"keywords":["ai","agents","acris","llm","typescript","ai","sdk"],"bugs":{"url":"https://github.com/acris-ai/sdk/issues"},"homepage":"https://github.com/acris-ai/sdk#readme","devDependencies":{"@types/node":"^20.0.0","typescript":"^5.0.0","tsx":"^4.0.0","eslint":"^8.0.0","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0"},"engines":{"node":">=14.0.0"},"_id":"@acrisai/sdk@0.0.1","gitHead":"fb190470bcc5531339c3d7c0a28d4c7db3990a5f","_nodeVersion":"22.9.0","_npmVersion":"10.8.3","dist":{"integrity":"sha512-ku3twovK75IxJg9bWuIBlLp7Af9L3KO6tzdnZlP8Ct87GX8MS0I/q03pzXDrux2ny08Mjs/9cmzm+ZV8zb3ewA==","shasum":"7c1b74f1786c9c7c74a77253a1b6d2410b4f71fc","tarball":"https://registry.npmjs.org/@acrisai/sdk/-/sdk-0.0.1.tgz","fileCount":27,"unpackedSize":20254,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA2jIWcdvexbMLwi1RxDKnF94hQqW+4n7xWJp+ZNp3f4AiEAr4hadL5zpXYRLXPrOo0A2lq7/m1/TFU5ew92Mlko9qw="}]},"_npmUser":{"name":"acris-ai","email":"sir681@gmail.com"},"directories":{},"maintainers":[{"name":"acris-ai","email":"sir681@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/sdk_0.0.1_1755679127937_0.4206673778845358"},"_hasShrinkwrap":false}},"time":{"created":"2025-08-20T08:38:47.837Z","0.0.1":"2025-08-20T08:38:48.134Z","modified":"2025-08-20T08:38:48.417Z"},"maintainers":[{"name":"acris-ai","email":"sir681@gmail.com"}],"description":"SDK to interact with Acris AI agents","homepage":"https://github.com/acris-ai/sdk#readme","keywords":["ai","agents","acris","llm","typescript","ai","sdk"],"repository":{"type":"git","url":"git+https://github.com/acris-ai/sdk.git"},"author":{"name":"Acris AI"},"bugs":{"url":"https://github.com/acris-ai/sdk/issues"},"license":"MIT","readme":"# AcrisAI SDK\n\nA TypeScript SDK for interacting with the AcrisAI API\n\n## Installation\n\n```bash\nnpm install acris-ai\n```\n\n## Quick Start\n\n```typescript\nimport { AcrisAI } from 'acris-ai';\n\nconst acris = new AcrisAI('your-api-key');\n\nconst agentId = '<agent-id>';\n\n// Run a task with the agent\nconst response = await acris.run(agentId, { body: {} });\nconsole.log(response);\n\n\n## Support\n\nFor support, email siraj.hasanov@thefor.xyz or open an issue on GitHub.","readmeFilename":"README.md","_rev":"1-5db7793dcf0562715aa25e37911bcf0d"}