Run the agent
UI - Palliora Explorer
CLI
Implement an API to do the following: Fetch the blockHt & extrinsic from agentConfigRef: ``` statescan-polkadot-agent -> registry collection -> Agent doc.agentConfigRef -> blockHt ``` Use the blockHt & extrinsic to get the agent ciphertext data ``` statescan-polkadot-data -> blob collection -> "indexer.blockHeight": blockHt -> data ```node mindcrypt-cli/dist run-agent --agentRef ${agentRefCipherText}
Last updated