cargo-tangle 0.5.0-alpha.13

A command-line tool to create and deploy blueprints on Tangle Network
# Example harness config — copy to ~/.tangle/harness.toml and adjust.

[chain]
anvil = true
include_anvil_logs = false

[router]
spawn = false  # Local router not yet wired; start separately.

[[blueprint]]
name = "llm"
path = "~/code/llm-inference-blueprint"
env.MODEL = "meta-llama/Llama-3.1-8B-Instruct"
env.BACKEND = "vllm"

[[blueprint]]
name = "avatar"
path = "~/code/avatar-inference-blueprint"
env.HEYGEN_API_KEY = "${HEYGEN_API_KEY}"