Metadata-Version: 2.3
Name: deep-research-anything
Version: 0.1.0
Summary: 
Author: Hao Sun
Author-email: author@example.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: firecrawl-py (>=1.12.0,<2.0.0)
Requires-Dist: litellm (>=1.63.3,<2.0.0)
Requires-Dist: llama-index (>=0.12.23,<0.13.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: streamlit (>=1.43.1,<2.0.0)
Description-Content-Type: text/markdown

# Deep Research Anything

## Introduction

Deep Research Anything is an open source clone of Open AI's Deep Research. It aims to automate the research process by integrating various agents and models like a human.

## Directory Structure



## Installation

Ensure you have [Poetry](https://python-poetry.org/) installed.

```bash
poetry install
```

## Running

After installing dependencies, you can run the project with:

```bash
streamlit run streamlit.py
```

## Environment Variables

The project relies on the following environment variables:

- `OPENAI_API_KEY`: The API key for OpenAI.
- `OPENAI_ENDPOINT`: The endpoint for OpenAI API (default is `https://api.openai.com/v1`).
- `FIRECRAWL_KEY`: The key for FireCrawl.

## Contribution

Contributions are welcome! Please ensure all tests are run and adhere to the project's code style guidelines before submitting a PR.

---

Let me know if you need more details or have specific requirements!

