langroid 0.9.0__py3-none-any.whl → 0.9.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.
- langroid/agent/tools/__init__.py +14 -1
- {langroid-0.9.0.dist-info → langroid-0.9.1.dist-info}/METADATA +3 -2
- {langroid-0.9.0.dist-info → langroid-0.9.1.dist-info}/RECORD +6 -6
- pyproject.toml +1 -1
- {langroid-0.9.0.dist-info → langroid-0.9.1.dist-info}/LICENSE +0 -0
- {langroid-0.9.0.dist-info → langroid-0.9.1.dist-info}/WHEEL +0 -0
langroid/agent/tools/__init__.py
CHANGED
@@ -5,7 +5,15 @@ from . import orchestration
|
|
5
5
|
from .google_search_tool import GoogleSearchTool
|
6
6
|
from .recipient_tool import AddRecipientTool, RecipientTool
|
7
7
|
from .rewind_tool import RewindTool
|
8
|
-
from .orchestration import
|
8
|
+
from .orchestration import (
|
9
|
+
AgentDoneTool,
|
10
|
+
DoneTool,
|
11
|
+
ForwardTool,
|
12
|
+
PassTool,
|
13
|
+
SendTool,
|
14
|
+
AgentSendTool,
|
15
|
+
DonePassTool,
|
16
|
+
)
|
9
17
|
|
10
18
|
__all__ = [
|
11
19
|
"GoogleSearchTool",
|
@@ -18,4 +26,9 @@ __all__ = [
|
|
18
26
|
"orchestration",
|
19
27
|
"AgentDoneTool",
|
20
28
|
"DoneTool",
|
29
|
+
"DonePassTool",
|
30
|
+
"ForwardTool",
|
31
|
+
"PassTool",
|
32
|
+
"SendTool",
|
33
|
+
"AgentSendTool",
|
21
34
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: langroid
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: Harness LLMs with Multi-Agent Programming
|
5
5
|
License: MIT
|
6
6
|
Author: Prasad Chalasani
|
@@ -237,7 +237,8 @@ teacher_task.run()
|
|
237
237
|
<summary> <b>Click to expand</b></summary>
|
238
238
|
|
239
239
|
- **Aug 2024:**
|
240
|
-
- **[0.
|
240
|
+
- **[0.9.0](https://github.com/langroid/langroid/releases/tag/0.9.0)** Orchestration Tools, to signal various task statuses, and to pass messages between agents.
|
241
|
+
- **[0.7.0](https://github.com/langroid/langroid/releases/tag/0.7.0)** OpenAI tools API support, including multi-tools.
|
241
242
|
- **Jul 2024:**
|
242
243
|
- **[0.3.0](https://github.com/langroid/langroid/releases/tag/0.3.0)**: Added [FastEmbed](https://qdrant.github.io/fastembed/qdrant/Usage_With_Qdrant/) embeddings from Qdrant
|
243
244
|
- **Jun 2024:**
|
@@ -34,7 +34,7 @@ langroid/agent/special/sql/utils/tools.py,sha256=vFYysk6Vi7HJjII8B4RitA3pt_z3gkS
|
|
34
34
|
langroid/agent/special/table_chat_agent.py,sha256=d9v2wsblaRx7oMnKhLV7uO_ujvk9gh59pSGvBXyeyNc,9659
|
35
35
|
langroid/agent/task.py,sha256=taSP80E_pcqa6OEGi9weOQXx7It8SZvgosfuVv4DQcw,80300
|
36
36
|
langroid/agent/tool_message.py,sha256=pArap87HNODwBVH2Dyu4Oi_OOhK0NH65pDUOHvIKV0E,10101
|
37
|
-
langroid/agent/tools/__init__.py,sha256=
|
37
|
+
langroid/agent/tools/__init__.py,sha256=lgWAWsPgMx-NdDPVX6tXO_U0cIQX7dwzhUC0G4IfUgk,726
|
38
38
|
langroid/agent/tools/duckduckgo_search_tool.py,sha256=NhsCaGZkdv28nja7yveAhSK_w6l_Ftym8agbrdzqgfo,1935
|
39
39
|
langroid/agent/tools/extract_tool.py,sha256=u5lL9rKBzaLBOrRyLnTAZ97pQ1uxyLP39XsWMnpaZpw,3789
|
40
40
|
langroid/agent/tools/generator_tool.py,sha256=y0fB0ZObjA0b3L0uSTtrqRCKHDUR95arBftqiUeKD2o,663
|
@@ -133,8 +133,8 @@ langroid/vector_store/meilisearch.py,sha256=6frB7GFWeWmeKzRfLZIvzRjllniZ1cYj3Hmh
|
|
133
133
|
langroid/vector_store/momento.py,sha256=qR-zBF1RKVHQZPZQYW_7g-XpTwr46p8HJuYPCkfJbM4,10534
|
134
134
|
langroid/vector_store/qdrant_cloud.py,sha256=3im4Mip0QXLkR6wiqVsjV1QvhSElfxdFSuDKddBDQ-4,188
|
135
135
|
langroid/vector_store/qdrantdb.py,sha256=v88lqFkepADvlN6lByUj9I4NEKa9X9lWH16uTPPbYrE,17457
|
136
|
-
pyproject.toml,sha256=
|
137
|
-
langroid-0.9.
|
138
|
-
langroid-0.9.
|
139
|
-
langroid-0.9.
|
140
|
-
langroid-0.9.
|
136
|
+
pyproject.toml,sha256=vMlwc5WYI8gotrY4XvY5I-pRI4LPiUYU2KsaqEZxfvQ,7087
|
137
|
+
langroid-0.9.1.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
|
138
|
+
langroid-0.9.1.dist-info/METADATA,sha256=z_Dkfgzr-BDwsHnehLrejgyFJPYkdMHPwb7GFHcobj4,54751
|
139
|
+
langroid-0.9.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
140
|
+
langroid-0.9.1.dist-info/RECORD,,
|
pyproject.toml
CHANGED
File without changes
|
File without changes
|