manabrew_agent_interface/
lib.rs1#![allow(clippy::too_many_arguments)]
2pub mod agent_impl;
3pub mod auto_pay;
4pub mod game_log_event;
5pub mod game_snapshot_event;
6pub mod game_view_dto;
7pub mod ids_codec;
8pub(crate) mod mana_action_id;
9pub mod prompt;
10pub mod protocol;