Implement chrs-backbeat: Temporal orchestration with Pulse/Reverb and agent synchronization

This commit is contained in:
anthonyrawlins
2026-03-04 03:07:01 +11:00
parent ffe37a4292
commit 00623ac125
4 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "chrs-backbeat-demo"
version = "0.1.0"
edition = "2021"
[dependencies]
chrs-agent = { path = "../chrs-agent" }
chrs-backbeat = { path = "../chrs-backbeat" }
chrs-mail = { path = "../chrs-mail" }
chrs-council = { path = "../chrs-council" }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
uuid = { version = "1.0", features = ["v4"] }
chrono = "0.4"