meshagent-agents 0.0.8__tar.gz → 0.0.10__tar.gz

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.

Files changed (34) hide show
  1. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/CHANGELOG.md +7 -1
  2. meshagent_agents-0.0.10/PKG-INFO +23 -0
  3. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/adapter.py +4 -2
  4. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/hosting.py +1 -1
  5. meshagent_agents-0.0.10/meshagent/agents/version.py +1 -0
  6. meshagent_agents-0.0.10/meshagent_agents.egg-info/PKG-INFO +23 -0
  7. meshagent_agents-0.0.10/meshagent_agents.egg-info/requires.txt +11 -0
  8. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/pyproject.toml +11 -11
  9. meshagent_agents-0.0.8/PKG-INFO +0 -23
  10. meshagent_agents-0.0.8/meshagent/agents/version.py +0 -1
  11. meshagent_agents-0.0.8/meshagent_agents.egg-info/PKG-INFO +0 -23
  12. meshagent_agents-0.0.8/meshagent_agents.egg-info/requires.txt +0 -11
  13. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/LICENSE +0 -0
  14. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/MANIFEST.in +0 -0
  15. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/README.md +0 -0
  16. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/__init__.py +0 -0
  17. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/agent.py +0 -0
  18. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/chat.py +0 -0
  19. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/context.py +0 -0
  20. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/development.py +0 -0
  21. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/indexer.py +0 -0
  22. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/listener.py +0 -0
  23. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/planning.py +0 -0
  24. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/prompt.py +0 -0
  25. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/pydantic.py +0 -0
  26. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/single_shot_writer.py +0 -0
  27. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/thread_schema.py +0 -0
  28. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/utils.py +0 -0
  29. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/worker.py +0 -0
  30. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent/agents/writer.py +0 -0
  31. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent_agents.egg-info/SOURCES.txt +0 -0
  32. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent_agents.egg-info/dependency_links.txt +0 -0
  33. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/meshagent_agents.egg-info/top_level.txt +0 -0
  34. {meshagent_agents-0.0.8 → meshagent_agents-0.0.10}/setup.cfg +0 -0
@@ -1,6 +1,12 @@
1
- ## [0.0.8]
1
+ ## [0.0.10]
2
+ - Stability
3
+
4
+ ## [0.0.9]
2
5
  - Stability
3
6
 
7
+ ## [0.0.8]
8
+ - Stability
9
+
4
10
  ## [0.0.7]
5
11
  - Added code editor agent
6
12
  - Fixes
@@ -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
@@ -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
 
@@ -0,0 +1 @@
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
@@ -0,0 +1,11 @@
1
+ pyjwt~=2.10.1
2
+ pytest~=8.3.5
3
+ pytest-asyncio~=0.26.0
4
+ meshagent-api~=0.0.10
5
+ meshagent-tools~=0.0.10
6
+ meshagent-openai~=0.0.10
7
+ pydantic~=2.11.1
8
+ pydantic-ai~=0.0.48
9
+ chonkie~=0.5.1
10
+ chonkie[semantic]~=0.5.1
11
+ chonkie[openai]~=0.5.1
@@ -14,17 +14,17 @@ license = "Apache-2.0"
14
14
  classifiers = []
15
15
  keywords = []
16
16
  dependencies = [
17
- "pyjwt>=2.0.0",
18
- "pytest>=8.3.4",
19
- "pytest-asyncio>=0.24.0",
20
- "meshagent-api>=0.0.8",
21
- "meshagent-tools>=0.0.8",
22
- "meshagent-openai>=0.0.8",
23
- "pydantic>=2.10.4",
24
- "pydantic-ai>=0.0.23",
25
- "chonkie>=0.5.1",
26
- "chonkie[semantic]>=0.5.1",
27
- "chonkie[openai]>=0.5.1"
17
+ "pyjwt~=2.10.1",
18
+ "pytest~=8.3.5",
19
+ "pytest-asyncio~=0.26.0",
20
+ "meshagent-api~=0.0.10",
21
+ "meshagent-tools~=0.0.10",
22
+ "meshagent-openai~=0.0.10",
23
+ "pydantic~=2.11.1",
24
+ "pydantic-ai~=0.0.48",
25
+ "chonkie~=0.5.1",
26
+ "chonkie[semantic]~=0.5.1",
27
+ "chonkie[openai]~=0.5.1"
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -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
@@ -1 +0,0 @@
1
- __version__ = "0.0.8"
@@ -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
@@ -1,11 +0,0 @@
1
- pyjwt>=2.0.0
2
- pytest>=8.3.4
3
- pytest-asyncio>=0.24.0
4
- meshagent-api>=0.0.8
5
- meshagent-tools>=0.0.8
6
- meshagent-openai>=0.0.8
7
- pydantic>=2.10.4
8
- pydantic-ai>=0.0.23
9
- chonkie>=0.5.1
10
- chonkie[semantic]>=0.5.1
11
- chonkie[openai]>=0.5.1