{
  "contract": "algal.organism.v1",
  "key": "organism:vm-approval-wait",
  "name": "Wait after the proposal is recorded",
  "budgets": {
    "maxAgentCalls": 16,
    "maxContextBytes": 65536,
    "maxDepth": 4,
    "maxOutputBytes": 65536,
    "maxSteps": 256,
    "maxWork": 1000000
  },
  "cells": [
    {
      "id": "input",
      "kind": "input",
      "outputs": {
        "inbox": {
          "type": "cap",
          "capability": "mailbox-receive"
        },
        "proposal": {
          "type": "text"
        }
      }
    },
    {
      "id": "receive",
      "kind": "tool",
      "tool": "mailbox.receive.v1"
    }
  ],
  "edges": [
    {
      "from": {
        "cell": "input",
        "port": "inbox"
      },
      "to": {
        "cell": "receive",
        "port": "mailbox"
      }
    }
  ],
  "interface": {
    "inputs": {
      "inbox": {
        "cell": "input",
        "port": "inbox"
      },
      "proposal": {
        "cell": "input",
        "port": "proposal"
      }
    },
    "outputs": {
      "approval": {
        "cell": "receive",
        "port": "message"
      }
    }
  }
}
