factorio-sensei 0.1.0

AI coaching copilot for Factorio 2.x — connects to your live game via RCON and gives real-time advice powered by Claude
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod agent;
pub mod bridge;
pub mod error;
pub mod knowledge;
pub mod lua;
pub mod rcon_ext;
pub mod tools;

pub use error::SenseiError;
pub use rcon_ext::{execute_lua_json, SharedRcon};