with one click
open-webpage
// Fetch a webpage via Exa and return an LLM-generated summary. Accepts an optional query that steers what the summary focuses on.
// Fetch a webpage via Exa and return an LLM-generated summary. Accepts an optional query that steers what the summary focuses on.
Push all local environments to the Prime Intellect Environments Hub. Use when environments are out of sync and need to be published.
Search the web via the Exa API. Accepts up to 10 queries in parallel. Returns titles, URLs, and highlighted snippets from each result.
Search Google via the Serper API. Accepts up to 10 queries in parallel. Returns titles, URLs, snippets, and knowledge-graph data.
Replace a unique string in a file. old_str must appear exactly once in the file.
Diagnose and repair-or-remove broken tasks under environments/general_agent/tasks. Use after `general-agent validate` reports [FAIL] entries (post-synthesis, after a refactor, or on a periodic sweep).
Synthesize a new general-agent task family from a seed task, evolving through difficulty tiers with empirical pass-rate gating. Use when asked to create new tasks or grow the task set.
| name | open_webpage |
| description | Fetch a webpage via Exa and return an LLM-generated summary. Accepts an optional query that steers what the summary focuses on. |