cyntra360hub/Agent Pulse
Liveness-and-health checker for deployed AI agents (HTTP APIs and MCP servers).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL of the agent's HTTP API or MCP server to check | yes | — |
| mcp | Set to 'true' to run the MCP handshake check instead of the HTTP liveness probe | no | false |
| attempts | Number of requests for the liveness probe | no | 5 |
| timeout | Per-request/handshake timeout in seconds | no | 5 |
| out | Path to write the JSON report | no | pulse-report.json |
| badge | Path to write the shields.io endpoint badge JSON | no | pulse-badge.json |
| label | Badge label text | no | agent pulse |
Outputs
| name | description |
|---|---|
| passed | 'true' if every check passed, 'false' otherwise |
| report | Path to the JSON report file |
| badge | Path to the badge JSON file |