blueprint-runner 0.2.0-alpha.2

Runner for the Blueprint SDK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# symbiotic

## Purpose
Placeholder module for Symbiotic protocol integration in the blueprint runner. Currently empty; reserved for future Symbiotic restaking protocol support.

## Contents (one hop)
### Subdirectories
- (none)

### Files
- `mod.rs` - Empty file (no types or implementations yet)

## Key APIs
- (none)

## Relationships
- Sibling to `eigenlayer/` and `tangle/` protocol modules under `crates/runner/src/`
- Will implement `BlueprintConfig` when Symbiotic support is added