An actor model library for multi-agent/environment interaction in Python based on Redis.
Project description
AAct -- An actor model library in Python
Designed for communicating sensors, neural networks, agents, users, and environments.
Installation
Pre-requisites
- Python 3.10 or later
- pip
- Docker (for installing Redis)
Install
pip install aact
Examples
Tick and print
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
aact run-dataflow examples/example.toml
You will see a tick printed every second.
Looped speaker and listener
pip install aact[audio]
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
aact run-dataflow examples/speaker_listener.toml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aact-0.0.10.tar.gz
(113.3 kB
view details)
Built Distribution
aact-0.0.10-py3-none-any.whl
(29.1 kB
view details)
File details
Details for the file aact-0.0.10.tar.gz
.
File metadata
- Download URL: aact-0.0.10.tar.gz
- Upload date:
- Size: 113.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cde5360d27bab002a43e9895c4006bfa541f6c2db798412f4aad1fdb685632e |
|
MD5 | afcdffacfcd26680458fc8e07dbc7ade |
|
BLAKE2b-256 | 6e9f2b32aca3e2fe614df4e04a074870b6b27ef037af62f639b0e4d0b33abb31 |
File details
Details for the file aact-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: aact-0.0.10-py3-none-any.whl
- Upload date:
- Size: 29.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1959666270acc681aafc1452aa089cb26a24a0871b01faa7761fa300b2fc9a |
|
MD5 | edadf450424f8b7b1dfd8be2bb3a4723 |
|
BLAKE2b-256 | 311832beed32416f8c9618ed4fc42e33eef94d7c181caf59c6909b3841047006 |