From 4cb7feaca136e83c4f364cec4ea585e5a81c7a67 Mon Sep 17 00:00:00 2001 From: meichuanyi <35057768+meichuanyi@users.noreply.github.com> Date: Thu, 28 May 2026 23:14:01 +0800 Subject: [PATCH] docs: Add FAQ section for common questions --- readme.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/readme.md b/readme.md index 07067c7..eee2ac8 100644 --- a/readme.md +++ b/readme.md @@ -265,3 +265,44 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file --- Made with ❤️ by [@hrithikkoduri](https://github.com/hrithikkoduri) + +## ❓ FAQ + +### What is WebRover? +WebRover is an AI-powered web agent that combines autonomous browsing with advanced research capabilities. It offers three specialized agents: Task Agent for web automation, Research Agent for information gathering, and Deep Research Agent for academic-quality content generation. + +### Key Features +| Feature | Description | +|---------|-------------| +| **Three Agent Types** | Task, Research, Deep Research agents for different use cases | +| **Dynamic Selection** | Intelligent agent routing based on task complexity | +| **Real-time Visualization** | Streaming agent actions and thoughts | +| **Local Browser** | Privacy-focused local browser instance | +| **Multi-tab Management** | Handle multiple tabs simultaneously | +| **PDF Support** | Extract and process PDF documents | +| **Vector Store** | RAG pipeline for information retention | +| **Academic Papers** | Generate properly cited academic content | + +### How to Install +```bash +git clone https://github.com/hrithikkoduri/WebRover.git +cd WebRover +# Follow Setup Instructions in readme.md +``` + +### Supported LLM Models +- GPT-4o +- o3-mini-high +- Claude-3.5 Sonnet + +### Requirements +- Python (Backend) +- Node.js (Frontend) +- OpenAI/Claude API keys + +### License +MIT License + +### Help Resources +- [Issues](https://github.com/hrithikkoduri/WebRover/issues) +- [Demo Videos](https://github.com/hrithikkoduri/WebRover#demo-videos)