LangSmithSandbox(
self,
sandbox: Sandbox,
)Structured glob matching returning GlobResult.
List all files in a directory with metadata.
Async version of ls.
Async version of read.
Search for a literal text pattern in files.
Async version of grep.
Find files matching a glob pattern.
Async version of glob.
Async version of write.
Perform exact string replacements in an existing file.
Async version of edit.
Async version of upload_files.
Async version of download_files.
List all files in a directory with metadata.
Async version of ls_info.
Find files matching a glob pattern.
Async version of glob_info.
Search for a literal text pattern in files.
Async version of grep_raw.
| Name | Type | Description |
|---|---|---|
sandbox* | Sandbox | LangSmith Sandbox instance to wrap. |
| Name | Type |
|---|---|
| sandbox | Sandbox |
LangSmith sandbox implementation conforming to SandboxBackendProtocol.