An event driven engine to create and manage AI agents for innovative applications
Project description
Pied Piper Engine
An event driven AI-Agent engine to create robust intelligent applications.
Installation
Install in a python3 environment
pip install piedpiper_engine
Running Tests
After cloning the repository, to run tests, run the following command
pytest
Usage/Examples
Creating an instance of the engine and running it as non-blocking
from piedpiper_engine import Engine
from custom_modules import module
from custom_system import system
from custom_workflow import workflow
engine = Engine()
engine.add_module(module)
engine.add_system(system)
wf = engine.add_workflow(workflow)
engine.run_non_block()
# Use the workflow
wf.add_message("Example message from client")
blocked_result = wf.get()
wf.add_message("Another message from client")
non_blocked_result = wf.get_non_block() # None returned if there is no result
engine.remove_workflow(wf)
engine.shutdown()
Tech Stack
App: Python, Asyncio, Langchain
Roadmap
- Build the core engine
Feedback
If you have any feedback, please reach out to me at devdude@wondersplot.co.nz
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piedpiper_engine-0.8.1.tar.gz.
File metadata
- Download URL: piedpiper_engine-0.8.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64f779653d15fe4835423bc9379c763a93a78abc9032509cf45554038a323dce
|
|
| MD5 |
8b0dce67df394e3e824f1a921d0abea0
|
|
| BLAKE2b-256 |
71d5133e466aa40e2bc976c1ba690324f8ca5bc722099188060727820780a00f
|
Provenance
The following attestation bundles were made for piedpiper_engine-0.8.1.tar.gz:
Publisher:
python-publish.yml on noobosapien/piedpiper_engine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piedpiper_engine-0.8.1.tar.gz -
Subject digest:
64f779653d15fe4835423bc9379c763a93a78abc9032509cf45554038a323dce - Sigstore transparency entry: 166005095
- Sigstore integration time:
-
Permalink:
noobosapien/piedpiper_engine@9da4d93d986d4bad149d1e8041c45055496a2afa -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/noobosapien
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@9da4d93d986d4bad149d1e8041c45055496a2afa -
Trigger Event:
release
-
Statement type:
File details
Details for the file piedpiper_engine-0.8.1-py3-none-any.whl.
File metadata
- Download URL: piedpiper_engine-0.8.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc7dab8e4524def3fdbbdec3e54490b73189c17c80e995a88139065574a39d3
|
|
| MD5 |
ec3089840032c172136f253322142397
|
|
| BLAKE2b-256 |
03959de487cca0b097fea924e38c09616458ef7547a38c05ee6e137786768722
|
Provenance
The following attestation bundles were made for piedpiper_engine-0.8.1-py3-none-any.whl:
Publisher:
python-publish.yml on noobosapien/piedpiper_engine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piedpiper_engine-0.8.1-py3-none-any.whl -
Subject digest:
8cc7dab8e4524def3fdbbdec3e54490b73189c17c80e995a88139065574a39d3 - Sigstore transparency entry: 166005101
- Sigstore integration time:
-
Permalink:
noobosapien/piedpiper_engine@9da4d93d986d4bad149d1e8041c45055496a2afa -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/noobosapien
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@9da4d93d986d4bad149d1e8041c45055496a2afa -
Trigger Event:
release
-
Statement type: