Skip to content

Commit bb4b947

Browse files
authored
Fix porting issue (#2)
* fixed logos * fixed issues building docs
1 parent 54e9e6b commit bb4b947

13 files changed

Lines changed: 26 additions & 30 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
1313
[![PyPI version](https://badge.fury.io/py/maseval.svg)](https://badge.fury.io/py/maseval)
1414
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](#)
15-
[![Tests](https://github.com/cemde/MASEval/actions/workflows/test.yml/badge.svg)](https://github.com/cemde/MASEval/actions/workflows/test.yml)
15+
[![Tests](https://github.com/parameterlab/MASEval/actions/workflows/test.yml/badge.svg)](https://github.com/parameterlab/MASEval/actions/workflows/test.yml)
1616
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
1717

1818
MASEval is an evaluation library that provides a unified interface for benchmarking (multi-)agent systems. It offers standardized abstractions for running any agent implementation—whether built with AutoGen, LangChain, custom frameworks, or direct API calls—against established benchmarks like GAIA and AgentBench, or your own custom evaluation tasks.
@@ -63,7 +63,7 @@ Examples are available in the documentiation. TODO add link!
6363

6464
## Contribute
6565

66-
We welcome any contributions. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to learn more!
66+
We welcome any contributions. Please read the [CONTRIBUTING.md](https://github.com/parameterlab/MASEval/tree/fix-porting-issue?tab=contributing-ov-file) file to learn more!
6767

6868
## Benchmarks
6969

assets/logo-dark.svg

Lines changed: 3 additions & 3 deletions
Loading

assets/logo-light.svg

Lines changed: 3 additions & 3 deletions
Loading
Lines changed: 5 additions & 4 deletions
Loading

assets/logo.svg

Lines changed: 3 additions & 3 deletions
Loading

docs/assets/logo-dark.svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../assets/logo-dark.svg

docs/assets/logo-light.svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../assets/logo-light.svg

docs/assets/logo-short.svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../assets/logo-short.svg

docs/assets/logo.svg

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

docs/assets/logo.svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../assets/logo.svg

0 commit comments

Comments
 (0)