Agent
An agent is an LLM configured with a role, a goal, and instructions, plus optional connections to tools, knowledge, and memory. In Lyzr, each agent automatically exposes a persistent REST endpoint.API (Application Programming Interface)
The Lyzr API is a set of RESTful endpoints that allow programmatic interaction with agents, tools, and services. All Lyzr API endpoints conform to the OpenAPI 3.1 standard.AIMS (AI Management System)
AIMS is Lyzr’s console for monitoring, managing, and governing agent deployments, usage metrics, and audit logs.Audit log
An audit log is a chronological record of events and actions taken by agents, users, or systems. It is used for compliance verification and debugging.Bias mitigation
Bias mitigation refers to techniques and processes Lyzr applies to detect and reduce unwanted bias in AI outputs, helping ensure fair and consistent responses.Chain of thought
Chain of thought is a prompting technique where intermediate reasoning steps are made explicit before a final answer. It improves model accuracy on multi-step problems.Connector
A connector is a pre-built integration between Lyzr agents and an external service (such as Slack, Salesforce, or Google Sheets) that lets an agent fetch data or take actions.DAG orchestration
DAG (Directed Acyclic Graph) orchestration is a workflow execution model where tasks run in a defined sequence or in parallel, based on explicit dependencies declared in a graph. In Lyzr, DAG orchestration is implemented through SuperFlow.Data ingestion
Data ingestion is the process of importing documents, databases, or other data sources into Lyzr for indexing and retrieval.Embedding
An embedding is a numeric vector representation of text (or other data) that captures semantic meaning. Embeddings are used to measure similarity between pieces of text and to power semantic search.Embedding model
An embedding model is an algorithm that converts input data (such as text or images) into embeddings. Common examples include OpenAI’stext-embedding-3 and Cohere’s embed-v3.