terraphim / terraphim/terraphim-ai
Implement output streaming for fcctl-core
Open
@AlexMikhalev is already working on this.
Since Mar 11, 2026.
dependencies
enhancement
- Dominant language
- Rust
- Stars
- 62
- Forks
- 5
- Avg merge
- 2h 27m
- Merged PRs (30d)
- 1
Description
Summary
Implement output streaming for VM execution results.
Context
PR #426 (feat(rlm): RLM orchestration with MCP tools) requires output streaming for real-time execution feedback.
Requirements
The implementation should provide:
- Streaming of stdout/stderr from VM execution
- Real-time updates to clients
- Buffer management for large outputs
- Integration with SSH execution
Related
Blocked by: #664 (Create fcctl-core crate)
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.
Assessment
This issue has not been assessed yet.