Skip to main content

hyper_agent_core/
lib.rs

1// Re-export modules that moved to hyper-agent-notify for backward compatibility.
2pub use hyper_agent_notify::emitter;
3pub use hyper_agent_notify::notifier;
4pub use hyper_agent_notify::thinking_log;
5
6pub mod account_state_ext;
7pub mod adjuster_guardrails;
8pub mod agent_adjuster;
9pub mod agent_config;
10pub mod api_types;
11pub mod candle_buffer;
12pub mod config;
13pub mod credentials;
14pub mod equity_tracker;
15pub mod error;
16pub mod executor;
17pub mod live_executor;
18pub mod pipeline;
19pub mod pipeline_stages;
20pub mod position_manager;
21pub mod services;
22pub mod signal;
23pub mod signal_adapter;
24pub mod trade_markers;