ambivo-agents 1.3.3__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.
@@ -0,0 +1,30 @@
1
+ ambivo_agents/__init__.py,sha256=Dk1rRf9VkJnx4cL_6IL6Jt7Z27mDNtHs1EtAXzeIcik,1911
2
+ ambivo_agents/cli.py,sha256=Z_6cErwlKuhNd7mfs4Xycp77IY3-GhH6fIMuLT7LWKA,73124
3
+ ambivo_agents/agents/__init__.py,sha256=PFB2s8KkA7RZchA5mIwmStz6Mx4-zX1kmIbDAmEiBfg,524
4
+ ambivo_agents/agents/assistant.py,sha256=2TaYI3EMF_BoK_TLyr_yUnidwXn5S-gaT94y_GJYduw,2842
5
+ ambivo_agents/agents/code_executor.py,sha256=Ukwz0ffChQGa7phxelmd1lpOrh4qsSXOj3oWFGMHvgI,5284
6
+ ambivo_agents/agents/knowledge_base.py,sha256=pJDVoCWieVCvSH5rGuW2UkiBEAdLrJBMkrf6EkAQG5s,23643
7
+ ambivo_agents/agents/media_editor.py,sha256=iuccVLGl66iaVChXbNFg5W_Qxp9sdppTJrTdHbhtgW4,33834
8
+ ambivo_agents/agents/simple_web_search.py,sha256=U6X0nPq20zaPnh774gu8cGbLUOXgZCXn130_RWVK0OI,13999
9
+ ambivo_agents/agents/web_scraper.py,sha256=e0AeP25TR0lAZ6Co0ZWd6QtN_DAjymj9dZ_d6WXxmJg,25667
10
+ ambivo_agents/agents/web_search.py,sha256=9iTfOQlDZHp3AYVPJ_AvNrDh8OjmfI1OJg1xGDMUSXk,25216
11
+ ambivo_agents/agents/youtube_download.py,sha256=LduzF_yIwNX8qA3Ll7UhRMeQqPb6TxAK1aehhvslDjs,22937
12
+ ambivo_agents/config/__init__.py,sha256=8Wjm89hWCT6Jpv2AffyPJX1HfoBm4-8IliYY87Q2VUg,136
13
+ ambivo_agents/config/loader.py,sha256=egaxvCUJwtqBkkmaWpr_gmm86_OuTwPdIIIElAJDIa8,9005
14
+ ambivo_agents/core/__init__.py,sha256=J4jVF30GA1S8HTFCU-PSyxLiwBrTZblMGsbjJ-cDHIw,788
15
+ ambivo_agents/core/base.py,sha256=KqYAeT9--CascvSxhBab9sz8V5lLUnRbTZqAP1QP8us,31421
16
+ ambivo_agents/core/llm.py,sha256=adCQ728hktyDEGs9IuTvTky4PTPxFc5QgTDInI9o8Jw,13410
17
+ ambivo_agents/core/memory.py,sha256=ZMCh_4BkCXv-RbZOCT5rjbci1k9oCCMUwQDoJHVq-Kg,23601
18
+ ambivo_agents/executors/__init__.py,sha256=Fufs72NQefcKvd_S5vos5Q0emCjBZoUBqkLx2PerctQ,270
19
+ ambivo_agents/executors/docker_executor.py,sha256=dbwpZsbxN2v87QdRRJFh_00ZEKq2o88CpiQOncsSZhc,3950
20
+ ambivo_agents/executors/media_executor.py,sha256=8wZuzLJsU-44AgeBv-_YSDll9eSoc1UO3vcSEwLrRBk,8850
21
+ ambivo_agents/executors/youtube_executor.py,sha256=RFm9_D6qrFlvZkZ6l-L1ZmN16kBz27GHacJ8KFg8fPs,14429
22
+ ambivo_agents/services/__init__.py,sha256=HY7vfYs5-YPz5-778i_YRGDPLpP3Li6j-1-sQYualSU,202
23
+ ambivo_agents/services/agent_service.py,sha256=CfiQ-77rkM3WHG2foztxeKsp7zotAH-ICy6bCbDa_fM,24228
24
+ ambivo_agents/services/factory.py,sha256=xo-y1F9cX_LLTNK186SjBaDiwPHgksfkpRA8hK1fAIw,16244
25
+ ambivo_agents-1.3.3.dist-info/licenses/LICENSE,sha256=N9hzEKOrKL9mGvT5Hq0Mab9giyKpZtTiH7cBTdkWJZo,1086
26
+ ambivo_agents-1.3.3.dist-info/METADATA,sha256=ZUZafgT_bUWjXv268gXZTJTm5_k7s3bfEyAk9yE2y6g,22676
27
+ ambivo_agents-1.3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ ambivo_agents-1.3.3.dist-info/entry_points.txt,sha256=ShR1PcpPBV-e7nyLPGUHBluLdCyuoUlJmxh2XpUzbso,87
29
+ ambivo_agents-1.3.3.dist-info/top_level.txt,sha256=9PR71w0Op0nCVZrVSuxUwVWVZsGFyoOdEr7Hn6iEgEg,14
30
+ ambivo_agents-1.3.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ ambivo = ambivo_agents.cli:cli
3
+ ambivo-agents = ambivo_agents.cli:cli
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Hemant Gosain 'Sunny' / Ambivo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ ambivo_agents