| Crates.io | daedalus-engine |
| lib.rs | daedalus-engine |
| version | 0.1.1 |
| created_at | 2026-01-23 03:53:15.87596+00 |
| updated_at | 2026-01-23 03:53:15.87596+00 |
| description | High-level engine facade for planning and running Daedalus graphs. |
| homepage | https://github.com/Prometheus-Dynamics/Daedalus |
| repository | https://github.com/Prometheus-Dynamics/Daedalus |
| max_upload_size | |
| id | 2063355 |
| size | 80,146 |
Convenience facade that wires registry → planner → runtime so applications can execute graphs with minimal setup.
EngineConfig) for planner/runtime/GPU settings.Engine::run(registry, graph, handlers) entrypoint.gpu: include GPU planning/runtime support.plugins: enable plugin installation path.Registry and HandlerRegistry (often via #[node] macros).crates/daedalus/examples).EngineConfig (mode, backpressure, GPU backend).Engine::run and inspect telemetry/results.