Skip to content

Agent operators

Public

The Agent family contains 1 operator. LLM-driven agents that call tools in a loop until a goal is reached.

LLM agent with iterative tool calling.

Version 1.0.0 · Semantics passthrough · Secrets OPENROUTER_API_KEY

FieldTypeRequiredDefaultDescription
max_iterationsintegerno10
max_tokensintegerno4096
modelstringyesModel identifier (e.g. ‘deepseek/deepseek-r1’).
stop_sequencesstring[]no
temperaturenumberno0.7
toolsobject[]noTool definitions (OpenAI function format).
top_pnumberno
PortTypeRequiredDescription
promptanyyesPrompt
PortTypeRequiredDescription
outputanynoOutput
tool_callsarraynoTool Calls
usageobjectnoUsage

Every operator above is rendered from its JSON schema in /opt/glyph/schemas/operators/:

  • schemas/operators/agent.tools.json