Declarative conformance scenarios for aicc/0.1 covering: handshake, manifest_request, tool call ok/unknown/execution-failed, protocol mismatch, heartbeat, session close, event delivery. Plus runner documentation (conformance/README.md).
20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"id": "core-07-heartbeat",
|
|
"title": "Heartbeat is answered with heartbeat",
|
|
"category": "core",
|
|
"version": "aicc/0.1",
|
|
"description": "A heartbeat must be acknowledged with a heartbeat, keeping the session alive.",
|
|
"steps": [
|
|
{
|
|
"send": {
|
|
"type": "heartbeat"
|
|
}
|
|
},
|
|
{
|
|
"expect": {
|
|
"type": "heartbeat"
|
|
}
|
|
}
|
|
]
|
|
}
|