- Step1: Install via npm install @typeai/core
- Step2: Import core classes: import { Agent, ChatModel } from '@typeai/core'
- Step3: Configure your LLM provider (e.g., OpenAI API key)
- Step4: Define prompt templates and tool functions
- Step5: Initialize memory store (e.g., vector database)
- Step6: Create and configure your Agent instance
- Step7: Call agent.run(userInput) to execute the agent
- Step8: Extend with custom middlewares, tools, or nested agents