iFixAi

(โ˜… 11,146)

Independent Auditing of AI Agents. Run by human or the agent itself, to answer the most crucial question in the AI Agent Economy. Is the agent doing what is supposed to do? With iFixAi you can have this answer in less than 120 seconds.

  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • conftest.py
  • CONTRIBUTING.md
  • count_fixture_fields.py
  • LICENSE
  • pyproject.toml
  • README.ja.md
  • README.ko.md
  • README.md
  • README.zh-CN.md
  • SECURITY.md

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/ifixai-ai/iFixAi

Downloads the entire project code from GitHub to your computer.

cd iFixAi

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install "ifixai[openai]" # or anthropic, gemini, etc.: install the provider extra you'll test

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install "ifixai[anthropic]"

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install "ifixai[anthropic,openai]" # SUT's + judge's SDKs (or ifixai[all])

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install "ifixai[openai]" # or anthropic, gemini, etc.: install the provider extra you'll test

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install "ifixai[anthropic]"

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install "ifixai[anthropic,openai]" # SUT's + judge's SDKs (or ifixai[all])

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation