Skip to main content

Identity

FieldTypeDefaultDescription
NameText— (required)Unique identifier. Lowercase letters, numbers, and underscores only (e.g. data_processor). Must start with a letter.
DescriptionText""Internal description of what task this agent performs.
ArchitectureDropdownPrompt BasedPrompt Based uses a system prompt. Conversational Flow uses a visual node-based builder.
Debug ModeToggleOffOutputs extra internal logs. Useful when building and testing workflows.

Agent Settings

FieldTypeDefaultDescription
Greeting MessageText""The initial prompt or task description sent to the agent when it is invoked.
Greeting TypeDropdownPromptPrompt — agent generates a response based on the context. Say — outputs exact text (rarely used for background agents).
Who Speaks FirstDropdownSubVerseAI AgentKeep as SubVerseAI Agent so the agent begins processing immediately when triggered.
System PromptText areaEmptyThe main system prompt. Describe clearly what input the agent receives, what to do with it, and what output to produce. Use the Refine using AI button for assistance.

Large Language Model Preferences

FieldTypeDefaultDescription
LLM ModelDropdown— (required)The AI model powering this agent. Choose a capable model for complex tasks. Each model shows its speed and reasoning ratings.
Thinking LevelDropdownDefaultExtended reasoning depth. Options: Default, Low, Medium, High, Very High. For complex tasks like document analysis or data reasoning, use High or Very High.
Max TokensNumberNoneMaximum tokens the LLM can generate per response. Leave blank to use the model’s default.
TemperatureSlider0.5Response creativity. For structured tasks (classification, extraction) use 0.00.3. For generative tasks (drafting, summarizing) use 0.50.8.

Session Settings

FieldTypeDefaultDescription
Communication MethodDropdownTwo WayTwo Way — agent exchanges messages internally as part of its task. One Way — agent only produces output.
Session Timeout (mins)NumberNoneMinutes after which an idle background task is ended automatically.
Remember Customer InteractionsToggleOffSave a summary of this execution to memory when the task completes.
Use Customer Interaction MemoryToggleOffPull past execution summaries into context when this agent is triggered again for the same user or entity.

Knowledgebase Settings

FieldTypeDefaultDescription
Knowledge BaseDropdownNoneAttach a Knowledge Base. The agent will search it as part of completing its task. Useful for question-answering or document-grounded tasks.

Function Settings

FieldTypeDefaultDescription
Pre Call ToolsMulti-selectEmptyLLM tools that run before the agent starts its task (e.g. fetch data from an external system).
During Call ToolsMulti-selectEmptyTools the agent can call while executing (e.g. write to a database, call an external API, send an email).
Post Call ToolsMulti-selectEmptyLLM tools that run after the task completes (e.g. store results, notify another system).

Agent Security Settings

FieldTypeDefaultDescription
Allow List (Allowed Callers)Text areaEmptyRegex patterns for sources allowed to trigger this agent, separated by commas. Leave empty to allow all.
Block List (Blocked Callers)Text areaEmptyRegex patterns for sources that are blocked, separated by commas. Takes priority over Allow List.

Post Call Data Analysis

After each execution, the agent can automatically analyze the output and extract structured data.
FieldTypeDescription
LLM ModelDropdownThe AI model used to run the post-execution analysis. Can differ from the main agent model.
ParametersForm / JSONDefine the data points to extract from each execution. Switch between Form (add parameters one by one) and JSON (paste a raw JSON schema).
Parameter fields:
FieldDescription
Parameter NameThe key name for this data point (e.g. task_completion, summary).
DetailsDescription of what this parameter represents and how to extract it.
TypeData type: string, boolean, number, etc.
RequiredWhether this parameter must be present in every analysis output.