{"id":19470523,"url":"https://github.com/prokil/aact","last_synced_at":"2025-06-25T15:06:18.771Z","repository":{"id":255752725,"uuid":"853541247","full_name":"ProKil/aact","owner":"ProKil","description":"AAct -- An actor model library in Python","archived":false,"fork":false,"pushed_at":"2025-04-03T15:57:32.000Z","size":1484,"stargazers_count":9,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T15:06:14.149Z","etag":null,"topics":["actor-model","asyncio","pubsub","redis"],"latest_commit_sha":null,"homepage":"https://aact.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProKil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-06T21:40:38.000Z","updated_at":"2025-06-24T02:58:36.000Z","dependencies_parsed_at":"2024-10-26T03:12:33.830Z","dependency_job_id":"eac0a9e2-6d26-43e2-acb8-43198a5da192","html_url":"https://github.com/ProKil/aact","commit_stats":null,"previous_names":["prokil/aact"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ProKil/aact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProKil%2Faact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProKil%2Faact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProKil%2Faact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProKil%2Faact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProKil","download_url":"https://codeload.github.com/ProKil/aact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProKil%2Faact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261896998,"owners_count":23226647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor-model","asyncio","pubsub","redis"],"created_at":"2024-11-10T18:58:51.563Z","updated_at":"2025-06-25T15:06:18.742Z","avatar_url":"https://github.com/ProKil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AAct -- An actor model library in Python\n*Designed for communicating sensors, neural networks, agents, users, and environments.*\n\n## Installation\n\n### Pre-requisites\n- Python 3.10 or later\n- pip\n- Docker (for installing Redis)\n\n### Install\n```bash\npip install aact\n```\n\n### Examples\n#### Tick and print\n```bash\ndocker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest\naact run-dataflow examples/example.toml\n```\n\nYou will see a tick printed every second.\n\n#### Looped speaker and listener\n```bash\npip install aact[audio]\ndocker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest\naact run-dataflow examples/speaker_listener.toml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprokil%2Faact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprokil%2Faact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprokil%2Faact/lists"}