haliosai-cli 2.0.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.
@@ -0,0 +1,200 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity granting the License.
13
+
14
+ "Legal Entity" shall mean the union of the acting entity and all
15
+ other entities that control, are controlled by, or are under common
16
+ control with that entity. For the purposes of this definition,
17
+ "control" means (i) the power, direct or indirect, to cause the
18
+ direction or management of such entity, whether by contract or
19
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
20
+ outstanding shares, or (iii) beneficial ownership of such entity.
21
+
22
+ "You" (or "Your") shall mean an individual or Legal Entity
23
+ exercising permissions granted by this License.
24
+
25
+ "Source" form shall mean the preferred form for making modifications,
26
+ including but not limited to software source code, documentation
27
+ source, and configuration files.
28
+
29
+ "Object" form shall mean any form resulting from mechanical
30
+ transformation or translation of a Source form, including but
31
+ not limited to compiled object code, generated documentation,
32
+ and conversions to other media types.
33
+
34
+ "Work" shall mean the work of authorship, whether in Source or
35
+ Object form, made available under the terms of this License, as
36
+ indicated by a copyright notice that is included in or attached to the work
37
+ (an example is provided in the Appendix below).
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based upon (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and derivative works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including
48
+ the original version of the Work and any modifications or additions
49
+ to that Work or Derivative Works thereof, that is intentionally
50
+ submitted to Licensor for inclusion in the Work by the copyright owner
51
+ or by an individual or Legal Entity authorized to submit on behalf of
52
+ the copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control systems,
56
+ and issue tracking systems that are managed by, or on behalf of, the
57
+ Licensor for the purpose of discussing and improving the Work, but
58
+ excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to use, reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ (except as stated in this section) patent license to make, have made,
76
+ use, offer to sell, sell, import, and otherwise transfer the Work,
77
+ where such license applies only to those patent claims licensable
78
+ by such Contributor that are necessarily infringed by their
79
+ Contribution(s) alone or by combination of their Contribution(s)
80
+ with the Work to which such Contribution(s) was submitted. If You
81
+ institute patent litigation against any entity (including a
82
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
83
+ or a Contribution incorporated within the Work constitutes direct
84
+ or contributory patent infringement, then any patent licenses
85
+ granted to You under this License for that Work shall terminate
86
+ as of the date such litigation is filed.
87
+
88
+ 4. Redistribution. You may reproduce and distribute copies of the
89
+ Work or Derivative Works thereof in any medium, with or without
90
+ modifications, and in Source or Object form, provided that You
91
+ meet the following conditions:
92
+
93
+ (a) You must give any other recipients of the Work or
94
+ Derivative Works a copy of this License; and
95
+
96
+ (b) You must cause any modified files to carry prominent notices
97
+ stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works
100
+ that You distribute, all copyright, trademark, patent,
101
+ attribution and other notices from the Source form of the Work,
102
+ excluding those notices that do not pertain to any part of
103
+ the Derivative Works; and
104
+
105
+ (d) If the Work includes a "NOTICE" file as part of its
106
+ distribution, then any Derivative Works that You distribute must
107
+ include a readable copy of the attribution notices contained
108
+ within such NOTICE file, excluding those notices that do not
109
+ pertain to any part of the Derivative Works, in at least one
110
+ of the following places: within a NOTICE file distributed
111
+ as part of the Derivative Works; within the Source form or
112
+ documentation, if provided along with the Derivative Works; or,
113
+ within a display generated by the Derivative Works, if and
114
+ wherever such third-party notices normally appear. The contents
115
+ of the NOTICE file are for informational purposes only and
116
+ do not modify the License. You may add Your own attribution
117
+ notices within Derivative Works that You distribute, alongside
118
+ or as an addendum to the NOTICE from the Work, provided
119
+ that such additional attribution notices cannot be construed
120
+ as modifying the License.
121
+
122
+ You may add Your own copyright notice to Your modifications and
123
+ may provide additional or different license terms and conditions
124
+ for use, reproduction, or distribution of Your modifications, or
125
+ for any such Derivative Works as a whole, provided Your use,
126
+ reproduction, and distribution of the Work otherwise complies with
127
+ the conditions stated in this License.
128
+
129
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
130
+ any Contribution intentionally submitted for inclusion in the Work
131
+ by You to the Licensor shall be under the terms and conditions of
132
+ this License, without any additional terms or conditions.
133
+ Notwithstanding the above, nothing herein shall supersede or modify
134
+ the terms of any separate license agreement you may have executed
135
+ with Licensor regarding such Contributions.
136
+
137
+ 6. Trademarks. This License does not grant permission to use the trade
138
+ names, trademarks, service marks, or product names of the Licensor,
139
+ except as required for reasonable and customary use in describing the
140
+ origin of the Work and reproducing the content of the NOTICE file.
141
+
142
+ 7. Disclaimer of Warranty. Unless required by applicable law or
143
+ agreed to in writing, Licensor provides the Work (and each
144
+ Contributor provides its Contributions) on an "AS IS" BASIS,
145
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
146
+ implied, including, without limitation, any warranties or conditions
147
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
148
+ PARTICULAR PURPOSE. You are solely responsible for determining the
149
+ appropriateness of using or redistributing the Work and assume any
150
+ risks associated with Your exercise of permissions under this License.
151
+
152
+ 8. Limitation of Liability. In no event and under no legal theory,
153
+ whether in tort (including negligence), contract, or otherwise,
154
+ unless required by applicable law (such as deliberate and grossly
155
+ negligent acts) or agreed to in writing, shall any Contributor be
156
+ liable to You for damages, including any direct, indirect, special,
157
+ incidental, or consequential damages of any character arising as a
158
+ result of this License or out of the use or inability to use the
159
+ Work (including but not limited to damages for loss of goodwill,
160
+ work stoppage, computer failure or malfunction, or any and all
161
+ other commercial damages or losses), even if such Contributor
162
+ has been advised of the possibility of such damages.
163
+
164
+ 9. Accepting Support, Warranty or Additional Liability. While redistributing
165
+ the Work or Derivative Works thereof, You may choose to offer,
166
+ and charge a fee for, acceptance of support, warranty, indemnity,
167
+ or other liability obligations and/or rights consistent with this
168
+ License. However, in accepting such obligations, You may act only
169
+ on Your own behalf and on Your sole responsibility, not on behalf
170
+ of any other Contributor, and only if You agree to indemnify,
171
+ defend, and hold each Contributor harmless for any liability
172
+ incurred by, or claims asserted against, such Contributor by reason
173
+ of your accepting any such warranty or additional liability.
174
+
175
+ END OF TERMS AND CONDITIONS
176
+
177
+ APPENDIX: How to apply the Apache License to your work.
178
+
179
+ To apply the Apache License to your work, attach the following
180
+ boilerplate notice, with the fields enclosed by brackets "[]"
181
+ replaced with your own identifying information. (Don't include
182
+ the brackets!) The text should be enclosed in the appropriate
183
+ comment syntax for the file format. We also recommend that a
184
+ file or class name and description of purpose be included on the
185
+ same "page" as the copyright notice for easier identification within
186
+ third-party archives.
187
+
188
+ Copyright 2025 HaliosAI
189
+
190
+ Licensed under the Apache License, Version 2.0 (the "License");
191
+ you may not use this file except in compliance with the License.
192
+ You may obtain a copy of the License at
193
+
194
+ http://www.apache.org/licenses/LICENSE-2.0
195
+
196
+ Unless required by applicable law or agreed to in writing, software
197
+ distributed under the License is distributed on an "AS IS" BASIS,
198
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
199
+ See the License for the specific language governing permissions and
200
+ limitations under the License.
@@ -0,0 +1 @@
1
+ prune docs/internal
@@ -0,0 +1,101 @@
1
+ Metadata-Version: 2.4
2
+ Name: haliosai-cli
3
+ Version: 2.0.0
4
+ Summary: Halios CLI for coding-agent evaluations, guardrails, and OpenTelemetry evidence
5
+ Author-email: HaliosLabs <support@halios.ai>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://halios.ai
8
+ Project-URL: Documentation, https://docs.halios.ai
9
+ Project-URL: Repository, https://github.com/HaliosAI/halios
10
+ Project-URL: Changelog, https://github.com/HaliosAI/halios/releases
11
+ Keywords: ai,agents,evaluation,guardrails,opentelemetry,cli
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Classifier: Programming Language :: Python :: 3.14
21
+ Classifier: Topic :: Software Development :: Testing
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE
25
+ Requires-Dist: httpx<1,>=0.27
26
+ Requires-Dist: jsonschema<5,>=4.18
27
+ Requires-Dist: PyYAML<7,>=6.0
28
+ Requires-Dist: rich<15,>=13
29
+ Requires-Dist: typer<1,>=0.12
30
+ Requires-Dist: tomli>=2.0; python_version < "3.11"
31
+ Provides-Extra: dev
32
+ Requires-Dist: build>=1.2; extra == "dev"
33
+ Requires-Dist: pytest>=8; extra == "dev"
34
+ Requires-Dist: ruff>=0.9; extra == "dev"
35
+ Requires-Dist: twine>=6; extra == "dev"
36
+ Dynamic: license-file
37
+
38
+ # Halios CLI and Agent Skill
39
+
40
+ The `halios` command is the machine-facing client used by the Halios Agent Skill and CI. It owns
41
+ repository setup, evaluation-suite authoring, fresh scenario execution, evidence inspection, and
42
+ prompt-optimization handoffs. Applications export their runtime telemetry with stock
43
+ OpenTelemetry; the CLI is not an application tracing SDK.
44
+
45
+ ```bash
46
+ uv tool install 'haliosai-cli>=2.0.0'
47
+ halios --version
48
+ ```
49
+
50
+ Use `pipx install 'haliosai-cli>=2.0.0'` when `uv` is unavailable. Install the cross-harness skill
51
+ separately:
52
+
53
+ ```bash
54
+ npx skills add HaliosAI/halios --skill halios
55
+ ```
56
+
57
+ The stable project workflow is:
58
+
59
+ ```bash
60
+ halios auth login
61
+ halios project init --agent support-assistant --command "python tests/halios_adapter.py"
62
+ halios eval review --json
63
+ halios project configure --json
64
+ halios project check --json
65
+ halios eval run -k 3 --json
66
+ ```
67
+
68
+ Prompt optimization is driven by the coding agent and the normal immutable eval workflow:
69
+
70
+ ```bash
71
+ halios optimize start --baseline-run <run-id> --prompt-file path/to/system-prompt.txt --json
72
+ # make one bounded prompt edit from the returned guidance, then run the unchanged suite
73
+ halios eval run -k 3 --json
74
+ halios optimize record <optimization-run-id> \
75
+ --evaluation-run <candidate-eval-run-id> \
76
+ --prompt-file path/to/system-prompt.txt \
77
+ --json
78
+ ```
79
+
80
+ Credentials are stored outside the repository. The repository contains only `.halios/config.toml`,
81
+ `.halios/eval.yml`, and `.halios/scenarios.yml`.
82
+
83
+ In non-interactive CI, use `HALIOS_API_KEY` for control-plane commands and the separate
84
+ agent-scoped `HALIOS_OTLP_TOKEN` for adapter trace export. Only trusted default-branch jobs should
85
+ receive `HALIOS_CI_PUBLISH_TOKEN`. The jsonl adapter is used by local/CI simulation only; deployed
86
+ staging and production applications export their own stock OpenTelemetry directly to Halios.
87
+
88
+ See the repository's
89
+ [`skills/halios`](https://github.com/HaliosAI/halios/tree/main/skills/halios) workflow for
90
+ coding-agent setup and
91
+ [`OTEL_SCHEMA.md`](https://github.com/HaliosAI/haliosai-python-sdk/blob/main/OTEL_SCHEMA.md)
92
+ for the telemetry accepted by Halios.
93
+
94
+ ## Development
95
+
96
+ ```bash
97
+ python -m pip install -e '.[dev]'
98
+ python -m pytest -q
99
+ ```
100
+
101
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution and release process.
@@ -0,0 +1,64 @@
1
+ # Halios CLI and Agent Skill
2
+
3
+ The `halios` command is the machine-facing client used by the Halios Agent Skill and CI. It owns
4
+ repository setup, evaluation-suite authoring, fresh scenario execution, evidence inspection, and
5
+ prompt-optimization handoffs. Applications export their runtime telemetry with stock
6
+ OpenTelemetry; the CLI is not an application tracing SDK.
7
+
8
+ ```bash
9
+ uv tool install 'haliosai-cli>=2.0.0'
10
+ halios --version
11
+ ```
12
+
13
+ Use `pipx install 'haliosai-cli>=2.0.0'` when `uv` is unavailable. Install the cross-harness skill
14
+ separately:
15
+
16
+ ```bash
17
+ npx skills add HaliosAI/halios --skill halios
18
+ ```
19
+
20
+ The stable project workflow is:
21
+
22
+ ```bash
23
+ halios auth login
24
+ halios project init --agent support-assistant --command "python tests/halios_adapter.py"
25
+ halios eval review --json
26
+ halios project configure --json
27
+ halios project check --json
28
+ halios eval run -k 3 --json
29
+ ```
30
+
31
+ Prompt optimization is driven by the coding agent and the normal immutable eval workflow:
32
+
33
+ ```bash
34
+ halios optimize start --baseline-run <run-id> --prompt-file path/to/system-prompt.txt --json
35
+ # make one bounded prompt edit from the returned guidance, then run the unchanged suite
36
+ halios eval run -k 3 --json
37
+ halios optimize record <optimization-run-id> \
38
+ --evaluation-run <candidate-eval-run-id> \
39
+ --prompt-file path/to/system-prompt.txt \
40
+ --json
41
+ ```
42
+
43
+ Credentials are stored outside the repository. The repository contains only `.halios/config.toml`,
44
+ `.halios/eval.yml`, and `.halios/scenarios.yml`.
45
+
46
+ In non-interactive CI, use `HALIOS_API_KEY` for control-plane commands and the separate
47
+ agent-scoped `HALIOS_OTLP_TOKEN` for adapter trace export. Only trusted default-branch jobs should
48
+ receive `HALIOS_CI_PUBLISH_TOKEN`. The jsonl adapter is used by local/CI simulation only; deployed
49
+ staging and production applications export their own stock OpenTelemetry directly to Halios.
50
+
51
+ See the repository's
52
+ [`skills/halios`](https://github.com/HaliosAI/halios/tree/main/skills/halios) workflow for
53
+ coding-agent setup and
54
+ [`OTEL_SCHEMA.md`](https://github.com/HaliosAI/haliosai-python-sdk/blob/main/OTEL_SCHEMA.md)
55
+ for the telemetry accepted by Halios.
56
+
57
+ ## Development
58
+
59
+ ```bash
60
+ python -m pip install -e '.[dev]'
61
+ python -m pytest -q
62
+ ```
63
+
64
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution and release process.
@@ -0,0 +1,5 @@
1
+ """Halios command-line client for coding-agent reliability workflows."""
2
+
3
+ from ._version import __version__
4
+
5
+ __all__ = ["__version__"]
@@ -0,0 +1 @@
1
+ __version__ = "2.0.0"
@@ -0,0 +1,47 @@
1
+ """Opinionated Halios CLI entry point."""
2
+
3
+ import typer
4
+
5
+ from ._version import __version__
6
+ from .cli_auth import app as auth_app
7
+ from .cli_eval import app as eval_app
8
+ from .cli_optimize import app as optimize_app
9
+ from .cli_project import app as project_app
10
+ from .cli_scenario import app as scenario_app
11
+ from .cli_trace import app as trace_app
12
+
13
+ app = typer.Typer(
14
+ name="halios",
15
+ help="Scenario simulations and reliability gates for AI agents.",
16
+ no_args_is_help=True,
17
+ add_completion=False,
18
+ )
19
+ app.add_typer(auth_app, name="auth")
20
+ app.add_typer(project_app, name="project")
21
+ app.add_typer(eval_app, name="eval")
22
+ app.add_typer(scenario_app, name="scenario")
23
+ app.add_typer(trace_app, name="trace")
24
+ app.add_typer(optimize_app, name="optimize")
25
+
26
+
27
+ def _version_callback(value: bool) -> None:
28
+ if value:
29
+ typer.echo(__version__)
30
+ raise typer.Exit()
31
+
32
+
33
+ @app.callback()
34
+ def main(
35
+ version: bool = typer.Option(
36
+ False,
37
+ "--version",
38
+ callback=_version_callback,
39
+ is_eager=True,
40
+ help="Show the installed Halios CLI version.",
41
+ ),
42
+ ) -> None:
43
+ """Scenario simulations and reliability gates for AI agents."""
44
+
45
+
46
+ if __name__ == "__main__":
47
+ app()
@@ -0,0 +1,162 @@
1
+ """User-level CLI authentication commands."""
2
+
3
+ from __future__ import annotations
4
+
5
+ import json
6
+ import secrets
7
+ import threading
8
+ import urllib.parse
9
+ import webbrowser
10
+ from http.server import BaseHTTPRequestHandler, ThreadingHTTPServer
11
+
12
+ import httpx
13
+ import typer
14
+
15
+ from .cli_support import (
16
+ DEFAULT_BASE_URL,
17
+ ApiClient,
18
+ ApiError,
19
+ delete_profile,
20
+ normalize_url,
21
+ resolve_credentials,
22
+ save_profile,
23
+ stored_profile_credentials,
24
+ )
25
+
26
+ app = typer.Typer(help="Authenticate the Halios CLI.", no_args_is_help=True)
27
+
28
+
29
+ @app.command("login")
30
+ def login(
31
+ profile: str = typer.Option("default", "--profile"),
32
+ base_url: str = typer.Option(DEFAULT_BASE_URL, "--base-url"),
33
+ api_key: str | None = typer.Option(None, "--api-key", envvar="HALIOS_API_KEY", hidden=True),
34
+ ) -> None:
35
+ """Authorize this machine and store credentials outside the repository."""
36
+ normalized_url = normalize_url(base_url)
37
+ if api_key:
38
+ save_profile(profile, base_url=normalized_url, api_key=api_key)
39
+ typer.echo(f"Logged in as profile '{profile}'.")
40
+ return
41
+
42
+ result: dict[str, str] = {}
43
+ completed = threading.Event()
44
+ state = secrets.token_urlsafe(24)
45
+
46
+ class CallbackHandler(BaseHTTPRequestHandler):
47
+ def _cors(self) -> None:
48
+ self.send_header("Access-Control-Allow-Origin", normalized_url)
49
+ self.send_header("Access-Control-Allow-Methods", "POST, OPTIONS")
50
+ self.send_header("Access-Control-Allow-Headers", "Content-Type")
51
+
52
+ def do_OPTIONS(self) -> None: # noqa: N802
53
+ self.send_response(204)
54
+ self._cors()
55
+ self.end_headers()
56
+
57
+ def do_POST(self) -> None: # noqa: N802
58
+ if self.path != "/callback":
59
+ self.send_error(404)
60
+ return
61
+ length = int(self.headers.get("content-length") or 0)
62
+ try:
63
+ body = json.loads(self.rfile.read(length))
64
+ except (ValueError, UnicodeDecodeError):
65
+ self.send_error(400)
66
+ return
67
+ if not isinstance(body, dict) or not secrets.compare_digest(
68
+ str(body.get("state") or ""), state
69
+ ):
70
+ self.send_error(422)
71
+ return
72
+ if body.get("error"):
73
+ result["error"] = str(body["error"])
74
+ elif body.get("api_key"):
75
+ result.update({key: str(value) for key, value in body.items() if value is not None})
76
+ else:
77
+ self.send_error(422)
78
+ return
79
+ self.send_response(204)
80
+ self._cors()
81
+ self.end_headers()
82
+ completed.set()
83
+
84
+ def log_message(self, _format: str, *_args: object) -> None:
85
+ return
86
+
87
+ server = ThreadingHTTPServer(("127.0.0.1", 0), CallbackHandler)
88
+ thread = threading.Thread(target=server.serve_forever, daemon=True)
89
+ thread.start()
90
+ login_url = f"{normalized_url}/cli-login?" + urllib.parse.urlencode(
91
+ {"port": server.server_port, "profile": profile, "state": state}
92
+ )
93
+ typer.echo(f"Open this URL to authorize the CLI:\n{login_url}")
94
+ webbrowser.open(login_url)
95
+ try:
96
+ if not completed.wait(timeout=300):
97
+ raise typer.BadParameter("Login timed out after 5 minutes")
98
+ finally:
99
+ server.shutdown()
100
+ server.server_close()
101
+
102
+ if result.get("error") == "access_denied":
103
+ raise typer.BadParameter("Authorization was cancelled in the browser")
104
+ if result.get("error"):
105
+ raise typer.BadParameter(f"Authorization failed: {result['error']}")
106
+
107
+ save_profile(
108
+ profile,
109
+ base_url=normalized_url,
110
+ api_key=result["api_key"],
111
+ organization_id=result.get("organization_id"),
112
+ api_key_id=int(result["api_key_id"]) if result.get("api_key_id") else None,
113
+ expires_at=result.get("expires_at"),
114
+ )
115
+ typer.echo(f"Logged in as profile '{profile}'.")
116
+
117
+
118
+ @app.command("status")
119
+ def status(profile: str = typer.Option("default", "--profile")) -> None:
120
+ """Verify the selected profile without exposing its credential."""
121
+ credentials = resolve_credentials(profile)
122
+ with ApiClient(credentials) as api:
123
+ api.request("GET", "/api/v1/agents", params={"limit": 1})
124
+ expiry = f" Credential expires {credentials.expires_at}." if credentials.expires_at else ""
125
+ typer.echo(f"Authenticated profile '{profile}' at {credentials.base_url}.{expiry}")
126
+
127
+
128
+ @app.command("logout")
129
+ def logout(
130
+ profile: str = typer.Option("default", "--profile"),
131
+ local_only: bool = typer.Option(
132
+ False,
133
+ "--local-only",
134
+ help="Remove local credentials without revoking the remote key.",
135
+ ),
136
+ ) -> None:
137
+ """Revoke one CLI credential, then remove its local profile."""
138
+ credentials = stored_profile_credentials(profile)
139
+ if credentials is None:
140
+ typer.echo(f"Profile '{profile}' was not stored.")
141
+ return
142
+
143
+ if not local_only:
144
+ try:
145
+ with ApiClient(credentials) as api:
146
+ api.request("DELETE", "/api/v1/api-keys/current")
147
+ except ApiError as exc:
148
+ if exc.status_code != 401:
149
+ raise typer.BadParameter(
150
+ "Remote revocation failed; local credentials were kept. "
151
+ "Retry, or use --local-only if the server is permanently unavailable."
152
+ ) from exc
153
+ typer.echo("The remote credential was already invalid or expired.")
154
+ except httpx.HTTPError as exc:
155
+ raise typer.BadParameter(
156
+ "Could not reach Halios to revoke the credential; local credentials were kept. "
157
+ "Retry, or use --local-only if the server is permanently unavailable."
158
+ ) from exc
159
+
160
+ delete_profile(profile)
161
+ suffix = " locally (remote key unchanged)" if local_only else " and revoked its API key"
162
+ typer.echo(f"Removed profile '{profile}'{suffix}.")