Firecrawl Open-source Autonomous Web Proxy Framework: Supports Multiple Models and Parallel Sub-Proxies, One-Click Generation of Research Tools

robot
Abstract generation in progress
ME News Report, April 17 (UTC+8), according to Beating Monitoring, Firecrawl officially open-sourced the Web Agent web proxy framework, aimed at helping developers build AI agents capable of autonomously executing "search - crawl - interaction" closed-loop tasks. The framework is based on Firecrawl's existing /agent architecture, supporting integration with Anthropic, OpenAI, or various self-hosted large models, emphasizing flexibility and self-hosting capabilities in web research scenarios. The core architecture of the framework adopts a "Plan-Act" cycle mechanism. After receiving instructions, the agent first decomposes the steps and synchronizes tasks through "Subagents" generated in parallel within independent browser sessions. This design has clear advantages when handling large-scale concurrent tasks, such as in video demonstrations where agents can extract real-time stock data and news from multiple company websites simultaneously. For developers, this tool significantly lowers the barrier to developing web proxies. By using the command firecrawl create agent, a complete proxy template based on Next.js or Express can be quickly generated. Additionally, the framework introduces a reusable "Skill Manual" (SKILL.md), allowing developers to encapsulate complex workflows (such as specific crawling logic for Yahoo Finance) as Skills, which agents can invoke directly in subsequent tasks. In the latest version, Web Agent has upgraded its default driving model to Claude Opus 4.7 and includes specialized skill packs for the financial domain. The project is currently open-sourced under the MIT license, encouraging community contributions through Forks. (Source: BlockBeats)
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • 5
  • 4
  • Share
Comment
Add a comment
Add a comment
LightsInTheMistyValley
· 3h ago
Create agent: one-click template generation, extremely user-friendly for lazy people
View OriginalReply0
BlueLakeOverlooker
· 3h ago
Anthropic and OpenAI are both compatible, not tied to a single model provider.
View OriginalReply0
IdleFishDaoMember
· 3h ago
Parallel sub-agent + independent browser sessions, good isolation.
View OriginalReply0
GateUser-8f9ccfec
· 3h ago
Financial Skills Pack defaults to Claude Opus 4.7, quantitative enthusiasts rejoice
View OriginalReply0
GateUser-eccf92a1
· 3h ago
The Plan-Act cycle design is quite clever, much more efficient than wandering aimlessly with a single agent.
View OriginalReply0
  • Pinned