browser_enrich_memory
Extract web page content and store it in agent memory for future recall. Use to save key facts, events, or how-to steps from any URL into ZeroDB.
Instructions
Extract content from a web page and store it in agent memory (ZeroDB). Use when you want an agent to "remember" information from a URL for future recall. (100 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to extract content from | |
| project_id | Yes | ZeroDB project ID for the memory store | |
| memory_type | No | Type of memory to store: episodic (events), semantic (facts), procedural (how-to). Default: semantic | semantic |
| extract_goal | No | What to extract from the page for memory enrichment | Extract key facts |