> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loongclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools And Memory

> Public overview of governed capabilities and continuity behavior.

# Tools And Memory

Loong's public operator model is built around governed capability exposure.

This page is the bridge between the short product story and the deeper
capability-specific pages.

## Tools

* visible tools should reflect actual runtime availability
* higher-risk actions stay inside policy, approval, and audit boundaries
* browser and web surfaces are governed runtime tools, not scattered helper scripts
* the public story is capability-first: the assistant should not advertise tools that are compiled out, disabled, or unavailable on the current surface

Current public examples include browser actions, file access, shell execution, web fetch, and search-related work, but the exact visible set should follow the active runtime and config instead of being hardcoded into docs copy.

## Memory

The public repository keeps memory documentation focused on shipped behavior:

* one session-memory model with selectable continuity profiles
* advisory continuity rather than identity override
* operator-visible setup and first-run expectations
* continuity and recall that follow the actual indexed durable corpus instead of hidden prompt-only state
* continuity that helps the operator without pretending memory is a second authority for runtime identity

The current public profiles include:

| Profile               | What it keeps                              | Good default for                                                      |
| --------------------- | ------------------------------------------ | --------------------------------------------------------------------- |
| `window_only`         | only the active conversation window        | short, bounded work where persistence is unnecessary                  |
| `window_plus_summary` | active window plus rolling summary         | longer conversations that need continuity without full profile memory |
| `profile_plus_window` | active window plus operator profile memory | assistant paths that need durable user context across sessions        |

## Why These Two Stories Belong Together

* Tools and memory both need truthful public representation.
* Both should follow the actual runtime boundary instead of aspirational product copy.
* Both affect day-to-day operator trust more than long-range product vision statements do.

## Read By Depth

| If you want...                                           | Start here                                                          |
| -------------------------------------------------------- | ------------------------------------------------------------------- |
| the visible-tool contract                                | [Tool Surface](/use-loong/tool-surface)                             |
| task-first delegated async work                          | [Background Tasks](/use-loong/background-tasks)                     |
| the operator path for installable skills                 | [Skills](/use-loong/skills)                                         |
| private-host, domain, or browser runtime troubleshooting | [Browser And Web Boundaries](/use-loong/browser-and-web-boundaries) |
| continuity and profile selection                         | [Memory Profiles](/use-loong/memory-profiles)                       |
| the supporting safety posture                            | [Security And Reliability](/reference/security-and-reliability)     |

## Where To Go Next

* Continue to [Tool Surface](/use-loong/tool-surface) for the truthful visible-tool contract.
* Continue to [Background Tasks](/use-loong/background-tasks) for the task-first delegated async work contract.
* Continue to [Skills](/use-loong/skills) for install, policy, and external browser automation skill setup.
* Continue to [Browser And Web Boundaries](/use-loong/browser-and-web-boundaries) for private-host, domain, and browser runtime troubleshooting.
* Continue to [Memory Profiles](/use-loong/memory-profiles) for the public continuity contract.
* Continue to [Reference](/reference/overview) if you want the supporting roadmap, reliability, and release material.
