File size: 571 Bytes
d10324f
 
 
 
 
 
 
 
 
 
 
e7fd66f
1706cd9
d10324f
1706cd9
d10324f
 
 
 
 
 
e7fd66f
d10324f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[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"