// Re-export modules that moved to hyper-agent-notify for backward compatibility.
pub use hyper_agent_notify::emitter;
pub use hyper_agent_notify::notifier;
pub use hyper_agent_notify::thinking_log;
pub mod account_state_ext;
pub mod adjuster_guardrails;
pub mod agent_adjuster;
pub mod agent_config;
pub mod api_types;
pub mod candle_buffer;
pub mod config;
pub mod credentials;
pub mod equity_tracker;
pub mod error;
pub mod executor;
pub mod live_executor;
pub mod pipeline;
pub mod pipeline_stages;
pub mod position_manager;
pub mod services;
pub mod signal;
pub mod signal_adapter;
pub mod trade_markers;