lesson-agent-dev / libs /agent /pyproject.toml
MSG
Feat/research tab agent skills (#5)
e7fd66f
Raw
History Blame Contribute Delete
571 Bytes
[project]
name = "agent"
version = "0.1.0"
description = "Skill-based local agent loop for hackathon tasks"
readme = "README.md"
authors = [
{ name = "MSGhais", email = "msghais135@gmail.com" }
]
requires-python = ">=3.12"
dependencies = [
"inference",
"researchmind",
"pillow>=10.0.0",
"pydantic>=2.0.0",
"python-docx>=1.1.0",
"python-pptx>=1.0.0",
"pyyaml>=6.0.2",
]
[tool.uv.sources]
inference = { workspace = true }
researchmind = { workspace = true }
[build-system]
requires = ["uv_build>=0.8.13,<0.9.0"]
build-backend = "uv_build"