Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The Agent supports four distinct algorithm types:
- **Docker Images**: Docker containers provide the most comprehensive packaging solution, including the complete runtime environment, system tools, and dependencies.
- **WASM Modules**: WebAssembly modules offer portable, high-performance execution with strong security isolation.

More information on how to run algorithms can be found [here](algorithms.md).
More information on how to run algorithms can be found in the [algorithms documentation](algorithms.md).

## Agent workflow

Expand Down
2 changes: 1 addition & 1 deletion docs/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Before diving into specific algorithm types, understand these fundamental steps
git clone https://github.com/ultravioletrs/ai.git
```

3. **Rust Installation:** Ensure Rust is installed if you plan to build binary or Wasm examples. Follow instructions [here](https://www.rust-lang.org/tools/install).
3. **Rust Installation:** Ensure Rust is installed if you plan to build binary or Wasm examples. Follow the [installation instructions](https://www.rust-lang.org/tools/install).

4. **Terminate Previous Computations:** Always ensure any previous computations are terminated before starting a new one to avoid conflicts.

Expand Down
Loading