algovoi-plugin-crewai
AlgoVoi compliance guardrail provider and payment tools for CrewAI.
Installation
pip install algovoi-plugin-crewai[crewai]
Components
AlgoVoiGuardrailProvider
Implements the CrewAI GuardrailProvider protocol (crewAI #4877/#5888).
from algovoi_plugin_crewai import AlgoVoiGuardrailProvider
guardrail = AlgoVoiGuardrailProvider(
api_key="algv_...",
fail_open=True, # allow if API unreachable (default)
)
decision = guardrail.check(
tool_name="send_payment",
tool_input={"recipient_address": "ALGO_ADDR...", "chain": "algorand"},
)
# decision.decision -> "allow" | "refer" | "deny"
AlgoVoi Payment Tool
from algovoi_plugin_crewai import make_algovoi_payment_tool
pay_tool = make_algovoi_payment_tool(api_key="algv_...")
agent = Agent(tools=[pay_tool], ...)
License
Apache-2.0
Release files for algovoi-plugin-crewai 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| algovoi_plugin_crewai-0.1.0.tar.gz | 14.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| algovoi_plugin_crewai-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.0 kB
Release files / algovoi_plugin_crewai-0.1.0.tar.gz
| Download URL | algovoi_plugin_crewai-0.1.0.tar.gz |
|---|---|
| Size | 14.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1eb62a1953aa9e8141217cdf1f86830b6f941780b77c805d9253648ab9a3ba9a
|
|
BLAKE2b-256 checksum How to use checksums |
4254e96c19921f8f6739a2031ca7660ecb935cade24275aa4bddad7fde550f92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / algovoi_plugin_crewai-0.1.0-py3-none-any.whl
| Download URL | algovoi_plugin_crewai-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
63d7c9fef10da1b7f9edadb2fffcc23de43431bc3605a87b2782a59d56436198
|
|
BLAKE2b-256 checksum How to use checksums |
464048a1e5b74c0569da685f66c3cc7165c97ce09564276e08ce0fbbd9042113
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|