first ever agent uploaded to modaic hub

This commit is contained in:
2025-08-17 00:09:02 -04:00
parent aae5b37374
commit 6666c69576
14 changed files with 627 additions and 1 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "first-ever-daic"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["ipykernel>=6.30.1", "matplotlib>=3.10.5", "modaic", "numpy>=2.3.2"]
[tool.uv.sources]
modaic = { path = "../../modaic", editable = true }