(no commit message)

This commit is contained in:
2025-12-20 13:34:25 -08:00
parent e6fe88cba3
commit 64fecd246d
8 changed files with 367 additions and 1 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "second-org-repo"
dynamic = ["version"]
description = "Modular Agent Infrastructure Collection, a python framework for managing and sharing DSPy agents"
authors = [{ name = "Tyrin", email = "tytodd@mit.edu" }, {name = "Farouk", email = "farouk@modaic.dev"}]
readme = "README.md"
homepage = "https://github.com/modaic-ai/modaic"
license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = ["dspy>=2.6.27", "gitpython>=3.1.45", "opik==1.8.42", "platformdirs>=4.3.8", "tomlkit>=0.13.3"]
[project.urls]
Homepage = "https://github.com/modaic-ai/modaic"
Modaic = "https://www.modaic.dev"
Docs = "https://docs.modaic.dev"
[tool.uv.sources]
modaic = { workspace = true }