@a2arium/callagent-utils
v0.2.0
Published
Shared utilities for the CallAgent framework.
Downloads
11
Maintainers
Readme
@a2arium/callagent-utils
Shared utility functions and logging for the CallAgent framework.
Installation
npm install @a2arium/callagent-utilsor with yarn:
yarn add @a2arium/callagent-utilsUsage
Logging
import { logger } from '@a2arium/callagent-utils';
logger.info('Agent started');
logger.error('Something went wrong', { error: err });
logger.debug('Debug information', { data: someData });Utilities
import { /* utility functions */ } from '@a2arium/callagent-utils';
// Use utility functions in your agentsFeatures
- Structured Logging: Consistent logging across the framework
- Utility Functions: Common helper functions for agent development
License
MIT
