Delimit Context Read
delimit_context_readFetch a stored artifact by name from a venture's context filesystem. Use when you need a specific previously written file's content, not for listing or memory search.
Instructions
Read an artifact from a venture's context filesystem (STR-048).
When to use: to fetch a specific previously-written artifact by name within a venture namespace. When NOT to use: for venture-wide listing (use delimit_context_list) or memory search (delimit_memory_search).
Sibling contrast: delimit_context_list returns names only; this returns a single artifact's content.
Side effects: read-only. Calls ai.context_fs to load the artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Artifact name. Required. | |
| venture | Yes | Venture namespace key. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||