SingletonFactory
autogen.beta.tools.sandbox.factory.SingletonFactory #
Wrap a single :class:Sandbox instance as a :class:SandboxFactory.
Every :meth:open call yields the same sandbox. The underlying instance's lifecycle is not driven by this factory — callers own the sandbox and close it themselves. Useful for :class:~autogen.beta.tools.sandbox.LocalSandbox, where the workdir is fixed for the life of the process and there is nothing to resolve per-call.