sync from monorepo @ ffee08f2

This commit is contained in:
2026-05-09 19:52:44 +02:00
parent e20542a40e
commit bf5a79d931
177 changed files with 242 additions and 37736 deletions
+1 -18
View File
@@ -19,7 +19,7 @@ agent-client-protocol = { version = "0.6", optional = true }
# Async streams
async-stream = { version = "0.3", optional = true }
# Async trait support
async-trait = { version = "0.1", optional = true }
async-trait = "0.1"
# Web server
axum = { version = "0.8", optional = true }
# Base64 encoding for embedded resources
@@ -29,13 +29,9 @@ blake3 = { version = "1.5", optional = true }
chrono = { version = "0.4", features = ["serde"] }
dirigent_acp_api = { path = "../dirigent_acp_api", optional = true }
# Workspace dependencies
dirigent_archivist = { path = "../dirigent_archivist", optional = true }
dirigent_config = { path = "../dirigent_config", optional = true }
dirigent_auth = { path = "../dirigent_auth" }
dirigent_process = { path = "../dirigent_process", features = ["tokio"], optional = true }
dirigent_taskrunner = { path = "../dirigent_taskrunner", optional = true }
dirigent_matrix = { path = "../dirigent_matrix", optional = true }
dirigent_zed = { path = "../dirigent_zed", optional = true }
dirigent_inspector = { path = "../dirigent_inspector", optional = true }
dirigent_protocol = { path = "../dirigent_protocol", features = ["adapters"], optional = true }
dirigent_tools = { path = "../dirigent_tools", optional = true }
@@ -77,26 +73,16 @@ toml = "0.8"
name = "stream_registry_test"
required-features = ["test-utils"]
[[test]]
name = "replay_test"
required-features = ["test-utils", "server"]
[[test]]
name = "matrix_migration_test"
required-features = ["server"]
[features]
default = []
test-utils = []
server = [
"dep:agent-client-protocol",
"dep:async-stream",
"dep:async-trait",
"dep:axum",
"dep:base64",
"dep:blake3",
"dep:dirigent_acp_api",
"dep:dirigent_archivist",
"dep:dirigent_config",
"dep:dirigent_inspector",
"dep:dirigent_protocol",
@@ -113,8 +99,5 @@ server = [
"dep:tower-http",
"dep:tracing",
"dep:tracing-subscriber",
"dep:dirigent_matrix",
"dep:dirigent_zed",
"dep:dirigent_taskrunner",
"dep:dirigent_process",
]