Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit ab2a0c3

Browse files
mosiddiCopilot
andcommitted
feat: add trust network CLI tool
Add 'agentmesh trust' CLI with list, inspect, history, graph, revoke, and attest commands. Supports table/JSON/YAML output. Closes #166 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd9975c commit ab2a0c3

3 files changed

Lines changed: 921 additions & 0 deletions

File tree

src/agentmesh/cli/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ def audit(agent: str, limit: int, fmt: str):
405405
from .proxy import proxy
406406
app.add_command(proxy)
407407

408+
# Import trust subcommand group
409+
from .trust_cli import trust
410+
app.add_command(trust)
411+
408412

409413
@app.command()
410414
@click.option("--claude", is_flag=True, help="Generate Claude Desktop config")

0 commit comments

Comments
 (0)