# TOOL_PROFILES

**Kind:** Constant

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/tool-profiles.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/tool-profiles.ts#L24)

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>
```
