tsk-ai 0.10.5

tsk-tsk: keeping your agents out of trouble with sandboxed coding agent automation
1
2
3
4
5
6
7
8
9
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "integ-test"
version = "1.0.0"
requires-python = ">=3.8"
dependencies = ["click>=8.0"]