the AI agent use case is the one that got me. i've been writing generated code to temp files and then cleaning up after and it always felt wrong. keeping it in memory and importing directly makes so much more sense.
haven't tried this yet but the testing example with the using statement is really clean. no more forgetting to delete temp dirs in CI.
Priya Sharma
Backend dev obsessed with distributed systems
does the mount work across worker threads or is it scoped to the main thread?