agentstack-cli 0.4.0__py3-none-macosx_12_0_arm64.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.
- agentstack_cli/__init__.py +77 -0
- agentstack_cli/api.py +125 -0
- agentstack_cli/async_typer.py +104 -0
- agentstack_cli/auth_manager.py +115 -0
- agentstack_cli/commands/__init__.py +3 -0
- agentstack_cli/commands/agent.py +1077 -0
- agentstack_cli/commands/build.py +184 -0
- agentstack_cli/commands/mcp.py +141 -0
- agentstack_cli/commands/model.py +624 -0
- agentstack_cli/commands/platform/__init__.py +181 -0
- agentstack_cli/commands/platform/base_driver.py +222 -0
- agentstack_cli/commands/platform/istio.py +186 -0
- agentstack_cli/commands/platform/lima_driver.py +210 -0
- agentstack_cli/commands/platform/wsl_driver.py +226 -0
- agentstack_cli/commands/self.py +206 -0
- agentstack_cli/commands/server.py +237 -0
- agentstack_cli/configuration.py +76 -0
- agentstack_cli/console.py +25 -0
- agentstack_cli/data/.gitignore +2 -0
- agentstack_cli/data/helm-chart.tgz +0 -0
- agentstack_cli/data/lima-guestagent.Linux-aarch64.gz +0 -0
- agentstack_cli/data/limactl +0 -0
- agentstack_cli/utils.py +281 -0
- agentstack_cli-0.4.0.dist-info/METADATA +104 -0
- agentstack_cli-0.4.0.dist-info/RECORD +27 -0
- agentstack_cli-0.4.0.dist-info/WHEEL +4 -0
- agentstack_cli-0.4.0.dist-info/entry_points.txt +4 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: agentstack-cli
|
|
3
|
+
Version: 0.4.0
|
|
4
|
+
Summary: Agent Stack CLI
|
|
5
|
+
Author: IBM Corp.
|
|
6
|
+
Requires-Dist: agentstack-sdk==0.4.0
|
|
7
|
+
Requires-Dist: a2a-sdk==0.3.9
|
|
8
|
+
Requires-Dist: annotated-types==0.7.0
|
|
9
|
+
Requires-Dist: anyio==4.10.0
|
|
10
|
+
Requires-Dist: asgiref==3.9.1
|
|
11
|
+
Requires-Dist: asyncclick==8.2.2.2
|
|
12
|
+
Requires-Dist: attrs==25.3.0
|
|
13
|
+
Requires-Dist: authlib==1.6.3
|
|
14
|
+
Requires-Dist: cachetools==5.5.2
|
|
15
|
+
Requires-Dist: certifi==2025.8.3
|
|
16
|
+
Requires-Dist: cffi==2.0.0 ; platform_python_implementation != 'PyPy'
|
|
17
|
+
Requires-Dist: charset-normalizer==3.4.3
|
|
18
|
+
Requires-Dist: click==8.2.1
|
|
19
|
+
Requires-Dist: colorama==0.4.6 ; sys_platform == 'win32'
|
|
20
|
+
Requires-Dist: cryptography==45.0.7
|
|
21
|
+
Requires-Dist: distro==1.9.0
|
|
22
|
+
Requires-Dist: faker==37.6.0
|
|
23
|
+
Requires-Dist: fastapi==0.116.1
|
|
24
|
+
Requires-Dist: gnureadline==8.2.13 ; sys_platform != 'win32'
|
|
25
|
+
Requires-Dist: google-api-core==2.25.1
|
|
26
|
+
Requires-Dist: google-auth==2.40.3
|
|
27
|
+
Requires-Dist: googleapis-common-protos==1.70.0
|
|
28
|
+
Requires-Dist: h11==0.16.0
|
|
29
|
+
Requires-Dist: httpcore==1.0.9
|
|
30
|
+
Requires-Dist: httpx==0.28.1
|
|
31
|
+
Requires-Dist: httpx-sse==0.4.1
|
|
32
|
+
Requires-Dist: idna==3.10
|
|
33
|
+
Requires-Dist: importlib-metadata==8.7.0
|
|
34
|
+
Requires-Dist: iniconfig==2.1.0
|
|
35
|
+
Requires-Dist: inquirerpy==0.3.4
|
|
36
|
+
Requires-Dist: janus==2.0.0
|
|
37
|
+
Requires-Dist: jiter==0.10.0
|
|
38
|
+
Requires-Dist: jsf==0.11.2
|
|
39
|
+
Requires-Dist: jsonschema==4.25.1
|
|
40
|
+
Requires-Dist: jsonschema-specifications==2025.9.1
|
|
41
|
+
Requires-Dist: markdown-it-py==4.0.0
|
|
42
|
+
Requires-Dist: mcp==1.13.1
|
|
43
|
+
Requires-Dist: mdurl==0.1.2
|
|
44
|
+
Requires-Dist: nodeenv==1.9.1
|
|
45
|
+
Requires-Dist: objprint==0.3.0
|
|
46
|
+
Requires-Dist: openai==1.107.1
|
|
47
|
+
Requires-Dist: opentelemetry-api==1.36.0
|
|
48
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0
|
|
49
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.36.0
|
|
50
|
+
Requires-Dist: opentelemetry-instrumentation==0.57b0
|
|
51
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.57b0
|
|
52
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.57b0
|
|
53
|
+
Requires-Dist: opentelemetry-proto==1.36.0
|
|
54
|
+
Requires-Dist: opentelemetry-sdk==1.36.0
|
|
55
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.57b0
|
|
56
|
+
Requires-Dist: opentelemetry-util-http==0.57b0
|
|
57
|
+
Requires-Dist: packaging==25.0
|
|
58
|
+
Requires-Dist: pfzy==0.3.4
|
|
59
|
+
Requires-Dist: pluggy==1.6.0
|
|
60
|
+
Requires-Dist: prompt-toolkit==3.0.52
|
|
61
|
+
Requires-Dist: proto-plus==1.26.1
|
|
62
|
+
Requires-Dist: protobuf==6.32.0
|
|
63
|
+
Requires-Dist: psutil==7.0.0
|
|
64
|
+
Requires-Dist: pyasn1==0.6.1
|
|
65
|
+
Requires-Dist: pyasn1-modules==0.4.2
|
|
66
|
+
Requires-Dist: pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
|
|
67
|
+
Requires-Dist: pydantic==2.11.7
|
|
68
|
+
Requires-Dist: pydantic-core==2.33.2
|
|
69
|
+
Requires-Dist: pydantic-settings==2.10.1
|
|
70
|
+
Requires-Dist: pygments==2.19.2
|
|
71
|
+
Requires-Dist: pyright==1.1.405
|
|
72
|
+
Requires-Dist: pytest==8.4.2
|
|
73
|
+
Requires-Dist: python-dotenv==1.1.1
|
|
74
|
+
Requires-Dist: python-multipart==0.0.20
|
|
75
|
+
Requires-Dist: pywin32==311 ; sys_platform == 'win32'
|
|
76
|
+
Requires-Dist: pyyaml==6.0.2
|
|
77
|
+
Requires-Dist: referencing==0.36.2
|
|
78
|
+
Requires-Dist: requests==2.32.5
|
|
79
|
+
Requires-Dist: rich==14.1.0
|
|
80
|
+
Requires-Dist: rpds-py==0.27.1
|
|
81
|
+
Requires-Dist: rsa==4.9.1
|
|
82
|
+
Requires-Dist: rstr==3.2.2
|
|
83
|
+
Requires-Dist: ruff==0.13.0
|
|
84
|
+
Requires-Dist: shellingham==1.5.4
|
|
85
|
+
Requires-Dist: smart-open==7.3.1
|
|
86
|
+
Requires-Dist: sniffio==1.3.1
|
|
87
|
+
Requires-Dist: sse-starlette==3.0.2
|
|
88
|
+
Requires-Dist: starlette==0.47.3
|
|
89
|
+
Requires-Dist: tenacity==9.1.2
|
|
90
|
+
Requires-Dist: tqdm==4.67.1
|
|
91
|
+
Requires-Dist: typer==0.17.4
|
|
92
|
+
Requires-Dist: typing-extensions==4.15.0
|
|
93
|
+
Requires-Dist: typing-inspection==0.4.1
|
|
94
|
+
Requires-Dist: tzdata==2025.2
|
|
95
|
+
Requires-Dist: urllib3==2.5.0
|
|
96
|
+
Requires-Dist: uvicorn==0.35.0
|
|
97
|
+
Requires-Dist: wcwidth==0.2.13
|
|
98
|
+
Requires-Dist: wheel==0.45.1
|
|
99
|
+
Requires-Dist: wrapt==1.17.3
|
|
100
|
+
Requires-Dist: zipp==3.23.0
|
|
101
|
+
Requires-Python: >=3.13, <3.14
|
|
102
|
+
Description-Content-Type: text/markdown
|
|
103
|
+
|
|
104
|
+
# Agent Stack CLI
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
agentstack_cli/__init__.py,sha256=PJxYQjY1HBgCdvQ8-BBNBqD-J5lYBAZzRUWgFyr7WgM,2545
|
|
2
|
+
agentstack_cli/api.py,sha256=u-X2umXdKH9KxFzpVyD4P1_me3tbfapsPB9PQ11HTq8,4381
|
|
3
|
+
agentstack_cli/async_typer.py,sha256=NONybVkKpcPjSkmdqVnx7W4GeYXzkpjT6lHC7UkDoXE,3831
|
|
4
|
+
agentstack_cli/auth_manager.py,sha256=lH6kIN3YWFPLdOrihQMgXqBHy8VQ4QOn8JfC96Ql7Es,3978
|
|
5
|
+
agentstack_cli/configuration.py,sha256=Ne6Ds1uAYm3kFLz02yl9u90cNPv5B6CCWc43aUkiBgg,2727
|
|
6
|
+
agentstack_cli/console.py,sha256=x7YdbrUtc6gnFMViI8gEVLjF2ns7EKNybanW3h8Q1qU,710
|
|
7
|
+
agentstack_cli/utils.py,sha256=R8JnRnbTwV6ZWdg-q2McI4C5Voh_BImQ5m-kkBYIOe4,9774
|
|
8
|
+
agentstack_cli/commands/__init__.py,sha256=jr8otByt8HFY9OWptuWdpq4WHE7A1srCSRXZV066FrI,94
|
|
9
|
+
agentstack_cli/commands/agent.py,sha256=UN8kF9Pt4vzqGWmrKS2Bt0AB6grcKiZt9n79Swy3K0A,42872
|
|
10
|
+
agentstack_cli/commands/build.py,sha256=6V1x-vffcCK8fQtHsz5jOdq743-vy0ULHzx5lT-APNs,7819
|
|
11
|
+
agentstack_cli/commands/mcp.py,sha256=UWnXpxkZsee2WdEMScKXCcxf4bQAwIhJyHbzEVwGUKc,4099
|
|
12
|
+
agentstack_cli/commands/model.py,sha256=3Nfn6UCAcTZXUf53kfQ3kJ_T_js-UMEF2uNs4WZ0k40,28394
|
|
13
|
+
agentstack_cli/commands/self.py,sha256=uT20-sMSsJRf3Z7lfufo7dVwSepM5MkCqmvV_ETJaPM,9100
|
|
14
|
+
agentstack_cli/commands/server.py,sha256=X8-whLsa6DEETbgKBoCgpilHUISbUVSyuNQQfn_64lk,8775
|
|
15
|
+
agentstack_cli/commands/platform/__init__.py,sha256=T0NIXwAJihh_3CzzchgyY42k7QUIQRLbZ7fbfxNsfHU,7814
|
|
16
|
+
agentstack_cli/commands/platform/base_driver.py,sha256=GAFpXwHSY02J6DUonwQ7m8VBOK84NrKXDEzQhf3XQKE,7778
|
|
17
|
+
agentstack_cli/commands/platform/istio.py,sha256=RefHzR4G2Cl6mdHC37TTSXXc0kFFmNjXuKcIPIhFSZ0,6247
|
|
18
|
+
agentstack_cli/commands/platform/lima_driver.py,sha256=nuZPOpvoTKwK52vY5e5Ov0xwrK6LbVEem7VTXCQtohc,8102
|
|
19
|
+
agentstack_cli/commands/platform/wsl_driver.py,sha256=ODB9RlV5jVZ0k4fM6brGJmTiwFxNxiD0M75dFVAlyek,9506
|
|
20
|
+
agentstack_cli/data/.gitignore,sha256=W0urBl_DVtzJyKHGXo53wMVzMPJseiK9RMn46No6i70,14
|
|
21
|
+
agentstack_cli/data/helm-chart.tgz,sha256=QbEU5qKMV5vqdKwk-mgprZiRWB19WpvGwnbOcV_oS2s,259660
|
|
22
|
+
agentstack_cli/data/lima-guestagent.Linux-aarch64.gz,sha256=zOnOo5K6Fen6LqJZqmK1K3X4V_0WeAyR6A3h8vpU-HI,12623630
|
|
23
|
+
agentstack_cli/data/limactl,sha256=mYgOil6jcQohk6uvz_GRl1gh-KyFqZ_5gjhE7ARJRO4,29321824
|
|
24
|
+
agentstack_cli-0.4.0.dist-info/METADATA,sha256=y4DrHINmqyJDLLT4Bja2YRhXbOeCmR54NFA6bz1vKqk,3658
|
|
25
|
+
agentstack_cli-0.4.0.dist-info/WHEEL,sha256=CxMVjKANgQE-Hr-Lm4bVVs9hpUZ2GGkxSgsbLzgOW04,93
|
|
26
|
+
agentstack_cli-0.4.0.dist-info/entry_points.txt,sha256=g3RAenJ90a0mLfx8x-ETzsr3uEdFnvuhTX3Amy1AUbA,87
|
|
27
|
+
agentstack_cli-0.4.0.dist-info/RECORD,,
|