forked from agentsea/surfkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
45 lines (37 loc) · 926 Bytes
/
pyproject.toml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[tool.poetry]
name = "surfkit"
version = "0.1.292"
description = "A toolkit for building AI agents that use devices"
authors = ["Patrick Barker <[email protected]>", "Jeffrey Huckabay <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pydantic = "^2.6.4"
threadmem = "^0.2.11"
rootpath = "^0.1.1"
docker = "^7.0.0"
namesgenerator = "^0.3"
pyyaml = "^6.0.1"
toolfuse = "^0.1.15"
devicebay = "^0.1.11"
litellm = "^1.35.8"
rich = "^13.7.1"
tqdm = "^4.66.4"
agentdesk = "^0.2.107"
taskara = "^0.1.178"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"
black = "^24.4.2"
isort = "^5.13.2"
google-cloud-aiplatform = "^1.53.0"
ruff = "^0.6.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
surfkit = "surfkit.cli.main:app"
lint = "scripts.lint:main"
[tool.isort]
line_length = 88
profile = "black"