Implement ExecutionEnvironment trait for fcctl-core
@AlexMikhalev is already working on this.
Since Mar 11, 2026.
Assessment
This issue has not been assessed yet.
Description
Summary
Implement ExecutionEnvironment trait as required by terraphim_rlm crate.
Context
PR #426 (feat(rlm): RLM orchestration with MCP tools) requires the fcctl-core crate to provide an ExecutionEnvironment trait that VmManager can implement.
Requirements
The trait should define methods for:
execute_code(&self, code: &str, ctx: &ExecutionContext) -> Result<ExecutionResult, Error>execute_command(&self, cmd: &str, ctx: &ExecutionContext) -> Result<ExecutionResult, Error>create_snapshot(&self, session_id: &SessionId, name: &str) -> Result<SnapshotId, Error>restore_snapshot(&self, id: &SnapshotId) -> Result<(), Error>list_snapshots(&self, session_id: &SessionId) -> Result<Vec<SnapshotId>, Error>delete_snapshot(&self, id: &SnapshotId) -> Result<(), Error>delete_session_snapshots(&self, session_id: &SessionId) -> Result<(), Error>capabilities(&self) -> &[Capability]backend_type(&self) -> BackendTypehealth_check(&self) -> Result<bool, Error>cleanup(&self) -> Result<(), Error>
Related
Blocked by: #664 (Create fcctl-core crate)
- Dominant language
- Rust
- Stars
- 62
- Forks
- 5
- Avg merge
- 2h 27m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from terraphim/terraphim-ai
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
terraphim/terraphim-ai#885 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
terraphim/terraphim-ai#871 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
terraphim/terraphim-ai#810 · 2 comments ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
terraphim/terraphim-ai#729 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
terraphim/terraphim-ai#728 ·
All issues in terraphim/terraphim-ai
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100