feat: implement client architecture and sandbox environment #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/client-and-sandbox-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduces the core Wrenn client and a dedicated sandbox execution
environment. This includes automated model generation and a custom
exception hierarchy to support robust integration.
WrennClientinsrc/wrenn/client.pyfor API interaction.Sandboxinsrc/wrenn/sandbox.pyfor isolated execution._generated.py.exceptions.py.