Proposal: Add ACAExecutor for Azure Container Apps Sandboxes #2574
SharmaAjay19
started this conversation in
Ideas
Replies: 1 comment
|
@albertvillanova What do you think? Let me know and I can raise a PR. |
0 replies
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.
Proposal: Add
ACAExecutorfor Azure Container Apps SandboxesWe would like to contribute a first-class
ACAExecutorto smolagents so developers canrun
CodeAgent-generated Python inAzure Container Apps Sandboxes using the
same
executor_typeexperience as the existing E2B, Modal, Docker, and Blaxelintegrations.
The proposed user experience is:
Initial functionality
ACAExecutorwould provide:steps.
additional package installation, logs, rich outputs, errors, and
final_answer.Azure credentials inside the sandbox.
smolagents[aca]dependency extra so Azure packages remain opt-in.live integration test.
The initial contribution would focus on
CodeAgentremote execution. Cross-processsession resume and managed-agent execution would remain out of scope until their
lifecycle contracts are defined.
The Microsoft ACA Sandboxes team would contribute the implementation, tests, examples,
and documentation, and help maintain compatibility with the underlying Azure SDK.
Before starting, we would appreciate maintainer feedback on:
ACAExecutorandexecutor_type="aca"are a good fit forsmolagents.
provider-specific module.
provider maintenance.
All reactions