The thalamus: sensory relay, always-on routing. Perfect name for the daemon that bridges IRC, Telegram, and the agent. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
6 lines
142 B
Rust
6 lines
142 B
Rust
fn main() {
|
|
capnpc::CompilerCommand::new()
|
|
.file("schema/daemon.capnp")
|
|
.run()
|
|
.expect("capnp compile failed");
|
|
}
|