Agents
Agents enable NovaAI to perform multi-step tasks by combining language models with external tools, APIs, and workflows. They can reason through complex problems, make decisions, and execute actions to accomplish a goal.
Overview
Unlike standard chat models that only generate text, Agents can plan, use tools, retrieve information, and interact with external systems before returning a final response. This makes them ideal for building autonomous assistants and workflow automation.
How Agents Work
Create an Agent
Agent Properties
model
string
required
Agent model identifier.
instructions
string
required
Defines the agent's behavior.
tools
array
optional
Tools available to the agent.
memory
boolean
optional
Enables conversation memory.
Common Use Cases
Customer support assistants
Research and web search
Workflow automation
Travel and booking assistants
Data analysis
Internal knowledge assistants
Next Step
Continue to Streaming to learn how NovaAI delivers responses in real time as they're generated.