Skip to content

Commit b891778

Browse files
committed
feat: new version
1 parent 8812d1a commit b891778

File tree

8 files changed

+7
-314
lines changed

8 files changed

+7
-314
lines changed

dist/agisdk-0.2.3.tar.gz

-238 KB
Binary file not shown.

dist/agisdk-0.2.4.tar.gz

241 KB
Binary file not shown.

docs/SUBMISSION_GUIDE.md

Lines changed: 0 additions & 311 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agisdk"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
authors = [
99
{name = "Diego Caples", email = "diego@theagi.company"},
1010
{name = "Prannay Hebbar", email = "prannay@theagi.company"}
@@ -37,7 +37,8 @@ dependencies = [
3737
"tiktoken>=0.3.0",
3838
"anthropic>=0.5.0",
3939
"ray>=2.8.0",
40-
"lxml"
40+
"lxml",
41+
"rich>=10.0.0"
4142
]
4243

4344
[project.urls]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tiktoken>=0.3.0
1313
anthropic>=0.5.0
1414
ray>=2.8.0
1515
agisdk>=0.2.1
16+
rich>=10.0.0
1617

1718
# For leaderboard submissions
1819
requests>=2.25.0

src/agisdk.egg-info/PKG-INFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: agisdk
3-
Version: 0.2.3
3+
Version: 0.2.4
44
Summary: AGI SDK - tools for building and evaluating AI web agents
55
Author-email: Diego Caples <diego@theagi.company>, Prannay Hebbar <prannay@theagi.company>
66
Project-URL: Homepage, https://github.com/agi-inc/agisdk
@@ -33,6 +33,7 @@ Requires-Dist: tiktoken>=0.3.0
3333
Requires-Dist: anthropic>=0.5.0
3434
Requires-Dist: ray>=2.8.0
3535
Requires-Dist: lxml
36+
Requires-Dist: rich>=10.0.0
3637
Dynamic: license-file
3738

3839
<p align="center">

src/agisdk.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ tiktoken>=0.3.0
1414
anthropic>=0.5.0
1515
ray>=2.8.0
1616
lxml
17+
rich>=10.0.0

0 commit comments

Comments
 (0)