meshagent-agents 0.0.16__py3-none-any.whl → 0.0.17__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.

@@ -7,6 +7,7 @@ thread_schema = MeshSchema(
7
7
  tag_name="thread",
8
8
  description="a thread of messages",
9
9
  properties=[
10
+ ValueProperty(name="name", description="name of the tread", type="string"),
10
11
  ChildProperty(name="properties", description="the messages in the thread", ordered=True, child_tag_names=[
11
12
  "members", "messages"
12
13
  ]),
@@ -1 +1 @@
1
- __version__ = "0.0.16"
1
+ __version__ = "0.0.17"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-agents
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Agent Building Blocks for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://meshagent.com
@@ -12,9 +12,9 @@ License-File: LICENSE
12
12
  Requires-Dist: pyjwt~=2.10.1
13
13
  Requires-Dist: pytest~=8.3.5
14
14
  Requires-Dist: pytest-asyncio~=0.26.0
15
- Requires-Dist: meshagent-api~=0.0.16
16
- Requires-Dist: meshagent-tools~=0.0.16
17
- Requires-Dist: meshagent-openai~=0.0.16
15
+ Requires-Dist: meshagent-api~=0.0.17
16
+ Requires-Dist: meshagent-tools~=0.0.17
17
+ Requires-Dist: meshagent-openai~=0.0.17
18
18
  Requires-Dist: pydantic~=2.11.1
19
19
  Requires-Dist: pydantic-ai~=0.0.48
20
20
  Requires-Dist: chonkie~=0.5.1
@@ -11,9 +11,9 @@ meshagent/agents/planning.py,sha256=NtXzYiwykeYdQghWjwsChy4f9OgIsQZWiIstpZvtGtU,
11
11
  meshagent/agents/prompt.py,sha256=sidiyLLC6Lr9KO3cUTKttd2oROlcizle_4iKoaNrfhA,1864
12
12
  meshagent/agents/pydantic.py,sha256=My9sv1A56unA0qVoPSH-mYtxcgl0AKyxFgyOM70pjLM,6062
13
13
  meshagent/agents/single_shot_writer.py,sha256=QsGvTIw1qtp8nGLfzuJwdZj6ucY4cW9rdecqNwv83FA,3355
14
- meshagent/agents/thread_schema.py,sha256=mmm1p7A6Eux98xsNXwGSNq_DjkMn3hsyaWsplc6akCM,2575
14
+ meshagent/agents/thread_schema.py,sha256=-KGAMNxQsVuXpvc0avV-OYHe2LMXpjTu5PyQ-1nBnyE,2667
15
15
  meshagent/agents/utils.py,sha256=upMbvG4KODZijeTO3IdW4GgzFPz4jXTzNhZBDmtroic,1431
16
- meshagent/agents/version.py,sha256=FVaR7FECqXYVLPTbZJc8xaVE53Dla9KUQqy1YxYZH0A,22
16
+ meshagent/agents/version.py,sha256=Sd6j21A3v31CfSZ7ASugNxkOYAo0W0NUqcHuzfW7jJA,22
17
17
  meshagent/agents/worker.py,sha256=3y7D59ea7c09bwMFAjw1SUspAxe1Gzsta7lzsoyJgKA,3901
18
18
  meshagent/agents/writer.py,sha256=2Nk52JcjdRz3EnGBO4EHnv49QzByWiije1LKMNuCAIo,2687
19
19
  meshagent/agents/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -22,8 +22,8 @@ meshagent/agents/schemas/gallery.py,sha256=fzAdlDrn_dJz4FDPkSTH9ir7QmRpV8wFjj6RT
22
22
  meshagent/agents/schemas/presentation.py,sha256=DreBXAU7Lx92NBPTlEOZq1gdaRs0OkZrJgPT5N7fYH4,1265
23
23
  meshagent/agents/schemas/schema.py,sha256=O52T5nUGRNQ8AsamZ_W_IQ8WRDqSBo3vWFDSQcC7Lcg,4473
24
24
  meshagent/agents/schemas/super_editor_document.py,sha256=lFpbZn_s_6hchimddzpnGneJ7LaB6dTN_AnLZsx2r9c,1469
25
- meshagent_agents-0.0.16.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
26
- meshagent_agents-0.0.16.dist-info/METADATA,sha256=Dc-FlcOZalyQCoDuDkPFGnPHZORObpvXoyxHYdrnCy0,777
27
- meshagent_agents-0.0.16.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
28
- meshagent_agents-0.0.16.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
29
- meshagent_agents-0.0.16.dist-info/RECORD,,
25
+ meshagent_agents-0.0.17.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
26
+ meshagent_agents-0.0.17.dist-info/METADATA,sha256=BbCRMOoapY2PqRrasb6kFC9shx00_EUvr3B_jk_ep6E,777
27
+ meshagent_agents-0.0.17.dist-info/WHEEL,sha256=7ciDxtlje1X8OhobNuGgi1t-ACdFSelPnSmDPrtlobY,91
28
+ meshagent_agents-0.0.17.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
29
+ meshagent_agents-0.0.17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5