diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-06 13:21:38 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-06 13:21:38 +0100 |
| commit | 9ee5a1d4273e5f0166b3f44bd6b040602613f140 (patch) | |
| tree | fc00c56df9603fcdc16c6f7b565367b2fef0313a /pyproject.toml | |
| parent | 0f6e7ab3d2d51afd5b1c8f7a88843bf9a4f0a9b2 (diff) | |
Initial project
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..84ccb86 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "strangeloop" +version = "0.1.0" +description = "A recursive and self-referential AI agent framework" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [] |
