The Nestbox AI Agent is a framework for building and interacting with agents in the Nestbox AI platform. It leverages PM2 for process management and provides a structured way to handle agent events and context.
- Agent Handler: Define the agent handler that can take context and events
- TypeScript Support: Fully typed for better developer experience and type safety.
Install the package using npm or yarn:
npm install @nestbox-ai/functions
or
yarn add @nestbox-ai/functions