Concepts

What an AI agent is, and what it is made of

The vocabulary without the hand-waving — what an agent actually is, what makes one fit to face your customers, and what each piece in your console does.

Start here

What the thing actually is — and why "we already have GPT" is not the same sentence.

What is an AI agent?

Software that holds a conversation, looks things up in your documents, and takes actions on your systems — deciding for itself which to do next and following a task through, step by step, rather than only replying to one message at a time.

Read

AI agent vs LLM: what is the difference?

The model is the engine that turns text into text; the agent is everything built around it — retrieval, tools, memory, boundaries and channels. Models are replaceable parts inside an agent.

Read

What is a business AI agent?

An agent that works for one specific business — answering only from that company's own documents, staying inside a scope its owner defines, remembering each customer across visits, and accountable for what it says. Not a general chatbot, but a member of that business's team.

Read

Agent harness: the layer that turns a model into a dependable agent

The engineering layer wrapped around a language model — retrieval, tools, skills, memory and guardrails — that turns a general model into a specific, dependable agent. The model supplies fluency; the harness supplies grounding, boundaries and the ability to act, and stays the same when the model is swapped.

Read

agent4.io as headless software

Headless software exposes everything over an API, MCP and skills so that an AI agent — not only a human clicking a UI — can operate it. You describe the outcome; your agent, handed exactly the right skills, drives the features precisely.

Read

Agent-to-Agent (A2A): when your customers' AI assistants do business with your agent

A machine-to-machine channel where a customer's personal AI assistant talks directly to a business's agent — consulting it and submitting a structured request — instead of a person typing into a chat box. agent4.io handles the pre-processing half and hands back a summary, while a human confirms anything irreversible.

Read

How it behaves

What the agent does on its own — before anyone types, and after everyone leaves.

Getting it running

The part that stalls most pilots, and why it does not have to.

How to build a knowledge base for an AI agent

Most of what an agent needs to know is already written down — on your website, and in the PDFs your team already sends customers. Importing from a URL covers the public half; uploading covers the rest.

Read

Structured index: how an AI agent answers "how many" about your documents

A structured index is a small table an agent builds from the fields your documents already carry — title, price, level, link, image — alongside the vector search it uses for meaning. Vector search finds passages that read like the question; it cannot count, filter by number, or group. The structured index answers those, and lets the agent quote a link or an identifier exactly instead of reconstructing it from a fragment.

Read

Storylines: stateful, graph-orchestrated agents that deliver a process

A storyline is a directed graph an agent follows with each end user — every node is a step (its own task, knowledge and tools), exits carry conditions, and each person's progress, profile and notes are saved and resumed across sessions and channels. It turns an agent from an assistant that does point-tasks into one that can deliver a multi-step service itself.

Read

Dynamic Planner: AI that turns a complex request into a step-by-step plan

The Dynamic Planner watches a conversation and, when a user is pursuing a genuinely multi-step task inside the agent's domain and is visibly unsure how to proceed, offers to expand that task into a temporary storyline — a checklist-driven, step-by-step plan the agent then executes one focused step at a time, with progress the user can see. Planning happens once, under validation; execution is deterministic.

Read

Long-form writing: an agent that plans, researches and writes a real document

Long-form writing is an agent producing a complete, multi-section document — a filing, a market-entry report, a due-diligence memo — by planning the outline first, asking for anything it needs before it starts, researching each section against your material and public sources, and writing section by section on a job that survives a restart. You edit it in a canvas beside the chat, rewrite any passage by selecting it, and every version is kept.

Read

Still not sure which piece you need?

Tell us what your business does and we will say which of these you would actually use — and which you can ignore.

Read the docsTalk to us