meshagent-agents 0.0.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.

Potentially problematic release.


This version of meshagent-agents might be problematic. Click here for more details.

@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.2
2
+ Name: meshagent-agents
3
+ Version: 0.0.1
4
+ Summary: Agent Building Blocks for Meshagent
5
+ Home-page:
6
+ License: Apache License 2.0
7
+ Project-URL: Documentation, https://meshagent.com
8
+ Project-URL: Website, https://meshagent.com
9
+ Project-URL: Source, https://github.com/meshagent
10
+ Requires-Python: >=3.9.0
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: pyjwt>=2.0.0
14
+ Requires-Dist: pytest>=8.3.4
15
+ Requires-Dist: pytest-asyncio>=0.24.0
16
+ Requires-Dist: meshagent-api>=0.0.1
17
+ Requires-Dist: meshagent-tools>=0.0.1
18
+ Requires-Dist: meshagent-openai>=0.0.1
19
+ Requires-Dist: pydantic>=2.10.4
20
+ Requires-Dist: pydantic-ai>=0.0.23
21
+ Requires-Dist: chonkie>=0.5.1
22
+ Requires-Dist: chonkie[semantic]>=0.5.1
23
+ Requires-Dist: chonkie[openai]>=0.5.1
24
+ Dynamic: description-content-type
25
+ Dynamic: license
26
+ Dynamic: project-url
27
+ Dynamic: requires-dist
28
+ Dynamic: requires-python
29
+ Dynamic: summary
@@ -0,0 +1,22 @@
1
+ meshagent/agents/__init__.py,sha256=morriYsu4jkd6oboNO-s531uRTns_br6f4CV_AC7omg,303
2
+ meshagent/agents/adapter.py,sha256=fBNmLtHHgZbgWIqGDUPu5PrUV8qM-_E4kWWvHFWmZqg,1066
3
+ meshagent/agents/agent.py,sha256=VrjUH_scLe4CuZwsrnGMKVvi4NeUcAahd4K9CGEpwwk,15537
4
+ meshagent/agents/chat.py,sha256=JhEscOBipq5liAC_DrPYqyi3v_3td1x25mH5d0GWS5o,11565
5
+ meshagent/agents/context.py,sha256=yph6EW5byiKh8znumr6WgN5Us1x6SDPBS3PQo40_krg,2744
6
+ meshagent/agents/development.py,sha256=04VYL1Q_BWUTQeVuiVOpyjcs8bzUIX1eQ4VyTtjc5s0,926
7
+ meshagent/agents/hosting.py,sha256=e2wMGbWFt0WO3CJaTQehwbucftgUNVTgRsrBWiYDgcU,4973
8
+ meshagent/agents/indexer.py,sha256=7JYCnP-A_nqV5l7zhDgyoXhplNldL0_x4ERGhZ0Cx1k,19443
9
+ meshagent/agents/listener.py,sha256=kKFaWPmvmk1aCAlI55AAU3-QnOWCSZbf621xZz10rbs,5388
10
+ meshagent/agents/planning.py,sha256=CAnfX_ushG4OAvMCUnMs4XNYBoyc7PV_lgvTIMjhjrw,23116
11
+ meshagent/agents/prompt.py,sha256=PfdH_7_Re1jEPfDmkwtG74-SwyVA7uRXFk_4_s0us6k,1556
12
+ meshagent/agents/pydantic.py,sha256=MUAcc5HWEvnOPPR2DkFVvGykG00_W8BuPwFPrbzher8,4904
13
+ meshagent/agents/schema.py,sha256=Efzd-srpHazNq-jZ7bMNZX_TZJOBbfYfDHXbpLu_hhY,1292
14
+ meshagent/agents/single_shot_writer.py,sha256=-wMqQTYVYrh_P5Gc9PROOiTeJefdgNGWAYeRFZ2sQVk,3387
15
+ meshagent/agents/version.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
16
+ meshagent/agents/worker.py,sha256=vZ6tnOyjno8N551c5HsXR8Mw3ZPmYRa4o1MZ3i7hEG4,4374
17
+ meshagent/agents/writer.py,sha256=Ff8RVxdpFNKmo6zxaGkuFMz8MIKumdM0FIXX_6lbZ6Q,2738
18
+ meshagent_agents-0.0.1.dist-info/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
19
+ meshagent_agents-0.0.1.dist-info/METADATA,sha256=EPKnWFmGl4SIn5Xy17PyisiCqpLWrkpOkvRkqHAvt2g,896
20
+ meshagent_agents-0.0.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
21
+ meshagent_agents-0.0.1.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
22
+ meshagent_agents-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (76.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ meshagent