Replies: 2 comments
-
|
@eavanvalkenburg could you please help here? |
Beta Was this translation helpful? Give feedback.
-
|
Interesting question! Remote HTTP sandboxes like Daytona can integrate with MAF at two levels: 1. As an Agent Executor `python Key consideration: The Agent Framework's hosting stack (which I recently contributed to) uses session isolation keys for state management. Make sure your Daytona integration propagates these keys so multi-turn conversations maintain state across sandbox restarts. I would also look at the Hyperlight integration that @eavanvalkenburg is building (#6601) — it is a similar pattern of sandboxed execution within the framework. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We are building a lightweight .NET 10 agent CLI on top of Microsoft Agent Framework.
We are experimenting with integrating a remote HTTP-based sandbox service (similar to Daytona), and we want to avoid going too far in a direction that does not match the intended MAF design.
Our current MVP approach is:
execute_codetoolThis works for now, but we are unsure whether this is the recommended long-term pattern.
Our main questions are:
AIContextProvider + execute_codethe recommended integration pattern today?Microsoft.Agents.AI.Tools.Shellmainly intended for local / docker / near-host shell execution rather than remote sandbox services?We would appreciate guidance before we invest further in the abstraction.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions