@nestbox-ai/functions
v2.0.26
Published
A library for building and deploying intelligent AI agents on the Nestbox platform
Readme
Nestbox AI Functions
Nestbox AI Agent
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.
Features
- Agent Handler: Define the agent handler that can take context and events
- TypeScript Support: Fully typed for better developer experience and type safety.
Installation
Install the package using npm or yarn:
npm install @nestbox-ai/functionsor
yarn add @nestbox-ai/functions