langroid 0.1.254__tar.gz → 0.1.257__tar.gz
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.
- {langroid-0.1.254 → langroid-0.1.257}/PKG-INFO +2 -1
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/base.py +1 -1
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/chat_agent.py +2 -2
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/task.py +10 -6
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tool_message.py +25 -9
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/segment_extract_tool.py +6 -1
- {langroid-0.1.254 → langroid-0.1.257}/pyproject.toml +3 -1
- {langroid-0.1.254 → langroid-0.1.257}/LICENSE +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/README.md +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/batch.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/callbacks/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/callbacks/chainlit.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/chat_document.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/helpers.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/junk +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/openai_assistant.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/doc_chat_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_doc_chat_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_rag/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_rag/critic_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_rag/lance_rag_task.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_rag/query_planner_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_tools.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/neo4j/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/neo4j/csv_kg_chat.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/neo4j/neo4j_chat_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/neo4j/utils/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/neo4j/utils/system_message.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/relevance_extractor_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/retriever_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/sql_chat_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/description_extractors.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/populate_metadata.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/system_message.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/tools.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/table_chat_agent.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/duckduckgo_search_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/extract_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/generator_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/google_search_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/metaphor_search_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/recipient_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/retrieval_tool.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent/tools/run_python_code.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/agent_config.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/cachedb/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/cachedb/base.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/cachedb/momento_cachedb.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/cachedb/redis_cachedb.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/base.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/clustering.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/models.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/embeddings.proto +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/embeddings_pb2.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/embeddings_pb2.pyi +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/remote_embeds.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/exceptions.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/azure_openai.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/base.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/config.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/openai_assistants.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/openai_gpt.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/base.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/hf_formatter.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/llama2_formatter.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/utils.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/mytypes.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/agent_chats.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/code-parsing.md +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/code_parser.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/config.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/document_parser.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/image_text.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/para_sentence_split.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/parse_json.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/parser.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/parser.pyi +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/repo_loader.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/routing.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/search.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/spider.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/table_loader.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/url_loader.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/url_loader_cookies.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/urls.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/utils.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/parsing/web_search.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/chat-gpt4-system-prompt.md +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/dialog.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/prompts_config.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/templates.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/prompts/transforms.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/algorithms/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/algorithms/graph.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/configuration.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/constants.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/docker.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/globals.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/llms/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/llms/strings.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/logging.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/output/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/output/citations.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/output/printing.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/output/status.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/pandas_utils.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/pydantic_utils.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/system.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/web/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/utils/web/login.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/__init__.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/base.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/chromadb.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/lancedb.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/meilisearch.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/momento.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/qdrant_cloud.py +0 -0
- {langroid-0.1.254 → langroid-0.1.257}/langroid/vector_store/qdrantdb.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: langroid
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.257
|
4
4
|
Summary: Harness LLMs with Multi-Agent Programming
|
5
5
|
License: MIT
|
6
6
|
Author: Prasad Chalasani
|
@@ -88,6 +88,7 @@ Requires-Dist: python-docx (>=1.1.0,<2.0.0) ; extra == "doc-chat" or extra == "d
|
|
88
88
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
89
89
|
Requires-Dist: python-magic (>=0.4.27,<0.5.0)
|
90
90
|
Requires-Dist: python-socketio (>=5.11.0,<6.0.0) ; extra == "chainlit"
|
91
|
+
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
|
91
92
|
Requires-Dist: qdrant-client (>=1.8.0,<2.0.0)
|
92
93
|
Requires-Dist: rank-bm25 (>=0.2.2,<0.3.0)
|
93
94
|
Requires-Dist: redis (>=5.0.1,<6.0.0)
|
@@ -284,7 +284,7 @@ class Agent(ABC):
|
|
284
284
|
enabled_classes: List[Type[ToolMessage]] = list(self.llm_tools_map.values())
|
285
285
|
# use at most 2 sample conversations, no need to be exhaustive;
|
286
286
|
sample_convo = [
|
287
|
-
msg_cls().
|
287
|
+
msg_cls().usage_examples(random=True) # type: ignore
|
288
288
|
for i, msg_cls in enumerate(enabled_classes)
|
289
289
|
if i < 2
|
290
290
|
]
|
@@ -270,9 +270,9 @@ class ChatAgent(Agent):
|
|
270
270
|
):
|
271
271
|
# example will be shown in json_format_rules() when using TOOLs,
|
272
272
|
# so we don't need to show it here.
|
273
|
-
example = "" if self.config.use_tools else (msg_cls.
|
273
|
+
example = "" if self.config.use_tools else (msg_cls.usage_examples())
|
274
274
|
if example != "":
|
275
|
-
example = "
|
275
|
+
example = "EXAMPLES:\n" + example
|
276
276
|
class_instructions = msg_cls.instructions()
|
277
277
|
guidance = (
|
278
278
|
""
|
@@ -525,9 +525,11 @@ class Task:
|
|
525
525
|
):
|
526
526
|
raise InfiniteLoopException(
|
527
527
|
"""Possible infinite loop detected!
|
528
|
-
You can adjust infinite loop detection
|
529
|
-
in the TaskConfig passed to the Task
|
530
|
-
|
528
|
+
You can adjust infinite loop detection (or turn it off)
|
529
|
+
by changing the params in the TaskConfig passed to the Task
|
530
|
+
constructor; see here:
|
531
|
+
https://langroid.github.io/langroid/reference/agent/task/#langroid.agent.task.TaskConfig
|
532
|
+
"""
|
531
533
|
)
|
532
534
|
|
533
535
|
final_result = self.result()
|
@@ -620,9 +622,11 @@ class Task:
|
|
620
622
|
):
|
621
623
|
raise InfiniteLoopException(
|
622
624
|
"""Possible infinite loop detected!
|
623
|
-
You can adjust infinite loop detection
|
624
|
-
in the TaskConfig passed to the Task
|
625
|
-
|
625
|
+
You can adjust infinite loop detection (or turn it off)
|
626
|
+
by changing the params in the TaskConfig passed to the Task
|
627
|
+
constructor; see here:
|
628
|
+
https://langroid.github.io/langroid/reference/agent/task/#langroid.agent.task.TaskConfig
|
629
|
+
"""
|
626
630
|
)
|
627
631
|
|
628
632
|
final_result = self.result()
|
@@ -80,21 +80,34 @@ class ToolMessage(ABC, BaseModel):
|
|
80
80
|
return []
|
81
81
|
|
82
82
|
@classmethod
|
83
|
-
def
|
83
|
+
def usage_examples(cls, random: bool = False) -> str:
|
84
84
|
"""
|
85
|
-
Instruction to the LLM showing
|
85
|
+
Instruction to the LLM showing examples of how to use the tool-message.
|
86
|
+
|
87
|
+
Args:
|
88
|
+
random (bool): whether to pick a random example from the list of examples.
|
89
|
+
Set to `true` when using this to illustrate a dialog between LLM and
|
90
|
+
user.
|
91
|
+
(if false, use ALL examples)
|
86
92
|
Returns:
|
87
|
-
str:
|
93
|
+
str: examples of how to use the tool/function-call
|
88
94
|
"""
|
89
95
|
# pick a random example of the fields
|
90
96
|
if len(cls.examples()) == 0:
|
91
97
|
return ""
|
92
|
-
|
93
|
-
|
94
|
-
# (description, example_instance)
|
95
|
-
return f"{ex[0]} => {ex[1].json_example()}"
|
98
|
+
if random:
|
99
|
+
examples = [choice(cls.examples())]
|
96
100
|
else:
|
97
|
-
|
101
|
+
examples = cls.examples()
|
102
|
+
examples_jsons = [
|
103
|
+
(
|
104
|
+
f"EXAMPLE {i}: (THOUGHT: {ex[0]}) => \n{ex[1].json_example()}"
|
105
|
+
if isinstance(ex, tuple)
|
106
|
+
else f"EXAMPLE {i}:\n {ex.json_example()}"
|
107
|
+
)
|
108
|
+
for i, ex in enumerate(examples, 1)
|
109
|
+
]
|
110
|
+
return "\n\n".join(examples_jsons)
|
98
111
|
|
99
112
|
def to_json(self) -> str:
|
100
113
|
return self.json(indent=4, exclude={"result", "purpose"})
|
@@ -139,6 +152,9 @@ class ToolMessage(ABC, BaseModel):
|
|
139
152
|
# cls.simple_schema() if tool else
|
140
153
|
cls.llm_function_schema(request=True).parameters
|
141
154
|
)
|
155
|
+
examples_str = ""
|
156
|
+
if cls.examples():
|
157
|
+
examples_str = "EXAMPLES:\n" + cls.usage_examples()
|
142
158
|
return textwrap.dedent(
|
143
159
|
f"""
|
144
160
|
TOOL: {cls.default_value("request")}
|
@@ -146,7 +162,7 @@ class ToolMessage(ABC, BaseModel):
|
|
146
162
|
JSON FORMAT: {
|
147
163
|
json.dumps(param_dict, indent=4)
|
148
164
|
}
|
149
|
-
{
|
165
|
+
{examples_str}
|
150
166
|
""".lstrip()
|
151
167
|
)
|
152
168
|
|
@@ -26,7 +26,12 @@ class SegmentExtractTool(ToolMessage):
|
|
26
26
|
|
27
27
|
@classmethod
|
28
28
|
def examples(cls) -> List["ToolMessage" | Tuple[str, "ToolMessage"]]:
|
29
|
-
return [
|
29
|
+
return [
|
30
|
+
(
|
31
|
+
"I want to extract segments 1, 3, and 5 thru 7",
|
32
|
+
cls(segment_list="1,3,5-7"),
|
33
|
+
)
|
34
|
+
]
|
30
35
|
|
31
36
|
@classmethod
|
32
37
|
def instructions(cls) -> str:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "langroid"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.257"
|
4
4
|
description = "Harness LLMs with Multi-Agent Programming"
|
5
5
|
authors = ["Prasad Chalasani <pchalasani@gmail.com>"]
|
6
6
|
readme = "README.md"
|
@@ -49,6 +49,7 @@ python-docx = {version="^1.1.0", optional=true}
|
|
49
49
|
scrapy = {version="^2.11.0", optional=true}
|
50
50
|
|
51
51
|
# ====CORE================================
|
52
|
+
pyyaml = "^6.0.1"
|
52
53
|
onnxruntime = "^1.16.1"
|
53
54
|
fire = "^0.5.0"
|
54
55
|
bs4 = "^0.0.1"
|
@@ -97,6 +98,7 @@ python-magic = "^0.4.27"
|
|
97
98
|
|
98
99
|
|
99
100
|
# ================= EXTRAS =================
|
101
|
+
|
100
102
|
[tool.poetry.extras]
|
101
103
|
# install these using, e.g.,
|
102
104
|
# `poetry install -E [...]` where [...] is one of the extras below
|
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
|
{langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/lance_rag/query_planner_agent.py
RENAMED
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
|
{langroid-0.1.254 → langroid-0.1.257}/langroid/agent/special/sql/utils/description_extractors.py
RENAMED
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
|
{langroid-0.1.254 → langroid-0.1.257}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py
RENAMED
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
|
{langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/hf_formatter.py
RENAMED
File without changes
|
{langroid-0.1.254 → langroid-0.1.257}/langroid/language_models/prompt_formatter/llama2_formatter.py
RENAMED
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
|