-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Summary
PR #426 (feat(rlm): RLM orchestration with MCP tools) is blocked because the external dependency fcctl-core is missing.
The terraphim_rlm crate imports fcctl_core::vm::VmManager and fcctl_core::snapshot::SnapshotManager from a local path ../../../firecracker-rust/fcctl-core, but this directory does not exist.
Requirements
The fcctl-core crate should provide:
fcctl_core::vm::VmManagertrait/struct with methods:new(firecracker_bin, socket_base_path, ...) -> Result<Self>get_vm_client(&vm_id) -> Result<VmClient>get_vm_ip(&vm_id) -> Option<String>
fcctl_core::snapshot::SnapshotManagertrait/struct with methods:new(snapshots_dir, ...) -> Result<Self>create_snapshot(vm_client, vm_id, name, snapshot_type, ...) -> Result<String>restore_snapshot(vm_client, snapshot_id) -> Result<()>list_snapshots(vm_id_option) -> Result<Vec<SnapshotInfo>>delete_snapshot(snapshot_id, force) -> Result<()>
fcctl_core::firecracker::models::SnapshotTypeenum
Related Issues
This crate should implement the following features (tracked in separate issues):
- Update tauri github CI to new release #14: ExecutionEnvironment trait
- Atomic opendal added - closes #11 #15: Pre-warmed VM pool
- First working search with reverse lookup #16: OverlayFS support
- Introduce
Middlewaretrait #17: Network audit logging - Embed output of yarn run build into Axum binary #18: LLM bridge endpoint
- Introduce
ErrorandResulttypes for crates #19: Output streaming
Location
The crate should be created in a new repository terraphim/firecracker-rust or within the current repository under crates/fcctl-core.
Reactions are currently unavailable