Agentes
Los agentes permiten que NovaAI realice tareas de múltiples pasos al combinar modelos de lenguaje con herramientas externas, APIs y flujos de trabajo. Pueden razonar sobre problemas complejos, tomar decisiones y ejecutar acciones para lograr un objetivo.
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
requerido
Agent model identifier.
instructions
string
requerido
Defines the agent's behavior.
tools
array
opcional
Tools available to the agent.
memory
boolean
opcional
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.