jdcloud-agentgrid 0.1.5__tar.gz → 0.2.2__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.
Files changed (30) hide show
  1. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/PKG-INFO +4 -4
  2. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/README.md +2 -2
  3. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/pyproject.toml +2 -2
  4. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/config.py +1 -1
  5. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/version.py +1 -1
  6. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/.gitignore +0 -0
  7. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/__init__.py +0 -0
  8. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/apps/__init__.py +0 -0
  9. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/apps/base_app.py +0 -0
  10. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/apps/simple_app/__init__.py +0 -0
  11. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/apps/simple_app/simple_app.py +0 -0
  12. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/apps/simple_app/simple_app_handlers.py +0 -0
  13. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/auth/__init__.py +0 -0
  14. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/auth/credential_chain.py +0 -0
  15. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/auth/providers.py +0 -0
  16. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/errors.py +0 -0
  17. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/__init__.py +0 -0
  18. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/observability/__init__.py +0 -0
  19. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/tools/__init__.py +0 -0
  20. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/tools/browser_client.py +0 -0
  21. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/tools/code_interpreter_client.py +0 -0
  22. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/extensions/tools/code_interpreter_models.py +0 -0
  23. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/profile.py +0 -0
  24. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/runtime/__init__.py +0 -0
  25. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/runtime/client.py +0 -0
  26. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/runtime/models.py +0 -0
  27. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/session.py +0 -0
  28. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/transport/__init__.py +0 -0
  29. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/transport/runtime_adapter.py +0 -0
  30. {jdcloud_agentgrid-0.1.5 → jdcloud_agentgrid-0.2.2}/src/agentgrid/transport/runtime_data_client.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jdcloud_agentgrid
3
- Version: 0.1.5
3
+ Version: 0.2.2
4
4
  Summary: AgentGrid Python SDK for JDCloud AgentGrid Runtime
5
5
  Project-URL: Homepage, https://github.com/agentgrid/agentgrid-python
6
6
  Project-URL: Repository, https://github.com/agentgrid/agentgrid-python
7
7
  Author: AgentGrid SDK Team
8
8
  Requires-Python: >=3.10
9
- Requires-Dist: jdcloud-sdk>=1.6.314
9
+ Requires-Dist: jdcloud-sdk>=1.6.321
10
10
  Requires-Dist: pyyaml>=6.0.2
11
11
  Requires-Dist: starlette>=0.37.2
12
12
  Requires-Dist: uvicorn>=0.30.0
@@ -61,7 +61,7 @@ uv sync
61
61
  basic:
62
62
  region: cn-north-1
63
63
  endpoint: https://agentgrid.jdcloud-api.com
64
- data_endpoint: https://agentgrid-cn-north-1.jdcloud.com
64
+ data_endpoint: https://agentgrid-api-cn-north-1.jdcloud.com
65
65
  timeout: 30
66
66
  connect_timeout: 5
67
67
  read_timeout: 30
@@ -81,7 +81,7 @@ from agentgrid import AgentGridProfile, runtime_session
81
81
 
82
82
  profile = AgentGridProfile(
83
83
  region="cn-north-1",
84
- data_endpoint="https://agentgrid-cn-north-1.jdcloud.com", # 可选:默认就是该地址
84
+ data_endpoint="https://agentgrid-api-cn-north-1.jdcloud.com", # 可选:默认就是该地址
85
85
  )
86
86
 
87
87
  with runtime_session("cn-north-1", "your-runtime-id", profile=profile) as runtime:
@@ -40,7 +40,7 @@ uv sync
40
40
  basic:
41
41
  region: cn-north-1
42
42
  endpoint: https://agentgrid.jdcloud-api.com
43
- data_endpoint: https://agentgrid-cn-north-1.jdcloud.com
43
+ data_endpoint: https://agentgrid-api-cn-north-1.jdcloud.com
44
44
  timeout: 30
45
45
  connect_timeout: 5
46
46
  read_timeout: 30
@@ -60,7 +60,7 @@ from agentgrid import AgentGridProfile, runtime_session
60
60
 
61
61
  profile = AgentGridProfile(
62
62
  region="cn-north-1",
63
- data_endpoint="https://agentgrid-cn-north-1.jdcloud.com", # 可选:默认就是该地址
63
+ data_endpoint="https://agentgrid-api-cn-north-1.jdcloud.com", # 可选:默认就是该地址
64
64
  )
65
65
 
66
66
  with runtime_session("cn-north-1", "your-runtime-id", profile=profile) as runtime:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "jdcloud_agentgrid"
7
- version = "0.1.5"
7
+ version = "0.2.2"
8
8
  description = "AgentGrid Python SDK for JDCloud AgentGrid Runtime"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -12,7 +12,7 @@ authors = [
12
12
  { name = "AgentGrid SDK Team" },
13
13
  ]
14
14
  dependencies = [
15
- "jdcloud_sdk>=1.6.314",
15
+ "jdcloud_sdk>=1.6.321",
16
16
  "PyYAML>=6.0.2",
17
17
  "starlette>=0.37.2",
18
18
  "uvicorn>=0.30.0",
@@ -20,7 +20,7 @@ import yaml
20
20
 
21
21
  DEFAULT_RUNTIME_ENDPOINT_HOST = "agentgrid.jdcloud-api.com"
22
22
  DEFAULT_RUNTIME_ENDPOINT = f"http://{DEFAULT_RUNTIME_ENDPOINT_HOST}"
23
- DEFAULT_RUNTIME_DATA_ENDPOINT = "http://agentgrid-cn-north-1.jdcloud.com"
23
+ DEFAULT_RUNTIME_DATA_ENDPOINT = "https://agentgrid-api-cn-north-1.jdcloud.com"
24
24
 
25
25
 
26
26
  @dataclass(slots=True, frozen=True)
@@ -3,4 +3,4 @@
3
3
  v1 基线采用语义化版本策略,当前为初始开发版本。
4
4
  """
5
5
 
6
- __version__ = "0.1.0"
6
+ __version__ = "0.2.2"