Skip to content

TOOL_PROFILES

reference
1 min readUpdated

Kind: Constant

Source: atloria-monorepo/libs/agent-core/src/tools/tool-profiles.ts

Tool name sets per mode. null means all tools (full mode).

Note: tool_search is always included — it's the discovery mechanism for deferred tools. journal and note are always included for working memory.

Definition

ts
Record<TaskMode, readonly string[] | null>

Was this page helpful?

Download as PDF