Structs§
- Agent
Config - Full configuration for an AI trading agent.
- Prompt
Template Summary - Summary of a prompt template returned to the frontend.
Enums§
- Prompt
Template - Preset system prompt templates for different trading styles.
- Trading
Mode - Whether the agent operates in live or paper-trading mode.
Functions§
- delete_
agent_ config_ from_ disk - Delete an agent config from disk.
- list_
prompt_ templates - Return descriptions of all available prompt templates.
- load_
agent_ config - Load an agent config from disk. Returns
Noneif no config file exists. - save_
agent_ config_ to_ disk - Save an agent config to disk.
- validate_
agent_ config - Validate an agent config. Returns
Ok(())or an error message.