21 lines
695 B
TOML
21 lines
695 B
TOML
[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 }
|
|
|