meshagent-api 0.40.2__tar.gz → 0.41.0__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.
- {meshagent_api-0.40.2/meshagent_api.egg-info → meshagent_api-0.41.0}/PKG-INFO +1 -1
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/__init__.py +24 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/agent_content.py +1 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/client.py +951 -43
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/client_test.py +369 -1
- meshagent_api-0.41.0/meshagent/api/managed_agents.py +179 -0
- meshagent_api-0.41.0/meshagent/api/managed_agents_test.py +205 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/participant_token.py +28 -6
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/participant_token_test.py +20 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/room_server_client.py +13 -26
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/room_server_client_test.py +0 -6
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/specs/service.py +117 -0
- meshagent_api-0.41.0/meshagent/api/version.py +1 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0/meshagent_api.egg-info}/PKG-INFO +1 -1
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent_api.egg-info/SOURCES.txt +2 -0
- meshagent_api-0.40.2/meshagent/api/version.py +0 -1
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/LICENSE +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/MANIFEST.in +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/README.md +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/aiohttp_redaction.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/chan.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/crdt.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/dataset_schema.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/entrypoint.js +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/error_codes.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/helpers.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/http.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/image_runtime.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/keys.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/messaging.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/messaging_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/oauth.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/oauth_scopes.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/oauth_scopes_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/participant.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/port_forward.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/port_forward_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/protocol.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/protocol_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/py.typed +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/reasoning_schema.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/registry_auth.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/room_ports.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/runtime.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/runtime_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema_document.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema_document_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema_registry.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/schema_util.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/service_spec_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/service_template_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/services.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/sql.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/sql_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/token_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/urls.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/webhooks.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/websocket_protocol.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent/api/websocket_protocol_test.py +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent_api.egg-info/dependency_links.txt +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent_api.egg-info/requires.txt +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/meshagent_api.egg-info/top_level.txt +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/pyproject.toml +0 -0
- {meshagent_api-0.40.2 → meshagent_api-0.41.0}/setup.cfg +0 -0
|
@@ -31,9 +31,11 @@ from .room_server_client import (
|
|
|
31
31
|
StorageEntry,
|
|
32
32
|
)
|
|
33
33
|
from .client import (
|
|
34
|
+
AgentRoomGrant,
|
|
34
35
|
Meshagent,
|
|
35
36
|
CreateProjectRepositoryRequest,
|
|
36
37
|
CreateRepositoryTokenRequest,
|
|
38
|
+
ProjectAgentRoomGrant,
|
|
37
39
|
UpdateProjectRepositoryRequest,
|
|
38
40
|
ProjectInfo,
|
|
39
41
|
ProjectRepository,
|
|
@@ -46,6 +48,17 @@ from .participant_token import (
|
|
|
46
48
|
DatasetGrant,
|
|
47
49
|
LLMGrant,
|
|
48
50
|
)
|
|
51
|
+
from .managed_agents import (
|
|
52
|
+
AllowedAnthropicModel,
|
|
53
|
+
AllowedModel,
|
|
54
|
+
AllowedOpenAIModel,
|
|
55
|
+
ManagedAgentImageGeneration,
|
|
56
|
+
ManagedAgentMetadata,
|
|
57
|
+
ManagedAgentSpec,
|
|
58
|
+
ManagedAgentToolkit,
|
|
59
|
+
ManagedAgentWebFetch,
|
|
60
|
+
ManagedAgentWebSearch,
|
|
61
|
+
)
|
|
49
62
|
from .participant import Participant
|
|
50
63
|
from .schema import (
|
|
51
64
|
MeshSchema,
|
|
@@ -87,9 +100,11 @@ from .error_codes import ErrorCode
|
|
|
87
100
|
from .dataset_schema import LANCE_COMPRESSION_METADATA_KEY, LANCE_ZSTD_FIELD_METADATA
|
|
88
101
|
|
|
89
102
|
__all__ = [
|
|
103
|
+
AgentRoomGrant,
|
|
90
104
|
Meshagent,
|
|
91
105
|
CreateProjectRepositoryRequest,
|
|
92
106
|
CreateRepositoryTokenRequest,
|
|
107
|
+
ProjectAgentRoomGrant,
|
|
93
108
|
UpdateProjectRepositoryRequest,
|
|
94
109
|
ProjectInfo,
|
|
95
110
|
ProjectRepository,
|
|
@@ -129,6 +144,15 @@ __all__ = [
|
|
|
129
144
|
ApiScope,
|
|
130
145
|
DatasetGrant,
|
|
131
146
|
LLMGrant,
|
|
147
|
+
AllowedAnthropicModel,
|
|
148
|
+
AllowedModel,
|
|
149
|
+
AllowedOpenAIModel,
|
|
150
|
+
ManagedAgentImageGeneration,
|
|
151
|
+
ManagedAgentMetadata,
|
|
152
|
+
ManagedAgentSpec,
|
|
153
|
+
ManagedAgentToolkit,
|
|
154
|
+
ManagedAgentWebFetch,
|
|
155
|
+
ManagedAgentWebSearch,
|
|
132
156
|
Participant,
|
|
133
157
|
MeshSchema,
|
|
134
158
|
ElementType,
|