kto 0.1.5

A generic, flexible web change watcher with AI-powered analysis
Documentation
pub mod agent;
pub mod cli;
pub mod config;
pub mod db;
pub mod diff;
pub mod error;
pub mod extract;
pub mod fetch;
pub mod filter;
pub mod interests;
pub mod normalize;
pub mod notify;
pub mod page_facts;
pub mod platform;
pub mod transforms;
#[cfg(feature = "tui")]
pub mod tui;
pub mod validate;
pub mod watch;

pub use error::{KtoError, Result};