janito 3.10.0__py3-none-any.whl → 3.11.1__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.
- janito/README.md +191 -191
- janito/_version.py +55 -55
- janito/cli/cli_commands/list_drivers.py +162 -162
- janito/cli/console.py +3 -3
- janito/cli/prompt_core.py +336 -301
- janito/cli/rich_terminal_reporter.py +2 -4
- janito/docs/GETTING_STARTED.md +189 -189
- janito/plugins/discovery.py +289 -289
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/METADATA +5 -4
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/RECORD +14 -15
- janito/mkdocs.yml +0 -40
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/WHEEL +0 -0
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/entry_points.txt +0 -0
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/licenses/LICENSE +0 -0
- {janito-3.10.0.dist-info → janito-3.11.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
janito/README.md,sha256=
|
1
|
+
janito/README.md,sha256=WkD-WSx8LQ3FWvefSlIgml59yRpwSnYm5s6hUzxKZPA,4549
|
2
2
|
janito/__init__.py,sha256=a0pFui3A_AfWJiUfg93yE-Vf4868bqG3y9yg2fkTIuY,244
|
3
3
|
janito/__main__.py,sha256=lPQ8kAyYfyeS1KopmJ8EVY5g1YswlIqCS615mM_B_rM,70
|
4
|
-
janito/_version.py,sha256=
|
4
|
+
janito/_version.py,sha256=nsX_0pSnMlBdPtQfo7-jSpHdr6c64NQci57iXCaTf2A,2292
|
5
5
|
janito/agent_events.py,sha256=qOxoqeHQy3eITkfh3gaLoHWqrNH3aGlcRvEBZc2wsow,2114
|
6
6
|
janito/config.py,sha256=DXuC74NEywKvpTkOSrrxJGvHdL_tvXEf27pkedV3XZA,313
|
7
7
|
janito/config_manager.py,sha256=0dnECwhkgk8dWYZDtHZ24lNXhYJ4PkmYEDty9Vc1s3c,6281
|
@@ -13,7 +13,6 @@ janito/formatting.py,sha256=SMvOmL6bst3KGcI7OLa5D4DE127fQYuHZS3oY8OPsn8,2031
|
|
13
13
|
janito/formatting_token.py,sha256=UefBF8Nn3BU8bJNQRrJWB3i3zXEwkRRZMPGuAOJaDYI,2440
|
14
14
|
janito/gitignore_utils.py,sha256=P3iF9fMWAomqULq2xsoqHtI9uNIFSPcagljrxZshmLw,4110
|
15
15
|
janito/hello.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
janito/mkdocs.yml,sha256=hceV1mnCuj5Eo42jJQHSAhqHC4emiMExgnISiiwqSow,925
|
17
16
|
janito/perf_singleton.py,sha256=g1h0Sdf4ydzegeEpJlMhQt4H0GQZ2hryXrdYOTL-b30,113
|
18
17
|
janito/performance_collector.py,sha256=RYu4av16Trj3RljJZ8-2Gbn1KlGdJUosrcVFYtwviNI,6285
|
19
18
|
janito/platform_discovery.py,sha256=JN3kC7hkxdvuj-AyrJTlbbDJjtNHke3fdlZDqGi_uz0,4621
|
@@ -29,13 +28,13 @@ janito/agent/templates/profiles/system_prompt_template_market_analyst.txt.j2,sha
|
|
29
28
|
janito/agent/templates/profiles/system_prompt_template_model_conversation_without_tools_or_context.txt.j2,sha256=Zgoa26AlR37rjYAPl-4ydA3NdHm8ylT831IaMiGTd5o,1722
|
30
29
|
janito/cli/__init__.py,sha256=xaPDOrWphBbCR63Xpcx_yfpXSJIlCaaICc4j2qpWqrM,194
|
31
30
|
janito/cli/config.py,sha256=HkZ14701HzIqrvaNyDcDhGlVHfpX_uHlLp2rHmhRm_k,872
|
32
|
-
janito/cli/console.py,sha256=
|
31
|
+
janito/cli/console.py,sha256=dWOa6mbfCQd46wVwwZfeYBxroCxdqvnAZQQ80j89qYA,70
|
33
32
|
janito/cli/main.py,sha256=s5odou0txf8pzTf1ADk2yV7T5m8B6cejJ81e7iu776U,312
|
34
33
|
janito/cli/main_cli.py,sha256=0_mB-FKF-5ilUVZj3xL_MTmiZ-0NGmT2jDZYceiS6xE,16920
|
35
|
-
janito/cli/prompt_core.py,sha256=
|
34
|
+
janito/cli/prompt_core.py,sha256=x1RcX1p4wCL4YzXS76T6BZ8nt5cGiXCAB3QOlC6BJQQ,14937
|
36
35
|
janito/cli/prompt_handler.py,sha256=SnPTlL64noeAMGlI08VBDD5IDD8jlVMIYA4-fS8zVLg,215
|
37
36
|
janito/cli/prompt_setup.py,sha256=s48gvNfZhKjsEhf4EzL1tKIGm4wDidPMDvlM6TAPYes,2116
|
38
|
-
janito/cli/rich_terminal_reporter.py,sha256=
|
37
|
+
janito/cli/rich_terminal_reporter.py,sha256=ZIGrFQJK6VU1hM5hrH8VRJf99tsd1ox4hbop-M4a944,6552
|
39
38
|
janito/cli/utils.py,sha256=plCQiDKIf3V8mFhhX5H9-MF2W86i-xRdWf8Xi117Z0w,677
|
40
39
|
janito/cli/verbose_output.py,sha256=wY_B4of5e8Vv7w1fRwOZzNGU2JqbMdcFnGjtEr4hLus,7686
|
41
40
|
janito/cli/chat_mode/bindings.py,sha256=odjc5_-YW1t2FRhBUNRNoBMoQIg5sMz3ktV7xG0ADFU,975
|
@@ -82,7 +81,7 @@ janito/cli/chat_mode/shell/session/history.py,sha256=tYav6GgjAZkvWhlI_rfG6OArNqW
|
|
82
81
|
janito/cli/chat_mode/shell/session/manager.py,sha256=MwD9reHsRaly0CyRB-S1JJ0wPKz2g8Xdj2VvlU35Hgc,1001
|
83
82
|
janito/cli/cli_commands/enable_disable_plugin.py,sha256=IIEg5Gz2aAW_7BKrMQTXSGF0zWBoBdrcQQMjfQ7yay4,2985
|
84
83
|
janito/cli/cli_commands/list_config.py,sha256=oiQEGaGPjwjG-PrOcakpNMbbqISTsBEs7rkGH3ceQsI,1179
|
85
|
-
janito/cli/cli_commands/list_drivers.py,sha256=
|
84
|
+
janito/cli/cli_commands/list_drivers.py,sha256=K4-8wDxtNAJF1sLhvrqWVAKQYcw6uB98EE-dSglbyRY,4965
|
86
85
|
janito/cli/cli_commands/list_models.py,sha256=QF3Wa7OhNcJFKeBxaw0C_rDfsvJFNb-siz5uorajBvo,1595
|
87
86
|
janito/cli/cli_commands/list_plugins.py,sha256=Lv-M6EAFiqnj0tl9Bq23s162t--81AIs2EqZxhi81lQ,7996
|
88
87
|
janito/cli/cli_commands/list_profiles.py,sha256=O4k6U9iCEeNH3lM-NP_XX_E9W0h__hheLSn23241dkA,3538
|
@@ -104,7 +103,7 @@ janito/cli/core/setters.py,sha256=zjSUxy6iUzcrmEunFk7dA90KqbMaq2O7LTGP8wn2HxA,53
|
|
104
103
|
janito/cli/core/unsetters.py,sha256=FEw9gCt0vRvoCt0kRSNfVB2tzi_TqppJIx2nHPP59-k,2012
|
105
104
|
janito/cli/single_shot_mode/__init__.py,sha256=Ct99pKe9tINzVW6oedZJfzfZQKWpXz-weSSCn0hrwHY,115
|
106
105
|
janito/cli/single_shot_mode/handler.py,sha256=dZmUiyZ-rxzPqEUz7VILaIhVgKX_TbM0UjAJo1BB2M4,6314
|
107
|
-
janito/docs/GETTING_STARTED.md,sha256=
|
106
|
+
janito/docs/GETTING_STARTED.md,sha256=IrTTa9tBTGDBw9EQJs0J05EdzjBCcwUd04jI-gswdSc,4774
|
108
107
|
janito/drivers/dashscope.bak.zip,sha256=9Pv4Xyciju8jO1lEMFVgYXexoZkxmDO3Ig6vw3ODfL8,4936
|
109
108
|
janito/drivers/openai_responses.bak.zip,sha256=E43eDCHGa2tCtdjzj_pMnWDdnsOZzj8BJTR5tJp8wcM,13352
|
110
109
|
janito/drivers/azure_openai/driver.py,sha256=L2rQOl1d0BHaDChHLtZszAeuWNoyYIgwuYuahE1qJps,4152
|
@@ -143,7 +142,7 @@ janito/plugins/config.py,sha256=ex5f1XsKPEgIO4DgJCohPzMKAQoUdx1OdSVU0FlSr5o,2331
|
|
143
142
|
janito/plugins/core_adapter.py,sha256=zOhRMLIsqPb5r-8-pJGucEiWEB1_M5btW6TmsAm-mdE,1877
|
144
143
|
janito/plugins/core_loader.py,sha256=VcIwuKUaR2bvRZIFEiUHaS8YulTOKrYtvO_VhKHRpGI,3576
|
145
144
|
janito/plugins/core_loader_fixed.py,sha256=ZjBOU-aQCMnRXxQfFSI5caUR_IqaI0HdqOJSt-G-Lkc,3909
|
146
|
-
janito/plugins/discovery.py,sha256=
|
145
|
+
janito/plugins/discovery.py,sha256=j-HsQt2NbqedOyvz21IBNQux35NZqXs9QxuuKpkfztk,9820
|
147
146
|
janito/plugins/discovery_core.py,sha256=O5OccNWNyrSXGeeTk5xSG0qbsjNsajclNNCiHljFRpI,1613
|
148
147
|
janito/plugins/manager.py,sha256=eSpMjXcyNBrom-hJ-_QaaJ4Mrr_qG395-NNcK_wPk3I,8134
|
149
148
|
janito/plugins/core/filemanager/tools/validate_file_syntax/__init__.py,sha256=P53RHmas4BbHL90cMxH9m-RpMCJI8JquoJb0rpkPVVk,29
|
@@ -263,9 +262,9 @@ janito/tools/tool_utils.py,sha256=alPm9DvtXSw_zPRKvP5GjbebPRf_nfvmWk2TNlL5Cws,12
|
|
263
262
|
janito/tools/tools_adapter.py,sha256=Vd7A2tJ1q-EpoenkztK4he-0WhGjLFDP0vEfmXdFiNk,21361
|
264
263
|
janito/tools/tools_schema.py,sha256=rGrKrmpPNR07VXHAJ_haGBRRO-YGLOF51BlYRep9AAQ,4415
|
265
264
|
janito/tools/url_whitelist.py,sha256=0CPLkHTp5HgnwgjxwgXnJmwPeZQ30q4j3YjW59hiUUE,4295
|
266
|
-
janito-3.
|
267
|
-
janito-3.
|
268
|
-
janito-3.
|
269
|
-
janito-3.
|
270
|
-
janito-3.
|
271
|
-
janito-3.
|
265
|
+
janito-3.11.1.dist-info/licenses/LICENSE,sha256=dXV4fOF2ZErugtN8l_Nrj5tsRTYgtjE3cgiya0UfBio,11356
|
266
|
+
janito-3.11.1.dist-info/METADATA,sha256=nxpt-oixKUew8KTr7A9ymYyqPDkje9OvP012-jdukaI,2330
|
267
|
+
janito-3.11.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
268
|
+
janito-3.11.1.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
|
269
|
+
janito-3.11.1.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
|
270
|
+
janito-3.11.1.dist-info/RECORD,,
|
janito/mkdocs.yml
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
site_name: Janito CLI Documentation
|
2
|
-
site_description: A powerful command-line tool for running LLM-powered workflows
|
3
|
-
site_url: https://ikignosis.github.io/janito/
|
4
|
-
|
5
|
-
nav:
|
6
|
-
- Home: README.md
|
7
|
-
- Getting Started: docs/GETTING_STARTED.md
|
8
|
-
- Providers: docs/PROVIDERS.md
|
9
|
-
- Tools: docs/TOOLS_REFERENCE.md
|
10
|
-
|
11
|
-
markdown_extensions:
|
12
|
-
- admonition
|
13
|
-
- codehilite
|
14
|
-
- toc:
|
15
|
-
permalink: true
|
16
|
-
- pymdownx.superfences
|
17
|
-
- pymdownx.tabbed:
|
18
|
-
alternate_style: true
|
19
|
-
|
20
|
-
theme:
|
21
|
-
name: material
|
22
|
-
palette:
|
23
|
-
- scheme: default
|
24
|
-
primary: blue
|
25
|
-
accent: blue
|
26
|
-
features:
|
27
|
-
- navigation.tabs
|
28
|
-
- navigation.sections
|
29
|
-
- navigation.expand
|
30
|
-
- search.highlight
|
31
|
-
- search.share
|
32
|
-
|
33
|
-
repo_url: https://github.com/ikignosis/janito
|
34
|
-
repo_name: ikignosis/janito
|
35
|
-
edit_uri: edit/main/docs/
|
36
|
-
|
37
|
-
extra:
|
38
|
-
social:
|
39
|
-
- icon: fontawesome/brands/github
|
40
|
-
link: https://github.com/ikignosis/janito
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|