mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 01:44:28 +01:00
Release 0.0.4 (#280)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
3
.github/workflows/publish_package.yml
vendored
3
.github/workflows/publish_package.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
@@ -192,7 +192,7 @@ class DependencyManager(object):
|
||||
colorama.deinit()
|
||||
|
||||
@property
|
||||
def sorted_items(self, show_graph: Optional[bool] = True) -> Generator:
|
||||
def sorted_items(self, show_graph: Optional[bool] = False) -> Generator:
|
||||
"""Get a sorted list of tests where all tests are sorted after their dependencies."""
|
||||
# Build a directed graph for sorting
|
||||
dag = networkx.DiGraph()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "agbenchmark"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description = "Benchmarking the performance of agents far and wide, regardless of how they are set up and how they work"
|
||||
authors = ["Silen Naihin <silen.naihin@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user