llm
LLM — The Brain
Every agent uses a Large Language Model (Claude, GPT-5 etc.) at its core. You decide which model fits which agent — by cost, quality and task.
memory
Memory — Long-term recall
Agents share knowledge from a central vector database or have their own isolated memories. Newly acquired knowledge automatically flows into the right pool.
tools
Tools — The hands
Each agent only gets the tools it needs for its task: the email agent gets email access, the reporting agent gets database access. Principle of least privilege.
skills
Skills — The routines
Predefined task templates that your team can assign to an agent in the control plane. We develop new skills together — your team activates them at the push of a button.