deep-research-agent

View on PyPIReverse Dependencies (0)

0.1.0 deep_research_agent-0.1.0-py3-none-any.whl

Wheel Details

Project: deep-research-agent
Version: 0.1.0
Filename: deep_research_agent-0.1.0-py3-none-any.whl
Download: [link]
Size: 16176
MD5: e077c9fe515fe019b88b3cd18b50012a
SHA256: c92b854300a587ef22771be6bbb24b994e835327ee877fbe32d9e28c11e11dfa
Uploaded: 2025-03-18 10:28:59 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: deep-research-agent
Version: 0.1.0
Summary: An AI-powered deep research agent for autonomous web research
Author: Your Name
Author-Email: your.email[at]example.com
Home-Page: https://github.com/yourusername/deep-research-agent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Requires-Python: >=3.9
Requires-Dist: langchain (>=0.3.0)
Requires-Dist: langchain-community (>=0.0.5)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: duckduckgo-search (>=3.0.0)
Requires-Dist: requests (>=2.28.0)
Requires-Dist: beautifulsoup4 (>=4.11.0)
Requires-Dist: html2text (>=2020.1.16)
Requires-Dist: python-dotenv (>=1.0.0)
Requires-Dist: streamlit (>=1.24.0)
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
License-File: LICENSE
[Description omitted; length: 2353 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (76.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
deep-research-agent/__init__.py sha256=v5oxfR1mJDqn3rM4iPLw7P3-gxBWXMFMPgPs8gNgCnY 239
deep-research-agent/app.py sha256=Bpqmdy0u8UhTFzlIHhlTpk6S7ENoiTg1p-hbijlIsXo 7138
deep-research-agent/cli.py sha256=36_FSrNnDxucIxl_ty2i2svxRFFZY0MwQxRZLV8hr14 2670
deep-research-agent/config.py sha256=RH7cQSV7DDYZeIkLhhiy9XMoppAMSKdo-PGIMecOn_A 396
deep-research-agent/llm.py sha256=n5sUMb89zp9hqK8vPYygE7EaqZsT5uBNDjpvhP4lOE0 1020
deep-research-agent/main.py sha256=fI4T0fFa8hodFzM3EGhBM5Hbi7HnV2N3iKz6mINSGR8 2655
deep-research-agent/prompt_templates.py sha256=t8bphVx6pmpHzEeO1HJ731FKp5XacW8Sw4E6q9mOeuM 3277
deep-research-agent/research_controller.py sha256=KM5EenXSqZAq9V6Dm97wlM4UHWulK0kBu_kxc4B1CUA 7454
deep-research-agent/web_scraper.py sha256=AjIbddESTV7qe2xaPVAxBn71h37fl8nYW3ICpm8HiVA 1922
deep-research-agent/web_search.py sha256=wKHuVdEU8jCQR-gvIJmhvh896LEA1SxIGCGbhwhsT-4 1910
deep-research-agent/ui/__init__.py sha256=vbiIdgtZ5GCBrLAjkZbM0qmaspZyw34OEyPAA8t3qOU 48
deep-research-agent/ui/streamlit_app.py sha256=36_FSrNnDxucIxl_ty2i2svxRFFZY0MwQxRZLV8hr14 2670
deep_research_agent-0.1.0.dist-info/LICENSE sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
deep_research_agent-0.1.0.dist-info/METADATA sha256=-oAfe2fb3g1NGn2GfN-e4F3ZpauEETPFY7UD9ShPxxw 3729
deep_research_agent-0.1.0.dist-info/WHEEL sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w 91
deep_research_agent-0.1.0.dist-info/entry_points.txt sha256=8flJeeV0UobmbEQRYmKjT7en1v3FKe2fzcoxjlnISt0 124
deep_research_agent-0.1.0.dist-info/top_level.txt sha256=Ui1CLw7XmL-wBDUKahRcjlL3U2Yh5Go2Dl9TgDHLlpQ 20
deep_research_agent-0.1.0.dist-info/RECORD

top_level.txt

deep-research-agent

entry_points.txt

deep-research = deep_research_agent.cli:main
deep-research-ui = deep_research_agent.ui.streamlit_app:main