validate_strategy
Validate a trading strategy directory against echolon contracts to check for errors and ensure compliance.
Instructions
Validate a strategy directory against echolon contracts.
Args:
path: Absolute path to the strategy directory.
Returns a dict with keys: status ("VALID"|"INVALID"), errors (list of dicts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |