kcode-kennedy-telegram-runtime 0.1.0

Telegram-to-Kennedy session workflow runtime
Documentation
[package]
name = "kcode-kennedy-telegram-runtime"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Telegram-to-Kennedy session workflow runtime"
repository = "https://github.com/taek42/kcode-rust-libs"

[lib]
path = "src/lib.rs"

[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
kcode-agent-runtime = "0.2.1"
kcode-kennedy-orchestration = "0.1.0"
kcode-kennedy-roots = "0.1.0"
kcode-kennedy-sessions = "0.1.0"
kcode-server-object-envelopes = "0.1.0"
kcode-session-history = "0.1.3"
kcode-telegram-identity = "0.1.5"
serde_json = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] }
tracing = "0.1"
uuid = { version = "1", features = ["v4"] }

[workspace]