Development Documents
Installation
4 min
aonweb` is a library for ai agents development, providing simple and easy to use apis to integrate ai functionality into your agents this guide will introduce you to ai agents development using the aonweb library installation first, make sure you have installed the aonweb library npm install aonweb save basic usage import necessary modules import { ai, aioptions, user } from 'aonweb' initialize ai use aioptions to create a configuration, then initialize the ai instance const ai options = new aioptions({ appid replace app id //replace app id }) const aonweb = new ai(ai options)