HyperlightCodeActProvider — alpha feedback #5328
eavanvalkenburg
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We just released
agent-framework-hyperlight, an alpha package thatbrings CodeAct-style tool calling to Agent Framework on top of
Hyperlight. The short
version: the model gets one
execute_codetool, writes a small Pythonprogram per turn, and calls your tools from inside a fast, locally
isolated micro-VM via
call_tool(...). Full write-up: <link toblog post>.
Before we harden and promote the package, we would like feedback on
four deliberate limitations in this first cut:
Windows. macOS support is on the roadmap. If macOS is blocking you,
say so here — it helps us prioritize.
supported today. A .NET counterpart is coming soon.
other guests (JavaScript in particular), but each new guest means
a new CodeAct instruction template, a new
call_toolsurface, andnew ergonomics to maintain. Would a JavaScript guest (or another)
actually change what you could build? If so, describe the scenario.
execute_codecall, not to individualcall_tool(...)invocations within it. Per-operation gating requires keeping that
operation as a direct agent tool. We are considering richer
options — per-tool prompts from inside the sandbox, post-hoc audit
hooks, policy-driven approval. Which of those would you actually
use, and for what?
Please reply with:
Bug reports and concrete feature requests are better filed as issues
at
github.com/microsoft/agent-framework/issues
so they do not get lost in the thread — this discussion is for
directional feedback on the limitations above.
Beta Was this translation helpful? Give feedback.
All reactions