When one banded skill needs to invoke another, how should it do so?
Need a system for checking one band's compatibility against another -- can band A execute inside band B, or does it require additional permissions? Before calling another banded skill, the bands wrapper must check that:
- this skill is explicitly allowed by the current band
- the second skill's permissions fit in the current skill's band
Need a way to develop workflows composed of multiple bands with deterministic or agentic orchestration inside the microVM.
When one banded skill needs to invoke another, how should it do so?
Need a system for checking one band's compatibility against another -- can band A execute inside band B, or does it require additional permissions? Before calling another banded skill, the bands wrapper must check that:
Need a way to develop workflows composed of multiple bands with deterministic or agentic orchestration inside the microVM.