langroid 0.1.185__tar.gz → 0.1.186__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.185 → langroid-0.1.186}/PKG-INFO +3 -2
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/base.py +1 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/callbacks/chainlit.py +39 -21
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/utils.py +0 -8
- {langroid-0.1.185 → langroid-0.1.186}/pyproject.toml +4 -3
- {langroid-0.1.185 → langroid-0.1.186}/LICENSE +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/README.md +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/batch.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/callbacks/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/chat_document.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/helpers.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/junk +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/openai_assistant.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/doc_chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_doc_chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_rag/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_rag/critic_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_rag/lance_rag_task.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_rag/lance_tools.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/lance_rag/query_planner_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/neo4j/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/neo4j/csv_kg_chat.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/neo4j/neo4j_chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/neo4j/utils/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/neo4j/utils/system_message.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/relevance_extractor_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/retriever_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/sql_chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/utils/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/utils/description_extractors.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/utils/populate_metadata.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/utils/system_message.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/sql/utils/tools.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/special/table_chat_agent.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/task.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tool_message.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/duckduckgo_search_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/extract_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/generator_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/google_search_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/metaphor_search_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/recipient_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/run_python_code.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/sciphi_search_rag_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent/tools/segment_extract_tool.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/agent_config.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/cachedb/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/cachedb/base.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/cachedb/momento_cachedb.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/cachedb/redis_cachedb.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/embedding_models/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/embedding_models/base.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/embedding_models/clustering.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/embedding_models/models.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/azure_openai.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/base.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/config.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/openai_assistants.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/openai_gpt.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/prompt_formatter/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/prompt_formatter/base.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/prompt_formatter/hf_formatter.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/prompt_formatter/llama2_formatter.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/mytypes.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/agent_chats.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/code-parsing.md +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/code_parser.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/config.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/document_parser.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/json.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/para_sentence_split.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/parser.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/repo_loader.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/search.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/spider.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/table_loader.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/url_loader.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/url_loader_cookies.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/urls.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/utils.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/parsing/web_search.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/chat-gpt4-system-prompt.md +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/dialog.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/prompts_config.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/templates.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/prompts/transforms.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/algorithms/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/algorithms/graph.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/configuration.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/constants.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/docker.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/globals.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/llms/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/llms/strings.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/logging.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/output/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/output/printing.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/pandas_utils.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/pydantic_utils.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/system.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/web/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/web/login.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/utils/web/selenium_login.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/__init__.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/base.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/chromadb.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/lancedb.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/meilisearch.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/momento.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/langroid/vector_store/qdrant_cloud.py +0 -0
- {langroid-0.1.185 → langroid-0.1.186}/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.186
|
4
4
|
Summary: Harness LLMs with Multi-Agent Programming
|
5
5
|
License: MIT
|
6
6
|
Author: Prasad Chalasani
|
@@ -37,7 +37,7 @@ Requires-Dist: google-api-python-client (>=2.95.0,<3.0.0)
|
|
37
37
|
Requires-Dist: halo (>=0.0.31,<0.0.32)
|
38
38
|
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
|
39
39
|
Requires-Dist: lancedb (>=0.4.1,<0.5.0)
|
40
|
-
Requires-Dist: litellm (>=1.22.
|
40
|
+
Requires-Dist: litellm (>=1.22.5,<2.0.0) ; extra == "litellm"
|
41
41
|
Requires-Dist: lxml (>=4.9.3,<5.0.0)
|
42
42
|
Requires-Dist: meilisearch (>=0.28.3,<0.29.0)
|
43
43
|
Requires-Dist: meilisearch-python-sdk (>=2.2.3,<3.0.0)
|
@@ -75,6 +75,7 @@ Requires-Dist: pytest-postgresql (>=5.0.0,<6.0.0) ; extra == "postgres"
|
|
75
75
|
Requires-Dist: pytest-redis (>=3.0.2,<4.0.0)
|
76
76
|
Requires-Dist: python-docx (>=1.1.0,<2.0.0)
|
77
77
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
78
|
+
Requires-Dist: python-socketio (>=5.11.0,<6.0.0) ; extra == "chainlit"
|
78
79
|
Requires-Dist: qdrant-client (>=1.7.0,<2.0.0)
|
79
80
|
Requires-Dist: rank-bm25 (>=0.2.2,<0.3.0)
|
80
81
|
Requires-Dist: redis (>=5.0.1,<6.0.0)
|
@@ -244,20 +244,6 @@ async def ask_user_step(
|
|
244
244
|
return res["output"]
|
245
245
|
|
246
246
|
|
247
|
-
async def show_first_user_message(message: cl.Message, agent_name: str):
|
248
|
-
"""Display first user message, which is not yet part of an Agent step,
|
249
|
-
using the Agent's name, so it is displayed with a title
|
250
|
-
consistent with subsequent user responses within the Agent's steps."""
|
251
|
-
|
252
|
-
step = cl.Step(
|
253
|
-
name=f"{agent_name} (You 😃)",
|
254
|
-
type="run",
|
255
|
-
id=message.id,
|
256
|
-
)
|
257
|
-
step.output = message.content
|
258
|
-
await step.update()
|
259
|
-
|
260
|
-
|
261
247
|
def wrap_text_preserving_structure(text: str, width: int = 90) -> str:
|
262
248
|
"""Wrap text preserving paragraph breaks. Typically used to
|
263
249
|
format an agent_response output, which may have long lines
|
@@ -285,7 +271,10 @@ class ChainlitAgentCallbacks:
|
|
285
271
|
stream: Optional[cl.Step] = None # pushed into openai_gpt.py to stream tokens
|
286
272
|
parent_agent: Optional[lr.Agent] = None # used to get parent id, for step nesting
|
287
273
|
|
288
|
-
def __init__(self, agent: lr.Agent):
|
274
|
+
def __init__(self, agent: lr.Agent, msg: cl.Message = None):
|
275
|
+
"""Add callbacks to the agent, and save the initial message,
|
276
|
+
so we can alter the display of the first user message.
|
277
|
+
"""
|
289
278
|
agent.callbacks.start_llm_stream = self.start_llm_stream
|
290
279
|
agent.callbacks.cancel_llm_stream = self.cancel_llm_stream
|
291
280
|
agent.callbacks.finish_llm_stream = self.finish_llm_stream
|
@@ -294,8 +283,11 @@ class ChainlitAgentCallbacks:
|
|
294
283
|
agent.callbacks.get_user_response = self.get_user_response
|
295
284
|
agent.callbacks.get_last_step = self.get_last_step
|
296
285
|
agent.callbacks.set_parent_agent = self.set_parent_agent
|
286
|
+
agent.callbacks.show_error_message = self.show_error_message
|
297
287
|
self.agent: lr.Agent = agent
|
298
288
|
self.name = agent.config.name
|
289
|
+
if msg is not None:
|
290
|
+
self.show_first_user_message(msg)
|
299
291
|
|
300
292
|
def _get_parent_id(self) -> str | None:
|
301
293
|
"""Get step id under which we need to nest the current step:
|
@@ -387,6 +379,18 @@ class ChainlitAgentCallbacks:
|
|
387
379
|
step.output = content or NO_ANSWER
|
388
380
|
run_sync(step.send()) # type: ignore
|
389
381
|
|
382
|
+
def show_error_message(self, error: str) -> None:
|
383
|
+
"""Show error message as a step."""
|
384
|
+
step = cl.Step(
|
385
|
+
name=self.agent.config.name + "(Error 🚫)",
|
386
|
+
type="run",
|
387
|
+
parent_id=self._get_parent_id(),
|
388
|
+
language="text",
|
389
|
+
)
|
390
|
+
self.last_step = step
|
391
|
+
step.output = error
|
392
|
+
run_sync(step.send())
|
393
|
+
|
390
394
|
def show_agent_response(self, content: str) -> None:
|
391
395
|
"""Show message from agent (typically tool handler).
|
392
396
|
Agent response can be considered as a "step"
|
@@ -456,19 +460,33 @@ class ChainlitAgentCallbacks:
|
|
456
460
|
step.output = message
|
457
461
|
run_sync(step.send())
|
458
462
|
|
463
|
+
def show_first_user_message(self, msg: cl.Message):
|
464
|
+
"""Show first user message as a step."""
|
465
|
+
step = cl.Step(
|
466
|
+
id=msg.id,
|
467
|
+
name=self.agent.config.name + "(You 😃)",
|
468
|
+
type="run",
|
469
|
+
parent_id=self._get_parent_id(),
|
470
|
+
)
|
471
|
+
self.last_step = step
|
472
|
+
step.output = msg.content
|
473
|
+
run_sync(step.update())
|
474
|
+
|
459
475
|
|
460
476
|
class ChainlitTaskCallbacks:
|
461
477
|
"""
|
462
|
-
|
478
|
+
Recursively inject ChainlitAgentCallbacks into a Langroid Task's agent and
|
463
479
|
agents of sub-tasks.
|
464
480
|
"""
|
465
481
|
|
466
|
-
def __init__(self, task: lr.Task):
|
467
|
-
|
482
|
+
def __init__(self, task: lr.Task, msg: cl.Message = None):
|
483
|
+
"""Inject callbacks recursively, ensuring msg is passed to the
|
484
|
+
top-level agent"""
|
485
|
+
ChainlitTaskCallbacks._inject_callbacks(task, msg)
|
468
486
|
|
469
487
|
@staticmethod
|
470
|
-
def _inject_callbacks(task: lr.Task) -> None:
|
471
|
-
# recursively apply
|
472
|
-
ChainlitAgentCallbacks(task.agent)
|
488
|
+
def _inject_callbacks(task: lr.Task, msg: cl.Message = None) -> None:
|
489
|
+
# recursively apply ChainlitAgentCallbacks to agents of sub-tasks
|
490
|
+
ChainlitAgentCallbacks(task.agent, msg)
|
473
491
|
for t in task.sub_tasks:
|
474
492
|
ChainlitTaskCallbacks._inject_callbacks(t)
|
@@ -134,11 +134,3 @@ def async_retry_with_exponential_backoff(
|
|
134
134
|
raise e
|
135
135
|
|
136
136
|
return wrapper
|
137
|
-
|
138
|
-
|
139
|
-
# @retry_with_exponential_backoff
|
140
|
-
# def completions_with_backoff(**kwargs):
|
141
|
-
# return openai.Completion.create(**kwargs)
|
142
|
-
|
143
|
-
|
144
|
-
# completions_with_backoff(model="text-davinci-002", prompt="Once upon a time,")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "langroid"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.186"
|
4
4
|
description = "Harness LLMs with Multi-Agent Programming"
|
5
5
|
authors = ["Prasad Chalasani <pchalasani@gmail.com>"]
|
6
6
|
readme = "README.md"
|
@@ -75,7 +75,7 @@ docstring-parser = "^0.15"
|
|
75
75
|
farm-haystack = {extras = ["ocr", "preprocessing", "file-conversion", "pdf"], version = "^1.21.1"}
|
76
76
|
meilisearch = "^0.28.3"
|
77
77
|
meilisearch-python-sdk = "^2.2.3"
|
78
|
-
litellm = {version = "^1.22.
|
78
|
+
litellm = {version = "^1.22.5", optional = true}
|
79
79
|
scrapy = "^2.11.0"
|
80
80
|
async-generator = "^1.10"
|
81
81
|
lancedb = "^0.4.1"
|
@@ -86,6 +86,7 @@ python-docx = "^1.1.0"
|
|
86
86
|
aiohttp = "^3.9.1"
|
87
87
|
metaphor-python = {version = "^0.1.23", optional = true}
|
88
88
|
chainlit = {version = "^1.0.200", optional = true}
|
89
|
+
python-socketio = {version="^5.11.0", optional=true}
|
89
90
|
|
90
91
|
[tool.poetry.extras]
|
91
92
|
# install these using `poetry install -E [...]` where [...] is one of the extras below
|
@@ -97,7 +98,7 @@ litellm = ["litellm"]
|
|
97
98
|
neo4j = ["neo4j"]
|
98
99
|
sciphi = ["agent-search"]
|
99
100
|
metaphor = ["metaphor-python"]
|
100
|
-
chainlit = ["chainlit"]
|
101
|
+
chainlit = ["chainlit", "python-socketio"]
|
101
102
|
|
102
103
|
[tool.poetry.group.dev.dependencies]
|
103
104
|
pytest = "^7.3.1"
|
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.185 → langroid-0.1.186}/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
|
{langroid-0.1.185 → langroid-0.1.186}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langroid-0.1.185 → langroid-0.1.186}/langroid/language_models/prompt_formatter/hf_formatter.py
RENAMED
File without changes
|
{langroid-0.1.185 → langroid-0.1.186}/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
|