This branch is 8 commits behind wrenn/python-sdk:feat/client-and-sandbox-support
Tasnim Kabir Sadik f51a962fff feat: implement client architecture and sandbox environment
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.

- Add `WrennClient` in `src/wrenn/client.py` for API interaction.
- Implement `Sandbox` in `src/wrenn/sandbox.py` for isolated execution.
- Add Pydantic/model support via `_generated.py`.
- Define project-specific error types in `exceptions.py`.
- Include AGENTS.md documentation for specialized logic.
- Add comprehensive unit and integration tests.
- Update build system (Makefile, uv.lock, pyproject.toml) and LICENSE.
2026-04-10 22:24:50 +06:00
2026-04-09 21:18:27 +06:00
2026-04-09 21:18:27 +06:00
2026-04-08 11:19:10 +00:00

python-sdk

Python SDK for wrenn

Description
Python SDK for wrenn
Readme MIT 510 KiB
Languages
Makefile 92%
Python 8%