sandbox
Manage isolated testing environments for AI conversations with semantic search, state isolation, and controlled merging to prevent context drift and contradictions.
Instructions
[SANDBOX] 3 sub-tools: discover (semantic tool search via TF-IDF), quarantine (isolated state sandbox), merge (merge/discard silo). Auto-selects based on params or use 'action' to override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session identifier (used by quarantine/merge) | default |
| action | No | Override: run a specific action. If omitted, auto-selects based on params. discover — pass {query}; quarantine — pass {name}; merge — pass {siloId, action:'merge'|'discard'} | |
| params | No | Parameters for the underlying tool. discover: {query, maxResults?, minScore?}; quarantine: {name, inheritKeys?, ttl?}; merge: {siloId, action:'merge'|'discard', promoteKeys?} |