Cargo Features
[dependencies]
zeph-core = { version = "0.21.2", default-features = false, features = ["candle", "classifiers", "cuda", "gonka", "cocoon", "index", "metal", "postgres", "profiling", "profiling-alloc", "scheduler", "sqlite", "sysinfo", "mock"] }
- default = sqlite
-
The
sqlitefeature is set by default wheneverzeph-coreis added withoutsomewhere in the dependency tree.default-features = false - candle
-
Affects
provider_factory::select_device… - classifiers
-
Enables classifiers of zeph-llm and zeph-sanitizer
- cuda
- gonka
- cocoon
-
Enables cocoon of zeph-commands and zeph-llm
- index
-
Enables index of zeph-agent-context
zeph-agent-context:
Enables
zeph-indexintegration viaIndexAccessin context assembly views. - metal
- postgres
-
Enables postgres of zeph-agent-context, zeph-agent-persistence, and zeph-db
- profiling profiling-alloc?
-
Enables tracing-subscriber
Affects
zeph-core::metrics_bridge… - profiling-alloc = profiling
-
Affects
zeph-core::alloc_layer… - scheduler
- sqlite default
-
Enables sqlite of zeph-agent-context, zeph-agent-persistence, and zeph-db
- sysinfo
-
Enables sysinfo ^0.38.4
Affects
zeph-core::system_metrics… - mock
-
Enables mock of zeph-vault