Installation
Install using the package manager of your choice:
npm install @knowlearning/agents
# OR
pnpm install @knowlearning/agents
# OR
yarn install @knowlearning/agents
If you are developing an browser based application, here is how you can import the agent wherever you need.
import Agent from '@knowlearning/agents/browser.js'
All interactions with the know learning core run through Agent
.