janus-llm 3.5.1__tar.gz → 3.5.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {janus_llm-3.5.1 → janus_llm-3.5.2}/PKG-INFO +1 -1
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/__init__.py +1 -1
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/_tests/test_cli.py +1 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/cli.py +4 -4
- {janus_llm-3.5.1 → janus_llm-3.5.2}/pyproject.toml +1 -1
- {janus_llm-3.5.1 → janus_llm-3.5.2}/LICENSE +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/README.md +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/__main__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/_tests/conftest.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/_tests/test_translate.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/aggregator.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/converter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/diagram.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/document.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/evaluate.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/requirements.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/converter/translate.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/_tests/test_collections.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/_tests/test_database.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/_tests/test_vectorize.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/collections.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/database.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/embedding_models_info.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/embedding/vectorize.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/_tests/test_combine.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/_tests/test_splitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/alc/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/alc/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/alc/_tests/test_alc.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/alc/alc.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/binary/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/binary/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/binary/_tests/test_binary.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/binary/binary.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/binary/reveng/decompile_script.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/block.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/combine.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/file.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/mumps/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/mumps/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/mumps/_tests/test_mumps.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/mumps/mumps.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/mumps/patterns.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/basic_splitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/chunk_splitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/registry.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/simple_ast.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/naive/tag_splitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/node.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/splitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/treesitter/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/treesitter/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/treesitter/_tests/test_treesitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/language/treesitter/treesitter.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/llm/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/llm/model_callbacks.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/llm/models_info.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/reference.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/target.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_bleu.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_chrf.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_file_pairing.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_llm.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_reading.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_rouge_score.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_similarity_score.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/_tests/test_treesitter_metrics.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/bleu.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/chrf.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/cli.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/complexity_metrics.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/file_pairing.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/llm_metrics.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/metric.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/reading.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/rouge_score.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/similarity.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/metrics/splitting.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/_tests/test_code_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/code_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/doc_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/eval_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/refiner_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/reqs_parser.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/parsers/uml.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/prompts/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/prompts/prompt.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/refiners/refiner.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/_tests/__init__.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/_tests/test_logger.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/_tests/test_progress.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/enums.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/logger.py +0 -0
- {janus_llm-3.5.1 → janus_llm-3.5.2}/janus/utils/progress.py +0 -0
@@ -5,7 +5,7 @@ from langchain_core._api.deprecation import LangChainDeprecationWarning
|
|
5
5
|
from janus.converter.translate import Translator
|
6
6
|
from janus.metrics import * # noqa: F403
|
7
7
|
|
8
|
-
__version__ = "3.5.
|
8
|
+
__version__ = "3.5.2"
|
9
9
|
|
10
10
|
# Ignoring a deprecation warning from langchain_core that I can't seem to hunt down
|
11
11
|
warnings.filterwarnings("ignore", category=LangChainDeprecationWarning)
|
@@ -185,7 +185,7 @@ def translate(
|
|
185
185
|
"-L",
|
186
186
|
help="The custom name of the model set with 'janus llm add'.",
|
187
187
|
),
|
188
|
-
]
|
188
|
+
],
|
189
189
|
max_prompts: Annotated[
|
190
190
|
int,
|
191
191
|
typer.Option(
|
@@ -324,7 +324,7 @@ def document(
|
|
324
324
|
"-L",
|
325
325
|
help="The custom name of the model set with 'janus llm add'.",
|
326
326
|
),
|
327
|
-
]
|
327
|
+
],
|
328
328
|
max_prompts: Annotated[
|
329
329
|
int,
|
330
330
|
typer.Option(
|
@@ -480,7 +480,7 @@ def aggregate(
|
|
480
480
|
"-L",
|
481
481
|
help="The custom name of the model set with 'janus llm add'.",
|
482
482
|
),
|
483
|
-
]
|
483
|
+
],
|
484
484
|
max_prompts: Annotated[
|
485
485
|
int,
|
486
486
|
typer.Option(
|
@@ -597,7 +597,7 @@ def diagram(
|
|
597
597
|
"-L",
|
598
598
|
help="The custom name of the model set with 'janus llm add'.",
|
599
599
|
),
|
600
|
-
]
|
600
|
+
],
|
601
601
|
max_prompts: Annotated[
|
602
602
|
int,
|
603
603
|
typer.Option(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "janus-llm"
|
3
|
-
version = "3.5.
|
3
|
+
version = "3.5.2"
|
4
4
|
description = "A transcoding library using LLMs."
|
5
5
|
authors = ["Michael Doyle <mdoyle@mitre.org>", "Chris Glasz <cglasz@mitre.org>",
|
6
6
|
"Chris Tohline <ctohline@mitre.org>", "William Macke <wmacke@mitre.org>",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|