Skip to main content

AI systems that learn like us, developed by aolabs.ai

Project description

The python package wrapper of the ao_core API.

This python repo wraps our api in a easy to use fast pip installable package. It is almost one to one with ao_core so most of the documentation will carry over here; we will add documentation below for futher instructions on how to use the library!

Installation & Use

Install with pip from command line with:

pip install ao_pyth # https://pypi.org/project/ao-pyth/
# or
pip install git+https://github.com/aolabsai/ao_pyth

This open source reference design repo will walk you through a simple application using this library: https://github.com/aolabsai/ao_loop1/

Authentication & API keys

To get an API key, please message us on discord: https://discord.gg/mE3WBFaMQy

Documentation

To create a new Arch use:

arch = ao.Arch(arch_i="[1, 1, 1]", arch_z="[1]", connector_function="full_conn",
               api_key=api_key, kennel_name=<<insert_unique_ID>>)

To initalise an Agent use:

agent = ao.Agent(Arch=arch, 
                 api_key=api_key)

To invoke an Agent to get its output, use its next_state method:

agent.next_state(INPUT="111"):

response = agent.next_state(INPUT=input, LABEL=label)
agent_output = response["story"] # this is the output of the agent for use in your application
agent_state  = response["state"]
print("Agent's response: ", agent_output, " - at state: ", agent_state)

To train an Agent, provide a label with next_state:

agent.next_state(INPUT="000", LABEL="0"):

To delete an Agent from our hosted database use:

agent.delete()

Project details


Download files

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

Source Distribution

ao_pyth-0.1.6.2.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

ao_pyth-0.1.6.2-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file ao_pyth-0.1.6.2.tar.gz.

File metadata

  • Download URL: ao_pyth-0.1.6.2.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for ao_pyth-0.1.6.2.tar.gz
Algorithm Hash digest
SHA256 d6bb8c0f2e4a2ba3ac4e68d1d520453792bb0c9c167bc7ebdeb33acbe6b6fce5
MD5 2512a7fdc3da211a3c27b43ff1eb92df
BLAKE2b-256 b94752f66c77be21933d9bd98eb94d892d939dca01026d6b0162f57eedf45567

See more details on using hashes here.

File details

Details for the file ao_pyth-0.1.6.2-py3-none-any.whl.

File metadata

  • Download URL: ao_pyth-0.1.6.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for ao_pyth-0.1.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2aa78cbee5a9f8e61bc1c324d15f6e08763406a05d625d1d3bb86462b77d40ed
MD5 347ba9fd09a1c1c366ff11c2daaa397c
BLAKE2b-256 0c339fb46691529a25bfb30146337f5388b095b7f9073a6f0bb4b0786396fa90

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