Get Started
A quick guide to understanding the core concepts of Agentria.
Use this page to get a light overview of the structure, and refer to the Key Concepts section for deeper explanations.
Agentria
A platform for creating, deploying, and utilizing AI agents.
Ability
A complete workflow focused on performing specific functions.
(Examples: translation, data processing, calculation)
Agent
An intelligent partner that understands user goals and acts through conversation, memory, and decision-making.
Node
The basic execution unit of a workflow.
It takes input, performs a function, and returns output.
Edge
The data flow path that connects nodes.
Connections follow the order: INPUT → intermediate nodes → OUTPUT
Function
A conditional branch that extends from a node.
It runs different nodes based on conditions and returns their results.