This commit is contained in:
2025-08-22 13:11:04 +02:00
parent d80b956ff7
commit bc0d90d41a
14 changed files with 17332 additions and 13 deletions

View File

@@ -6,6 +6,11 @@ Author-email: Kilo Code <kilo.code@example.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: peewee
Requires-Dist: psutil>=5.9.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn>=0.23.0
Requires-Dist: toml>=0.10.2
Requires-Dist: libtmux>=0.25.0
# herolib_python

View File

@@ -64,6 +64,7 @@ herolib/downloader/scrape_scapegraph/scrape_md.py
herolib/downloader/scrape_scapegraph/scrape_search.py
herolib/downloader/scrape_scapegraph/scrape_with_local_llm.py
herolib/downloader/scrape_scapegraph/scrape_with_local_llm_search.py
herolib/infra/tmuxrunner/enhanced_runner.py
herolib/tools/__init__.py
herolib/tools/extensions.py
herolib/tools/gitscanner.py

View File

@@ -1 +1,6 @@
peewee
psutil>=5.9.0
fastapi>=0.100.0
uvicorn>=0.23.0
toml>=0.10.2
libtmux>=0.25.0