agent-book-translate 0.1.7

A powerful LLM-driven agentic EPUB book translator with robust progress monitoring and recovery
Documentation
1
2
3
4
5
6
7
8
//! Core business workflow modules.

pub mod engine;
pub mod migration;
pub mod parser;
pub mod progress;
pub mod qa;
pub mod router;