acp-sdk 0.2.5__tar.gz → 0.3.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.
Files changed (43) hide show
  1. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/PKG-INFO +9 -11
  2. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/pyproject.toml +4 -19
  3. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/.gitignore +0 -0
  4. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/.python-version +0 -0
  5. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/README.md +0 -0
  6. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/clients/advanced.py +0 -0
  7. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/clients/session.py +0 -0
  8. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/clients/simple.py +0 -0
  9. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/clients/stream.py +0 -0
  10. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/servers/awaiting.py +0 -0
  11. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/servers/echo.py +0 -0
  12. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/examples/servers/standalone.py +0 -0
  13. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/pytest.ini +0 -0
  14. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/__init__.py +0 -0
  15. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/client/__init__.py +0 -0
  16. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/client/client.py +0 -0
  17. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/instrumentation.py +0 -0
  18. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/models/__init__.py +0 -0
  19. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/models/errors.py +0 -0
  20. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/models/models.py +0 -0
  21. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/models/schemas.py +0 -0
  22. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/py.typed +0 -0
  23. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/__init__.py +0 -0
  24. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/agent.py +0 -0
  25. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/app.py +0 -0
  26. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/bundle.py +0 -0
  27. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/context.py +0 -0
  28. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/errors.py +0 -0
  29. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/logging.py +0 -0
  30. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/server.py +0 -0
  31. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/session.py +0 -0
  32. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/telemetry.py +0 -0
  33. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/types.py +0 -0
  34. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/server/utils.py +0 -0
  35. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/src/acp_sdk/version.py +0 -0
  36. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/conftest.py +0 -0
  37. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/__init__.py +0 -0
  38. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/config.py +0 -0
  39. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/fixtures/__init__.py +0 -0
  40. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/fixtures/client.py +0 -0
  41. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/fixtures/server.py +0 -0
  42. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/test_suites/__init__.py +0 -0
  43. {acp_sdk-0.2.5 → acp_sdk-0.3.0}/tests/e2e/test_suites/test_runs.py +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acp-sdk
3
- Version: 0.2.5
3
+ Version: 0.3.0
4
4
  Summary: Agent Communication Protocol SDK
5
5
  Author: IBM Corp.
6
6
  Maintainer-email: Tomas Pilar <thomas7pilar@gmail.com>
7
7
  License-Expression: Apache-2.0
8
8
  Requires-Python: <4.0,>=3.11
9
+ Requires-Dist: fastapi[standard]>=0.115.8
10
+ Requires-Dist: httpx-sse>=0.4.0
11
+ Requires-Dist: httpx>=0.28.1
12
+ Requires-Dist: janus>=2.0.0
9
13
  Requires-Dist: opentelemetry-api>=1.31.1
14
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.31.1
15
+ Requires-Dist: opentelemetry-instrumentation-fastapi>=0.52b1
16
+ Requires-Dist: opentelemetry-instrumentation-httpx>=0.52b1
17
+ Requires-Dist: opentelemetry-sdk>=1.31.1
10
18
  Requires-Dist: pydantic>=2.11.1
11
- Provides-Extra: client
12
- Requires-Dist: httpx-sse>=0.4.0; extra == 'client'
13
- Requires-Dist: httpx>=0.28.1; extra == 'client'
14
- Requires-Dist: opentelemetry-instrumentation-httpx>=0.52b1; extra == 'client'
15
- Provides-Extra: server
16
- Requires-Dist: fastapi[standard]>=0.115.8; extra == 'server'
17
- Requires-Dist: janus>=2.0.0; extra == 'server'
18
- Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.31.1; extra == 'server'
19
- Requires-Dist: opentelemetry-instrumentation-fastapi>=0.52b1; extra == 'server'
20
- Requires-Dist: opentelemetry-sdk>=1.31.1; extra == 'server'
21
19
  Description-Content-Type: text/markdown
22
20
 
23
21
  # Agent Communication Protocol SDK for Python
@@ -1,30 +1,15 @@
1
1
  [project]
2
2
  name = "acp-sdk"
3
- version = "0.2.5"
3
+ version = "0.3.0"
4
4
  description = "Agent Communication Protocol SDK"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
7
  authors = [{ name = "IBM Corp." }]
8
8
  maintainers = [{ name = "Tomas Pilar", email = "thomas7pilar@gmail.com" }]
9
9
  requires-python = ">=3.11, <4.0"
10
- dependencies = ["opentelemetry-api>=1.31.1", "pydantic>=2.11.1"]
11
-
12
- [project.optional-dependencies]
13
- client = [
14
- "httpx>=0.28.1",
15
- "httpx-sse>=0.4.0",
16
- "opentelemetry-instrumentation-httpx>=0.52b1",
17
- ]
18
- server = [
19
- "fastapi[standard]>=0.115.8",
20
- "opentelemetry-exporter-otlp-proto-http>=1.31.1",
21
- "opentelemetry-instrumentation-fastapi>=0.52b1",
22
- "opentelemetry-sdk>=1.31.1",
23
- "janus>=2.0.0",
24
- ]
25
-
26
- [tool.uv]
27
- dev-dependencies = [
10
+ dependencies = [
11
+ "opentelemetry-api>=1.31.1",
12
+ "pydantic>=2.11.1",
28
13
  "httpx>=0.28.1",
29
14
  "httpx-sse>=0.4.0",
30
15
  "opentelemetry-instrumentation-httpx>=0.52b1",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes