manabrew-agent-interface 0.3.0

Prompt protocol between the manabrew engine and agents (UI, AI, network)
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(clippy::too_many_arguments)]
pub mod agent_impl;
pub mod auto_pay;
pub mod game_log_event;
pub mod game_snapshot_event;
pub mod game_view_dto;
pub mod ids_codec;
pub(crate) mod mana_action_id;
pub mod prompt;
pub mod protocol;