Skip to main content

iauto is a low-code engine for building and deploying AI agents

Project description

Documentation

iauto

iauto is a low-code engine for building and deploying AI agents.

  • AI: Cutting-edge AI capabilities.
  • Low-Code: Define your agents using YAML.
  • Automation: Integrated automation frameworks like Appium and Playwright.
  • Extensible: Well-designed Python API.

News

Quick Start

Installation

Python version requirement: >=3.8

iauto can be installed from PyPI using pip. It is recommended to create a new virtual environment before installation to avoid conflicts.

pip install -U iauto

If you want to run LLM locally, you can enable hardware acceleration in the following ways.

To enable cuBLAS acceleration on NVIDIA GPU:

CMAKE_ARGS="-DGGML_CUBLAS=ON" pip install -U iauto

To enable Metal on Apple silicon devices:

CMAKE_ARGS="-DGGML_METAL=ON" pip install -U iauto

Command-line tool

Usage:

python -m iauto --help

or

ia --help

Run playbook:

ia run ./your-plabook.yaml

Example playbooks

Playground

iauto provides a web-based application for running playbooks, LLM Chat, ReAct reasoning, and Multi-Agent tasks.

Launch playground:

ia playground

Screenshot:

Playground screenshot

Contribution

We are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

Development setup

# Create python venv
python -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt
pip install -r requirements-dev.txt

# Apply autopep8, isort and flake8 as pre commit hooks
pre-commit install

Build

./build.sh

License

MIT

icon license: https://openmoji.org/library/emoji-1F9BE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iauto-0.1.10-py3-none-any.whl (80.6 kB view details)

Uploaded Python 3

File details

Details for the file iauto-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: iauto-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 80.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for iauto-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 5bfd921c2ddf6172f583eabd0f9652e8a7ab4f9d082d66bbe5a6c2da5ac7a242
MD5 791e53cc662ab6834ff28c9841cf1afc
BLAKE2b-256 85044e462459785be0c73cebb41c124628207c8efb5ce75f105bf65b6a825a75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page