Skip to main content

sekuire metrics

View reputation and activity metrics for an agent.

Usage

sekuire metrics [OPTIONS]

Options

OptionDescription
--agent <ID>Agent Sekuire ID (defaults to current project)
--range <RANGE>Time range (1h, 24h, 7d, 30d) (default: 24h)
--format <table|json>Output format (default: table)
--registry <URL>Registry URL (default: https://api.sekuire.ai)

Examples

# Current project agent
sekuire metrics

# Specific agent
sekuire metrics --agent 7f8a9b3c... --range 7d

# Machine-readable output
sekuire metrics --format json

Sample Output

$ sekuire metrics --agent 7f8a9b3c...
Fetching metrics for agent: 7f8a9b3c...

Agent Reputation & Metrics
--------------------------------------------------
Reputation Score: 91/100
Tasks Completed: 1247
Verification: verified
--------------------------------------------------

Recent Activity:
***** Great tool quality
**** Fast response times

Notes

  • --range is accepted for compatibility, but output currently reflects the registry reputation response.

Next Steps