The list of local variable identifiers that can be made available to this agent during execution, these variables are context specific and do not exist for other agents.
This array is primarily used for documentation purposes in the AI Configuration View to show which variables can be made available to the agent. Referenced variables are NOT automatically handed over by the framework, this must be explicitly done in the agent implementation or in prompts.
Protected
Readonly
backupProtected
claudeProtected
Readonly
commandA markdown description of its functionality and its privacy-relevant requirements, including function call handlers that access some data autonomously.
Protected
Readonly
editorProtected
Readonly
editProtected
Readonly
fileProtected
Readonly
fileThe list of global function identifiers that are always available to this agent during execution, regardless of whether they are referenced in prompts.
This array is primarily used for documentation purposes in the AI Configuration View to show which functions are guaranteed to be available to the agent. Referenced functions are NOT automatically handed over by the framework, this must be explicitly done in the agent implementation.
Used to identify an agent, e.g. when it is requesting language models, etc.
Required language models. This includes the purpose and optional language model selector arguments. See #47.
Human-readable name shown to users to identify the agent. Must be unique.
Use short names without "Agent" or "Chat" (see tags
for adding further properties).
The prompts introduced and used by this agent.
Protected
promptProtected
Readonly
selectionA list of tags to filter agents and to display capabilities in the UI
Protected
Readonly
tokenThe list of global variable identifiers that are always available to this agent during execution, regardless of whether they are referenced in prompts.
This array is primarily used for documentation purposes in the AI Configuration View to show which variables are guaranteed to be available to the agent. Referenced variables are NOT automatically handed over by the framework, this must be explicitly done in the agent implementation.
Protected
Readonly
workspaceProtected
addProtected
createProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
handleProtected
handleProtected
handleProtected
initializesOptional
chatAgentService: ChatAgentServiceProtected
isProtected
reportOptional
cachedInputTokens: numberOptional
readCachedInputTokens: numberProtected
setProtected
setProtected
setProtected
updateProtected
updateProtected
warn
A chat agent is a specialized agent with a common interface for its invocation.