CoolFace
Apppublic

anu151105/agentic-browser

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes
setup.cfg18 linesDownload Raw Back to root
1[metadata]2description-file = README.md3 4[options]5package_dir =6    = src7packages = find:8include_package_data = True9python_requires = >=3.8, <3.1110 11[options.packages.find]12where = src13include = src/*14 15[options.entry_points]16console_scripts =17    agentic-browser = src.streamlit_app:main18