Metadata-Version: 2.4
Name: hello-build-agent
Version: 0.5.0
Summary: Autonomous build assistant that generates Dockerfiles, ingests repos into Qdrant, and self-heals via LLM.
Author-email: Ivan Khozyainov <ivan.khozyainov@gmail.com>
Project-URL: Homepage, https://github.com/x0iv/hello-build-agent
Project-URL: Changelog, https://github.com/x0iv/hello-build-agent/releases
Project-URL: Issues, https://github.com/x0iv/hello-build-agent/issues
Keywords: devops,docker,LLM,ci,qdrant
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer[all]>=0.12
Requires-Dist: rich>=13.7
Requires-Dist: langchain-openai>=0.1.0
Requires-Dist: openai>=1.14
Requires-Dist: docker>=7.0
Requires-Dist: gitpython>=3.1
Requires-Dist: qdrant-client>=1.9
Requires-Dist: python-dotenv>=1.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
