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

@@ -3,7 +3,9 @@ from .agent import AgentChatContext
3
3
  from jsonschema import validate
4
4
  from meshagent.tools.toolkit import Response, Toolkit
5
5
  from meshagent.api import RoomClient
6
- from typing import Any, Optional, Callable
6
+ from typing import Any, Optional, Callable, TypeVar, Generic
7
+
8
+ T = TypeVar("T")
7
9
 
8
10
  class ToolResponseAdapter(ABC):
9
11
  def __init__(self):
@@ -18,7 +20,7 @@ class ToolResponseAdapter(ABC):
18
20
  pass
19
21
 
20
22
 
21
- class LLMAdapter[T](ABC):
23
+ class LLMAdapter(Generic[T]):
22
24
 
23
25
  def create_chat_context(self) -> AgentChatContext:
24
26
  return AgentChatContext()
@@ -8,7 +8,7 @@ from aiohttp import web
8
8
  import asyncio
9
9
 
10
10
  import logging
11
- from typing import Callable, Optional, TypeVar
11
+ from typing import Callable, Optional
12
12
 
13
13
  from .agent import TaskRunner
14
14
 
@@ -1 +1 @@
1
- __version__ = "0.0.8"
1
+ __version__ = "0.0.10"
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: meshagent-agents
3
+ Version: 0.0.10
4
+ Summary: Agent Building Blocks for Meshagent
5
+ License-Expression: Apache-2.0
6
+ Project-URL: Documentation, https://meshagent.com
7
+ Project-URL: Website, https://meshagent.com
8
+ Project-URL: Source, https://github.com/meshagent
9
+ Requires-Python: >=3.9.0
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: pyjwt~=2.10.1
13
+ Requires-Dist: pytest~=8.3.5
14
+ Requires-Dist: pytest-asyncio~=0.26.0
15
+ Requires-Dist: meshagent-api~=0.0.10
16
+ Requires-Dist: meshagent-tools~=0.0.10
17
+ Requires-Dist: meshagent-openai~=0.0.10
18
+ Requires-Dist: pydantic~=2.11.1
19
+ Requires-Dist: pydantic-ai~=0.0.48
20
+ Requires-Dist: chonkie~=0.5.1
21
+ Requires-Dist: chonkie[semantic]~=0.5.1
22
+ Requires-Dist: chonkie[openai]~=0.5.1
23
+ Dynamic: license-file
@@ -1,10 +1,10 @@
1
1
  meshagent/agents/__init__.py,sha256=S83622vDM9hWErcgfwZg8lJT2ncu00OEgnxoIbY3VcM,376
2
- meshagent/agents/adapter.py,sha256=i2ck7a6B8ByXRZgtOH7chc7VT2cpk3uBAdEd93Ts7jI,1278
2
+ meshagent/agents/adapter.py,sha256=_83Q2XiA8e6Xh37xYnJ9z75AbDWskR-mmKH-LLq6mpA,1318
3
3
  meshagent/agents/agent.py,sha256=yQWgzv2k9tHsGwTPbU3AkE58q0_nURYLd2wMjI4o6og,19089
4
4
  meshagent/agents/chat.py,sha256=7BfNM976_VXm5s5OgKu2bxZdrstqifrs9mpGax5OPDY,17938
5
5
  meshagent/agents/context.py,sha256=6eFK7wizjzZmZyhbqwazlT_E_e_Cpb17Qa3tBk2BJzw,3804
6
6
  meshagent/agents/development.py,sha256=04VYL1Q_BWUTQeVuiVOpyjcs8bzUIX1eQ4VyTtjc5s0,926
7
- meshagent/agents/hosting.py,sha256=e2wMGbWFt0WO3CJaTQehwbucftgUNVTgRsrBWiYDgcU,4973
7
+ meshagent/agents/hosting.py,sha256=YsEHjFcikzPSedGQ9ZqsffblC8A-L6kgKBp85FcN8-I,4964
8
8
  meshagent/agents/indexer.py,sha256=P25QsxNh8B26wZSVs9t5wWS7xd3FF7ocXXq4PQvscus,19438
9
9
  meshagent/agents/listener.py,sha256=kKFaWPmvmk1aCAlI55AAU3-QnOWCSZbf621xZz10rbs,5388
10
10
  meshagent/agents/planning.py,sha256=GLP97e_u7NmG1HjsucPpZndqiFPYVTEAYDdu1dQu5Go,22958
@@ -13,11 +13,11 @@ meshagent/agents/pydantic.py,sha256=BXALTyj8O9vV-eY5ejiJoYIY4zVl9AKetsqGUxixbiY,
13
13
  meshagent/agents/single_shot_writer.py,sha256=CJ7KgekR6JUSbYZ8OdYmhBPPjEWDYNtbIjR4g1wkWAA,3405
14
14
  meshagent/agents/thread_schema.py,sha256=mmm1p7A6Eux98xsNXwGSNq_DjkMn3hsyaWsplc6akCM,2575
15
15
  meshagent/agents/utils.py,sha256=Vjl1CR_K7VbTl0RRBnswfxxndhl8oJMDdOxPlOsC9Fk,1443
16
- meshagent/agents/version.py,sha256=ICOxGt7ta-t2F9uXLMXVo-4VDYGM0IEvKPStCf0y8Rk,21
16
+ meshagent/agents/version.py,sha256=LFz870IUmDnNaRKCPtUWH5KfC_p8W1BKvQfJgR-6IFM,22
17
17
  meshagent/agents/worker.py,sha256=Te3uK5y31cvtVajf9gFuMT0a-PKkMXBSWEEv01MnKcI,3952
18
18
  meshagent/agents/writer.py,sha256=Ff8RVxdpFNKmo6zxaGkuFMz8MIKumdM0FIXX_6lbZ6Q,2738
19
- meshagent_agents-0.0.8.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
20
- meshagent_agents-0.0.8.dist-info/METADATA,sha256=pybRNpDhSWT0AUxsR81L5774DvYTi87GA-eSKwGmlFM,772
21
- meshagent_agents-0.0.8.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
22
- meshagent_agents-0.0.8.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
23
- meshagent_agents-0.0.8.dist-info/RECORD,,
19
+ meshagent_agents-0.0.10.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
20
+ meshagent_agents-0.0.10.dist-info/METADATA,sha256=OAu3_kVGz6SKHFaq72j2dPu3Ay1PdTSuswZE4siYJH8,777
21
+ meshagent_agents-0.0.10.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
22
+ meshagent_agents-0.0.10.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
23
+ meshagent_agents-0.0.10.dist-info/RECORD,,
@@ -1,23 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: meshagent-agents
3
- Version: 0.0.8
4
- Summary: Agent Building Blocks for Meshagent
5
- License-Expression: Apache-2.0
6
- Project-URL: Documentation, https://meshagent.com
7
- Project-URL: Website, https://meshagent.com
8
- Project-URL: Source, https://github.com/meshagent
9
- Requires-Python: >=3.9.0
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE
12
- Requires-Dist: pyjwt>=2.0.0
13
- Requires-Dist: pytest>=8.3.4
14
- Requires-Dist: pytest-asyncio>=0.24.0
15
- Requires-Dist: meshagent-api>=0.0.8
16
- Requires-Dist: meshagent-tools>=0.0.8
17
- Requires-Dist: meshagent-openai>=0.0.8
18
- Requires-Dist: pydantic>=2.10.4
19
- Requires-Dist: pydantic-ai>=0.0.23
20
- Requires-Dist: chonkie>=0.5.1
21
- Requires-Dist: chonkie[semantic]>=0.5.1
22
- Requires-Dist: chonkie[openai]>=0.5.1
23
- Dynamic: license-file