{"_id":"@a2arium/callagent-utils","name":"@a2arium/callagent-utils","dist-tags":{"latest":"0.2.0"},"versions":{"0.2.0":{"name":"@a2arium/callagent-utils","version":"0.2.0","main":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"import":"./dist/index.js","require":"./dist/index.js","types":"./dist/index.d.ts"}},"scripts":{"build":"tsc -p tsconfig.json","test":"jest","npm:publish":"npm publish --access public","npm:publish:dry-run":"npm publish --access public --dry-run","version:patch":"npm version patch","version:minor":"npm version minor","version:major":"npm version major"},"publishConfig":{"access":"public"},"private":false,"description":"Shared utilities for the CallAgent framework.","license":"MIT","keywords":["utils","utilities","logging","callagent"],"dependencies":{},"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.3.2","typescript":"^5.8.3"},"type":"module","_id":"@a2arium/callagent-utils@0.2.0","gitHead":"36eb1e234829192a6b0a89a9d0aa5c5203b9d0a0","_nodeVersion":"20.9.0","_npmVersion":"10.1.0","dist":{"integrity":"sha512-LTKIGSb9tRRRzh+a5P1S3X1cCNcruFULmpIpHhBscn2ej1PkU5UxYIUWMUwnBT8V8Ygsr4Y/EtmKKYX+Y6iHvw==","shasum":"16853e5941ee1028fc8e36642b1dd481c413b402","tarball":"https://registry.npmjs.org/@a2arium/callagent-utils/-/callagent-utils-0.2.0.tgz","fileCount":6,"unpackedSize":10522,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBKIdvjMo+Ge894UuqtXAC7CkslrbjcOP12aLKLWUuWpAiEAlxFSNtPZBsmwWq2KmvbHymNlFKfSopvdWcswxnoPaH0="}]},"_npmUser":{"name":"a2arium","email":"antonov@me.com"},"directories":{},"maintainers":[{"name":"a2arium","email":"antonov@me.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/callagent-utils_0.2.0_1753021167374_0.5533431174771508"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-20T14:19:27.285Z","0.2.0":"2025-07-20T14:19:27.547Z","modified":"2025-07-20T14:19:27.803Z"},"maintainers":[{"name":"a2arium","email":"antonov@me.com"}],"description":"Shared utilities for the CallAgent framework.","keywords":["utils","utilities","logging","callagent"],"license":"MIT","readme":"# @a2arium/callagent-utils\n\nShared utility functions and logging for the CallAgent framework.\n\n## Installation\n\n```bash\nnpm install @a2arium/callagent-utils\n```\n\nor with yarn:\n\n```bash\nyarn add @a2arium/callagent-utils\n```\n\n## Usage\n\n### Logging\n\n```typescript\nimport { logger } from '@a2arium/callagent-utils';\n\nlogger.info('Agent started');\nlogger.error('Something went wrong', { error: err });\nlogger.debug('Debug information', { data: someData });\n```\n\n### Utilities\n\n```typescript\nimport { /* utility functions */ } from '@a2arium/callagent-utils';\n\n// Use utility functions in your agents\n```\n\n## Features\n\n- **Structured Logging**: Consistent logging across the framework\n- **Utility Functions**: Common helper functions for agent development\n\n## License\n\nMIT ","readmeFilename":"README.md","_rev":"1-1dc3227f538b4e3eb59b9888774c0425"}