This package has been moved to 'acodeai'. Please use 'npm install acodeai' instead.
npm install jema-aibash
Old (deprecated)
npm install jema-ai
New (recommended)
npm install acodeai
`
$3
`javascript
// Old
import jema from 'jema-ai';
const client = new jema.JemaClient({ apiKey: 'your_api_key' });
// New
import acodeai from 'acodeai';
const jema = new acodeai.JemaClient({ apiKey: 'your_api_key' });
const athena = new acodeai.AthenaClient({ apiKey: 'your_api_key' });
`
Why the Change?
The jema-ai package has been merged with athena-sdk into a unified acodeai SDK for better developer experience and consistency.
Support
- Documentation: https://docs.mkmlife.com/sdk/nodejs
- GitHub: https://github.com/mkmlab-hq/acodeai-nodejs
- Issues: https://github.com/mkmlab-hq/acodeai-nodejs/issues
---
Note: This package will continue to work but will redirect to acodeai. We recommend migrating to acodeai` for the latest features and updates.