19 lines
433 B
Markdown
19 lines
433 B
Markdown
---
|
|
tickers:
|
|
- AAPL
|
|
- MSFT
|
|
initial_cash: 100000
|
|
margin_requirement: 0.0
|
|
enable_memory: false
|
|
max_comm_cycles: 2
|
|
agent_overrides: {}
|
|
---
|
|
|
|
# Bootstrap
|
|
|
|
Use this file to describe run-specific setup notes, preferred tickers,
|
|
risk bounds, or strategy constraints before the first execution.
|
|
|
|
The YAML front matter above is machine-readable runtime configuration.
|
|
The markdown body below is injected into agent prompts as run context.
|