@acrisai/sdk
v0.0.1
Published
SDK to interact with Acris AI agents
Downloads
2
Maintainers
Readme
AcrisAI SDK
A TypeScript SDK for interacting with the AcrisAI API
Installation
npm install acris-aiQuick Start
import { AcrisAI } from 'acris-ai';
const acris = new AcrisAI('your-api-key');
const agentId = '<agent-id>';
// Run a task with the agent
const response = await acris.run(agentId, { body: {} });
console.log(response);
## Support
For support, email [email protected] or open an issue on GitHub.