Skip to content

Commit

Permalink
changed agent.md with support for more algorithm types
Browse files Browse the repository at this point in the history
  • Loading branch information
danko-miladinovic committed Aug 23, 2024
1 parent 91bd821 commit b4fad18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ The agent can fetch the [attestation](./attestation.md) report from the host usi

Before execution, algorithms and datasets are validated against the computation manifest to ensure integrity and compatibility. This includes the sha3 256 hash of the dataset and algorithm, which are validated against the value set in the manifest. The algorithm and dataset provider ID are also validated against the manifest during the uploading of the dataset and algorithm.

## Supported Algorithm types and restrictions
## Supported Algorithm types

There are two supported algorithm types, binaries and python files. The default algorithm type is binaries, which is uploaded to agent using CLI. To upload a python file, the python file should be accompanied by the requirements file which will be used to provision the VM with all required libraries prior to algorithm execution. Instructions on how to provide a python file are provided in [CLI](./cli.md).
There are four supported algorithm types, binaries, python files, docker images and wasm modules. The default algorithm type is binaries, which is uploaded to agent using CLI. Instructions on how to provide a python file are provided in [CLI](./cli.md). More information on how to run the other types of algorithms can be found [here](algorithms.md).

0 comments on commit b4fad18

Please sign in to comment.