@@ -48,15 +48,15 @@ tracing = { workspace = true }
4848regex = " 1.12"
4949
5050# Terraphim dependencies
51- terraphim_types = { version = " 1.20.2" , registry = " terraphim " }
52- terraphim_config = { version = " 1.20.2" , features = [" openrouter" ], registry = " terraphim " }
53- terraphim_rolegraph = { version = " 1.20.2" , registry = " terraphim " }
54- terraphim_automata = { version = " 1.20.2" , registry = " terraphim " }
55- terraphim_persistence = { version = " 1.20.2" , registry = " terraphim " }
56- terraphim_agent_evolution = { path = " ../terraphim_agent_evolution" , version = " 1.20.2" , registry = " terraphim " }
57- terraphim_service = { version = " 1.20.2" , registry = " terraphim " }
58- terraphim_agent_registry = { path = " ../terraphim_agent_registry" , version = " 1.19.2" , registry = " terraphim " }
59- terraphim_usage = { version = " 1.20.3" , registry = " terraphim " }
51+ terraphim_types = { version = " 1.20.2" }
52+ terraphim_config = { version = " 1.20.2" , features = [" openrouter" ] }
53+ terraphim_rolegraph = { version = " 1.20.2" }
54+ terraphim_automata = { version = " 1.20.2" }
55+ terraphim_persistence = { version = " 1.20.2" }
56+ terraphim_agent_evolution = { path = " ../terraphim_agent_evolution" , version = " 1.20.2" }
57+ terraphim_service = { version = " 1.20.2" }
58+ terraphim_agent_registry = { path = " ../terraphim_agent_registry" , version = " 1.19.2" }
59+ terraphim_usage = { version = " 1.20.3" }
6060
6161# Firecracker VM dependencies (optional, feature-gated)
6262# Note: fcctl-repl has its own workspace dependencies that may conflict
@@ -68,7 +68,7 @@ tempfile = { workspace = true }
6868
6969criterion = { version = " 0.8" , features = [" html_reports" ] }
7070# Enable test-utils for examples and benchmarks
71- terraphim_multi_agent = { path = " ." , features = [" test-utils" ], registry = " terraphim " }
71+ terraphim_multi_agent = { path = " ." , features = [" test-utils" ] }
7272
7373[[bench ]]
7474name = " agent_operations"
0 commit comments