(no commit message)

This commit is contained in:
2026-04-02 18:09:22 -07:00
parent 21111b7748
commit 62553c714a
6 changed files with 74 additions and 2 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "doc-extract"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["dspy>=3.1.3", "modaic>=0.29.1"]