browser_enrich_memory_async
Queue a background task to visit a URL, extract key content, and store it in ZeroMemory. Returns a task_id immediately for tracking.
Instructions
Queue an async browser memory enrichment task. Returns a task_id immediately — the browser visits the URL and stores content in ZeroMemory in the background. (100 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to visit and extract content from | |
| project_id | Yes | ZeroDB project ID for the memory store | |
| memory_type | No | Type of memory to store. Default: semantic | semantic |
| extract_goal | No | What to extract and remember from the page | Extract key facts and information |