Metadata-Version: 2.1
Name: ia-sdk
Version: 0.3.27
Summary: SDK for Intelligent Artifact's GAIuS agents.
Home-page: https://intelligent-artifacts.com
Author: Intelligent Artifacts
Author-email: support@intelligent-artifacts.com
Project-URL: Documentation, https://intelligent-artifacts.bitbucket.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# GAIuS™ Python SDK
A Python SDK for Intelligent Artifacts' GAIuS™ agents.

## What is GAIuS™?
GAIuS™ is an Artificial General Intelligence framework for rapidly building machine intelligence solutions for any problem domain.

## What is IA's Python SDK?
This package, ia-sdk-python, is a software development kit for interacting with IA's GAIuS agents from Python.  It provides useful tools and services.

## Install
`pip install ia-sdk`

Provides:

    - GenomeInfo
    - AgentClient
    - PerformanceValidationTest
    - Higher Level Agent Operations
    - Utilities for interacting with the GAIuS Framework

## Documentation

Detailed documentation for the Python SDK can be found at [this site](http://intelligent-artifacts.bitbucket.io)
