Acting (Agentic AI)
Acts — plans a goal into steps and carries them out, calling tools, browsing, scheduling, or composing multi-step workflows on the user's or operator's behalf. The output is an action taken in software, not a piece of content returned. Examples: booking a meeting, filing a return, escalating a ticket, running a campaign loop.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Context
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/agentic_mode.
element "agentic_mode"
{
"id": "agentic_mode",
"category_id": "functional_modes",
"title": [
{
"locale": "en",
"value": "Acting (Agentic AI)"
}
],
"description": [
{
"locale": "en",
"value": "Acts — plans a goal into steps and carries them out, calling tools, browsing, scheduling, or composing multi-step workflows on the user's or operator's behalf. The output is an action taken in software, not a piece of content returned. Examples: booking a meeting, filing a return, escalating a ticket, running a campaign loop."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "mode_agentic",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false
}
],
"shape": "hexagon",
"icon_variants": [
"default",
"dark",
"human_decides",
"human_decides.dark",
"human_executes",
"human_executes.dark",
"autonomous",
"autonomous.dark"
]
}