tmai-core 0.8.2

Core library for tmai - agent detection, state management, and monitoring
Documentation
1
2
3
4
5
6
7
pub mod judge;
pub mod rules;
pub mod service;
pub mod types;

pub use service::AutoApproveService;
pub use types::{AutoApprovePhase, JudgmentDecision, JudgmentRequest, JudgmentResult};