Skip to content

Commit

Permalink
update taskara
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarker committed Aug 31, 2024
1 parent b8eb86a commit ae5bc2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "surfkit"
version = "0.1.235"
version = "0.1.236"
description = "A toolkit for building AI agents that use devices"
authors = ["Patrick Barker <[email protected]>"]
license = "MIT"
Expand All @@ -20,9 +20,9 @@ litellm = "^1.35.8"
tiktoken = "^0.6.0"
rich = "^13.7.1"
tqdm = "^4.66.4"
taskara = "^0.1.121"
agentdesk = "^0.2.93"
kubernetes = "^30.1.0"
taskara = "^0.1.123"


[tool.poetry.group.dev.dependencies]
Expand Down
1 change: 0 additions & 1 deletion surfkit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
import time
from dataclasses import dataclass
from enum import Enum
from typing import Optional

import rootpath
Expand Down

0 comments on commit ae5bc2d

Please sign in to comment.