zrb 1.8.5__py3-none-any.whl → 1.8.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ from zrb.builtin.llm.history import read_chat_conversation, write_chat_conversat
4
4
  from zrb.builtin.llm.input import PreviousSessionInput
5
5
  from zrb.builtin.llm.tool.api import get_current_location, get_current_weather
6
6
  from zrb.builtin.llm.tool.cli import run_shell_command
7
+ from zrb.builtin.llm.tool.code import analyze_repo
7
8
  from zrb.builtin.llm.tool.file import (
8
9
  analyze_file,
9
10
  apply_diff,
@@ -132,6 +133,7 @@ if CFG.LLM_ALLOW_ACCESS_LOCAL_FILE:
132
133
  search_files,
133
134
  apply_diff,
134
135
  analyze_file,
136
+ analyze_repo,
135
137
  )
136
138
 
137
139
  if CFG.LLM_ALLOW_ACCESS_SHELL:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zrb
3
- Version: 1.8.5
3
+ Version: 1.8.6
4
4
  Summary: Your Automation Powerhouse
5
5
  Home-page: https://github.com/state-alchemists/zrb
6
6
  License: AGPL-3.0-or-later
@@ -12,7 +12,7 @@ zrb/builtin/jwt.py,sha256=3M5uaQhJZbKQLjTUft1OwPz_JxtmK-xtkjxWjciOQho,2859
12
12
  zrb/builtin/llm/chat_session.py,sha256=ot2ss6yA4qIINg0nl3KJYnLag8H0eB9ggAgRGEUkZdE,6639
13
13
  zrb/builtin/llm/history.py,sha256=cnkOyO43uiMQ9cEvmqk-pPoCk1zCAH_fwAqSgBtsjzY,3079
14
14
  zrb/builtin/llm/input.py,sha256=Nw-26uTWp2QhUgKJcP_IMHmtk-b542CCSQ_vCOjhvhM,877
15
- zrb/builtin/llm/llm_ask.py,sha256=TIHpZFofbehJO1LXbsi4O84kHF85Xfqjev6UkI1RiL0,4367
15
+ zrb/builtin/llm/llm_ask.py,sha256=zXvXh4a2OPfvA3s4ZWVWafItLHRjDmaXoqsSHJXJxY4,4440
16
16
  zrb/builtin/llm/previous-session.js,sha256=xMKZvJoAbrwiyHS0OoPrWuaKxWYLoyR5sguePIoCjTY,816
17
17
  zrb/builtin/llm/tool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  zrb/builtin/llm/tool/api.py,sha256=yR9I0ZsI96OeQl9pgwORMASVuXsAL0a89D_iPS4C8Dc,1699
@@ -390,7 +390,7 @@ zrb/util/string/name.py,sha256=SXEfxJ1-tDOzHqmSV8kvepRVyMqs2XdV_vyoh_9XUu0,1584
390
390
  zrb/util/todo.py,sha256=VGISej2KQZERpornK-8X7bysp4JydMrMUTnG8B0-liI,20708
391
391
  zrb/xcom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
392
392
  zrb/xcom/xcom.py,sha256=o79rxR9wphnShrcIushA0Qt71d_p3ZTxjNf7x9hJB78,1571
393
- zrb-1.8.5.dist-info/METADATA,sha256=R27kDs_HVlzKm-rSSnkk4XVbPI_dIehXERaiZgGGL_M,9760
394
- zrb-1.8.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
395
- zrb-1.8.5.dist-info/entry_points.txt,sha256=-Pg3ElWPfnaSM-XvXqCxEAa-wfVI6BEgcs386s8C8v8,46
396
- zrb-1.8.5.dist-info/RECORD,,
393
+ zrb-1.8.6.dist-info/METADATA,sha256=KZtv1CLg3gUa8fd4_ob39CMc-vhMFM8VW2tIiWTSqDs,9760
394
+ zrb-1.8.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
395
+ zrb-1.8.6.dist-info/entry_points.txt,sha256=-Pg3ElWPfnaSM-XvXqCxEAa-wfVI6BEgcs386s8C8v8,46
396
+ zrb-1.8.6.dist-info/RECORD,,
File without changes