Python Intelligent Agent Framework (piaf)
The aim of piaf is to provide a FIPA-compliant agent framework using Python. It uses asyncio to power agents.
Project status
The first official release is there! After almost two years of development, I am now considering piaf is stable enough to start playing with it. I can't wait to see the amazing things you will do!
So, what is next? Well, there are still missing features in piaf and the next version will try to add some of them (I see you FIPA SL!).
Features
Although piaf made some progress, it still needs some love to be fully compliant with the FIPA specification.
We provide some examples to help you understand what is possible to create with the current version, take a look at https://gitlab.com/ornythorinque/piaf/-/tree/master/src/piaf/examples.
Supported features
- AMS (partial, only the query function)
- DF
- Communications within a platform
- Communications between two piaf platforms (with some limitations)
Missing features
- FIPA SL support (only plain Python objects are supported)
- Federated DF
- Name resolution
- "Official" envelope representations (XML, bit-efficient) and MTPs (mainly HTTP, we don't plan to support IIOP)
Documentation
The full documentation (both user and API) is available here: https://ornythorinque.gitlab.io/piaf It will teach you how to install and run your agents.
Author(s)
- ornythorinque (pierredubaillay@outlook.fr)
Release files for piaf 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| piaf-0.2.1.tar.gz | 65.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| piaf-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 147.6 kB
Release files / piaf-0.2.1.tar.gz
| Download URL | piaf-0.2.1.tar.gz |
|---|---|
| Size | 65.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84a6174afaa7bd7b3e43bff4c63721963eee4fc25a90c4089efa2aad09c3e65c
|
|
BLAKE2b-256 checksum How to use checksums |
aafd2dfef3f93db239d27575a63afc099503d0554e5767634cc01bfcae50bb44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.0 CPython/3.7.16 Linux/5.4.109+
|
Release files / piaf-0.2.1-py3-none-any.whl
| Download URL | piaf-0.2.1-py3-none-any.whl |
|---|---|
| Size | 81.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ff5243d0daec301f1c9b7dd5f1a2a909680bc10b96b687c1c2ebf3cf18d618f
|
|
BLAKE2b-256 checksum How to use checksums |
718c54509ddfb5ea4450539d8d163ec73cc665316b487f3097ff7ae9485482f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.0 CPython/3.7.16 Linux/5.4.109+
|