kto 0.1.0

A generic, flexible web change watcher with AI-powered analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
#[cfg(feature = "tui")]
pub mod tui;
pub mod watch;

pub use error::{KtoError, Result};