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

meshagent/agents/agent.py CHANGED
@@ -162,7 +162,7 @@ class SingleRoomAgent(Agent):
162
162
 
163
163
  if requirement.name.startswith("https://"):
164
164
  url = requirement.name
165
- else:
165
+ else:
166
166
  url = f"{meshagent_base_url()}/toolkits/{requirement.name}"
167
167
 
168
168
  await self._room.agents.make_call(url=url, name=requirement.name, arguments={})
@@ -1 +1 @@
1
- __version__ = "0.0.31"
1
+ __version__ = "0.0.32"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-agents
3
- Version: 0.0.31
3
+ Version: 0.0.32
4
4
  Summary: Agent Building Blocks for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -12,20 +12,20 @@ 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.31
16
- Requires-Dist: meshagent-tools~=0.0.31
17
- Requires-Dist: meshagent-openai~=0.0.31
15
+ Requires-Dist: meshagent-api~=0.0.32
16
+ Requires-Dist: meshagent-tools~=0.0.32
17
+ Requires-Dist: meshagent-openai~=0.0.32
18
18
  Requires-Dist: pydantic~=2.11.1
19
19
  Requires-Dist: pydantic-ai~=0.0.48
20
20
  Requires-Dist: opentelemetry-distro~=0.54b1
21
21
  Provides-Extra: all
22
- Requires-Dist: meshagent-api[all]~=0.0.31; extra == "all"
22
+ Requires-Dist: meshagent-api[all]~=0.0.32; extra == "all"
23
23
  Requires-Dist: chonkie~=0.5.1; extra == "all"
24
24
  Requires-Dist: chonkie[semantic]~=0.5.1; extra == "all"
25
25
  Requires-Dist: chonkie[openai]~=0.5.1; extra == "all"
26
26
  Requires-Dist: aiosmtplib~=4.0.1; extra == "all"
27
27
  Provides-Extra: sync
28
- Requires-Dist: meshagent-api[sync]~=0.0.31; extra == "sync"
28
+ Requires-Dist: meshagent-api[sync]~=0.0.32; extra == "sync"
29
29
  Provides-Extra: mail
30
30
  Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
31
31
  Provides-Extra: rag
@@ -1,6 +1,6 @@
1
1
  meshagent/agents/__init__.py,sha256=S83622vDM9hWErcgfwZg8lJT2ncu00OEgnxoIbY3VcM,376
2
2
  meshagent/agents/adapter.py,sha256=_83Q2XiA8e6Xh37xYnJ9z75AbDWskR-mmKH-LLq6mpA,1318
3
- meshagent/agents/agent.py,sha256=CDxhHWIDj418zEwqsGJ68p3MJc0Ces2GdaJ9BvpSx6I,19423
3
+ meshagent/agents/agent.py,sha256=b3Mr3nMpCxJLgy-TqyrdWHMqOSnHhPZocoe7U47rI6A,19419
4
4
  meshagent/agents/chat.py,sha256=LjiyQmNEcp5iMeBT26bVfngeXZF3IRJ7muVGrqGFD2w,24491
5
5
  meshagent/agents/context.py,sha256=6eFK7wizjzZmZyhbqwazlT_E_e_Cpb17Qa3tBk2BJzw,3804
6
6
  meshagent/agents/development.py,sha256=04VYL1Q_BWUTQeVuiVOpyjcs8bzUIX1eQ4VyTtjc5s0,926
@@ -14,7 +14,7 @@ meshagent/agents/pydantic.py,sha256=My9sv1A56unA0qVoPSH-mYtxcgl0AKyxFgyOM70pjLM,
14
14
  meshagent/agents/single_shot_writer.py,sha256=QsGvTIw1qtp8nGLfzuJwdZj6ucY4cW9rdecqNwv83FA,3355
15
15
  meshagent/agents/thread_schema.py,sha256=-KGAMNxQsVuXpvc0avV-OYHe2LMXpjTu5PyQ-1nBnyE,2667
16
16
  meshagent/agents/utils.py,sha256=upMbvG4KODZijeTO3IdW4GgzFPz4jXTzNhZBDmtroic,1431
17
- meshagent/agents/version.py,sha256=JkmidIUbQFwwAhFKnz2l-8dxIwGERIblSCC4CXcpX08,22
17
+ meshagent/agents/version.py,sha256=Yq1_Y0B3QxNEYpyakCBsRQ3wcIEwMrDY8dSH-jaBKa8,22
18
18
  meshagent/agents/worker.py,sha256=G2Q3UpUCQQ8GtPK5_LW4q8uDOyuJXJM_zdRPsx4puck,3260
19
19
  meshagent/agents/writer.py,sha256=2Nk52JcjdRz3EnGBO4EHnv49QzByWiije1LKMNuCAIo,2687
20
20
  meshagent/agents/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -23,8 +23,8 @@ meshagent/agents/schemas/gallery.py,sha256=fzAdlDrn_dJz4FDPkSTH9ir7QmRpV8wFjj6RT
23
23
  meshagent/agents/schemas/presentation.py,sha256=DreBXAU7Lx92NBPTlEOZq1gdaRs0OkZrJgPT5N7fYH4,1265
24
24
  meshagent/agents/schemas/schema.py,sha256=O52T5nUGRNQ8AsamZ_W_IQ8WRDqSBo3vWFDSQcC7Lcg,4473
25
25
  meshagent/agents/schemas/super_editor_document.py,sha256=lFpbZn_s_6hchimddzpnGneJ7LaB6dTN_AnLZsx2r9c,1469
26
- meshagent_agents-0.0.31.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
27
- meshagent_agents-0.0.31.dist-info/METADATA,sha256=ldKAbJie7sfVTBaEEyGypPN7irHEKJCTXGlcx74wiHE,1351
28
- meshagent_agents-0.0.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
- meshagent_agents-0.0.31.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
30
- meshagent_agents-0.0.31.dist-info/RECORD,,
26
+ meshagent_agents-0.0.32.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
27
+ meshagent_agents-0.0.32.dist-info/METADATA,sha256=eN2rub5TGuggT0FzFwxosOQNIVstTUxVPjnM0sIWNeQ,1351
28
+ meshagent_agents-0.0.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ meshagent_agents-0.0.32.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
30
+ meshagent_agents-0.0.32.dist-info/RECORD,,