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.
Fetch a webpage via Exa and return an LLM-generated summary. Accepts an optional query that steers what the summary focuses on.
Fetch a URL and return the full parsed text. Handles HTML and PDF. Returns the entire parsed page; no truncation. Errors come back as plain strings.