decidio 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- decidio-0.1.0/.gitignore +6 -0
- decidio-0.1.0/LICENSE +202 -0
- decidio-0.1.0/PKG-INFO +84 -0
- decidio-0.1.0/README.md +56 -0
- decidio-0.1.0/decidio/__init__.py +40 -0
- decidio-0.1.0/decidio/__main__.py +8 -0
- decidio-0.1.0/decidio/_client.py +71 -0
- decidio-0.1.0/decidio/adapters/__init__.py +35 -0
- decidio-0.1.0/decidio/adapters/_common.py +50 -0
- decidio-0.1.0/decidio/adapters/inngest.py +60 -0
- decidio-0.1.0/decidio/adapters/langgraph.py +62 -0
- decidio-0.1.0/decidio/adapters/openai.py +62 -0
- decidio-0.1.0/decidio/adapters/temporal.py +80 -0
- decidio-0.1.0/decidio/cli.py +285 -0
- decidio-0.1.0/decidio/errors.py +45 -0
- decidio-0.1.0/decidio/guard.py +302 -0
- decidio-0.1.0/decidio/jcs.py +235 -0
- decidio-0.1.0/decidio/py.typed +0 -0
- decidio-0.1.0/decidio/resume.py +313 -0
- decidio-0.1.0/decidio/signing.py +124 -0
- decidio-0.1.0/decidio/verify.py +340 -0
- decidio-0.1.0/pyproject.toml +46 -0
decidio-0.1.0/.gitignore
ADDED
decidio-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
decidio-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: decidio
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: One-line approval gate for AI-agent actions — the agent suspends for human approval and resumes, sealing a portable Authority Receipt the customer owns. Decidio gates + records; the agent executes its own action.
|
|
5
|
+
Project-URL: Homepage, https://decidioai.com/developers/
|
|
6
|
+
Author: OmniTwin Technologies Inc.
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
License-File: LICENSE
|
|
9
|
+
Keywords: agent-governance,ai-agents,approvals,audit,authority,human-in-the-loop
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Topic :: Security
|
|
15
|
+
Requires-Python: >=3.9
|
|
16
|
+
Provides-Extra: dev
|
|
17
|
+
Provides-Extra: langgraph
|
|
18
|
+
Requires-Dist: langgraph>=0.2; extra == 'langgraph'
|
|
19
|
+
Provides-Extra: openai
|
|
20
|
+
Requires-Dist: openai-agents>=0.1; extra == 'openai'
|
|
21
|
+
Provides-Extra: signing
|
|
22
|
+
Requires-Dist: cryptography>=42; extra == 'signing'
|
|
23
|
+
Provides-Extra: temporal
|
|
24
|
+
Requires-Dist: temporalio>=1.6; extra == 'temporal'
|
|
25
|
+
Provides-Extra: verify
|
|
26
|
+
Requires-Dist: cryptography>=42; extra == 'verify'
|
|
27
|
+
Description-Content-Type: text/markdown
|
|
28
|
+
|
|
29
|
+
# decidio (Python)
|
|
30
|
+
|
|
31
|
+
The one-line approval gate for AI-agent actions — the agent **suspends** for human approval and **resumes**, sealing a portable Authority Receipt the customer owns. Decidio gates (proceed | route | block) + records; **the agent executes its own action** on resume. Decidio never executes and holds no downstream credentials. Python-first, with a TS twin (`@decidio/sdk`) that emits an identical request + receipt (conformance-asserted).
|
|
32
|
+
|
|
33
|
+
```python
|
|
34
|
+
from decidio import guard
|
|
35
|
+
|
|
36
|
+
# one line — same surface in every runtime
|
|
37
|
+
create_opp = guard.protect(
|
|
38
|
+
create_opp_raw,
|
|
39
|
+
lambda o: {"action": "createOpportunity", "amount": o["Amount"], "scope": "Opportunity"},
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
- **proceed** → runs immediately (auto-approved under a named, versioned policy rule), sealed.
|
|
44
|
+
- **route** → **suspends** (`DecidioSuspended`): parks the call args in an agent-side store, the process may exit; resumes when a human approves and re-runs *your* function.
|
|
45
|
+
- **block** → raises `DecidioBlocked`; your function never runs.
|
|
46
|
+
|
|
47
|
+
## Setup
|
|
48
|
+
```bash
|
|
49
|
+
pip install decidio
|
|
50
|
+
python -m decidio init # sign in, register the agent, mint its API token, write .env, doctor
|
|
51
|
+
```
|
|
52
|
+
`python -m decidio doctor` (config + connectivity), `python -m decidio approvals` (list/approve/reject pending). The core is **stdlib-only**; engine adapters and the verifier are optional extras.
|
|
53
|
+
|
|
54
|
+
## Durable resume (real approvals take minutes to days)
|
|
55
|
+
A routed action suspends; on approval Decidio POSTs a **signed** verdict to your resume URL and your function re-runs. Mount the resume handler (fail-closed on a bad/absent signature):
|
|
56
|
+
```python
|
|
57
|
+
# FastAPI
|
|
58
|
+
@app.post("/decidio/resume")
|
|
59
|
+
async def decidio_resume(req: Request):
|
|
60
|
+
return guard.resume.handle(await req.body(), req.headers.get("x-decidio-signature"))
|
|
61
|
+
```
|
|
62
|
+
No inbound URL? `guard.resume.worker()` polls instead (a durable worker, not the request path blocking). Re-execution is **single-use** (no double-write).
|
|
63
|
+
|
|
64
|
+
## Engine adapters (durable suspend on the engine you already run)
|
|
65
|
+
Thin translators onto each engine's native durable wait — `pip install decidio[langgraph|temporal|openai]`:
|
|
66
|
+
```python
|
|
67
|
+
# LangGraph — true drop-in (interrupt() is contextvar-based)
|
|
68
|
+
create_opp = guard.protect(create_opp_raw, describe, adapter="langgraph")
|
|
69
|
+
|
|
70
|
+
# Inngest / Temporal / OpenAI Agents — pass the engine handle:
|
|
71
|
+
await decidio.adapters.inngest.gate(step, guard, ctx, run=lambda: create_opp_raw(o))
|
|
72
|
+
await decidio.adapters.temporal.gate(wf, guard, ctx, run=..., )
|
|
73
|
+
resolved, pending = decidio.adapters.openai.gate_interruptions(guard, run_state, describe)
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Own the record — verify it yourself
|
|
77
|
+
Every outcome is a sealed W3C-VC (Ed25519 did:key), tamper-evident and **offline-verifiable with no Decidio dependency**:
|
|
78
|
+
```bash
|
|
79
|
+
pip install decidio[verify]
|
|
80
|
+
python -m decidio.verify receipt.json
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Invariants
|
|
84
|
+
Decidio never executes downstream / holds no downstream credentials (the only downstream touch is the opt-in, read-only read-back tier) · holds none of the parked payload · fail-closed signatures · single-use idempotent resume · deny-by-default policy · request-bound identity proof. The agent executes; Decidio gates, records, and signals.
|
decidio-0.1.0/README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# decidio (Python)
|
|
2
|
+
|
|
3
|
+
The one-line approval gate for AI-agent actions — the agent **suspends** for human approval and **resumes**, sealing a portable Authority Receipt the customer owns. Decidio gates (proceed | route | block) + records; **the agent executes its own action** on resume. Decidio never executes and holds no downstream credentials. Python-first, with a TS twin (`@decidio/sdk`) that emits an identical request + receipt (conformance-asserted).
|
|
4
|
+
|
|
5
|
+
```python
|
|
6
|
+
from decidio import guard
|
|
7
|
+
|
|
8
|
+
# one line — same surface in every runtime
|
|
9
|
+
create_opp = guard.protect(
|
|
10
|
+
create_opp_raw,
|
|
11
|
+
lambda o: {"action": "createOpportunity", "amount": o["Amount"], "scope": "Opportunity"},
|
|
12
|
+
)
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
- **proceed** → runs immediately (auto-approved under a named, versioned policy rule), sealed.
|
|
16
|
+
- **route** → **suspends** (`DecidioSuspended`): parks the call args in an agent-side store, the process may exit; resumes when a human approves and re-runs *your* function.
|
|
17
|
+
- **block** → raises `DecidioBlocked`; your function never runs.
|
|
18
|
+
|
|
19
|
+
## Setup
|
|
20
|
+
```bash
|
|
21
|
+
pip install decidio
|
|
22
|
+
python -m decidio init # sign in, register the agent, mint its API token, write .env, doctor
|
|
23
|
+
```
|
|
24
|
+
`python -m decidio doctor` (config + connectivity), `python -m decidio approvals` (list/approve/reject pending). The core is **stdlib-only**; engine adapters and the verifier are optional extras.
|
|
25
|
+
|
|
26
|
+
## Durable resume (real approvals take minutes to days)
|
|
27
|
+
A routed action suspends; on approval Decidio POSTs a **signed** verdict to your resume URL and your function re-runs. Mount the resume handler (fail-closed on a bad/absent signature):
|
|
28
|
+
```python
|
|
29
|
+
# FastAPI
|
|
30
|
+
@app.post("/decidio/resume")
|
|
31
|
+
async def decidio_resume(req: Request):
|
|
32
|
+
return guard.resume.handle(await req.body(), req.headers.get("x-decidio-signature"))
|
|
33
|
+
```
|
|
34
|
+
No inbound URL? `guard.resume.worker()` polls instead (a durable worker, not the request path blocking). Re-execution is **single-use** (no double-write).
|
|
35
|
+
|
|
36
|
+
## Engine adapters (durable suspend on the engine you already run)
|
|
37
|
+
Thin translators onto each engine's native durable wait — `pip install decidio[langgraph|temporal|openai]`:
|
|
38
|
+
```python
|
|
39
|
+
# LangGraph — true drop-in (interrupt() is contextvar-based)
|
|
40
|
+
create_opp = guard.protect(create_opp_raw, describe, adapter="langgraph")
|
|
41
|
+
|
|
42
|
+
# Inngest / Temporal / OpenAI Agents — pass the engine handle:
|
|
43
|
+
await decidio.adapters.inngest.gate(step, guard, ctx, run=lambda: create_opp_raw(o))
|
|
44
|
+
await decidio.adapters.temporal.gate(wf, guard, ctx, run=..., )
|
|
45
|
+
resolved, pending = decidio.adapters.openai.gate_interruptions(guard, run_state, describe)
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Own the record — verify it yourself
|
|
49
|
+
Every outcome is a sealed W3C-VC (Ed25519 did:key), tamper-evident and **offline-verifiable with no Decidio dependency**:
|
|
50
|
+
```bash
|
|
51
|
+
pip install decidio[verify]
|
|
52
|
+
python -m decidio.verify receipt.json
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Invariants
|
|
56
|
+
Decidio never executes downstream / holds no downstream credentials (the only downstream touch is the opt-in, read-only read-back tier) · holds none of the parked payload · fail-closed signatures · single-use idempotent resume · deny-by-default policy · request-bound identity proof. The agent executes; Decidio gates, records, and signals.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""@decidio/guard (Python) — the one-line approval gate for AI-agent actions.
|
|
2
|
+
|
|
3
|
+
from decidio import guard
|
|
4
|
+
@guard.approve(lambda o: {"action": "createOpportunity", "amount": o["amount"]})
|
|
5
|
+
async def create_opp(o): ... # no rename, no call-site change
|
|
6
|
+
|
|
7
|
+
# or the wrap form, when you cannot decorate the definition:
|
|
8
|
+
create_opp = guard.protect(create_opp_raw,
|
|
9
|
+
lambda o: {"action": "createOpportunity", "amount": o["Amount"], "scope": "Opportunity"})
|
|
10
|
+
|
|
11
|
+
Decidio gates (proceed | route | block) + records a portable, verifiable Authority
|
|
12
|
+
Receipt the customer owns; the AGENT executes its own action on resume. Decidio never
|
|
13
|
+
executes and holds no downstream credentials.
|
|
14
|
+
"""
|
|
15
|
+
from .guard import Guard, GuardConfig, guard, protect, approve, ApprovalContext
|
|
16
|
+
from .resume import (
|
|
17
|
+
ResumeController,
|
|
18
|
+
PendingAction,
|
|
19
|
+
PendingStore,
|
|
20
|
+
MemoryPendingStore,
|
|
21
|
+
FilePendingStore,
|
|
22
|
+
sign_body,
|
|
23
|
+
verify_signature,
|
|
24
|
+
)
|
|
25
|
+
from .errors import (
|
|
26
|
+
DecidioError,
|
|
27
|
+
DecidioBlocked,
|
|
28
|
+
DecidioRejected,
|
|
29
|
+
DecidioSuspended,
|
|
30
|
+
DecidioTimeout,
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
__all__ = [
|
|
34
|
+
"guard", "protect",
|
|
35
|
+
"approve", "Guard", "GuardConfig", "ApprovalContext",
|
|
36
|
+
"ResumeController", "PendingAction", "PendingStore", "MemoryPendingStore", "FilePendingStore",
|
|
37
|
+
"sign_body", "verify_signature",
|
|
38
|
+
"DecidioError", "DecidioBlocked", "DecidioRejected", "DecidioSuspended", "DecidioTimeout",
|
|
39
|
+
]
|
|
40
|
+
__version__ = "0.1.0"
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"""Low-level gate transport — the HTTP calls to Decidio's agent floor.
|
|
2
|
+
|
|
3
|
+
Pluggable `Transport` so the SDK is testable offline (inject a fake) and so a host
|
|
4
|
+
can swap in its own HTTP stack. Default uses urllib (stdlib — the core stays
|
|
5
|
+
dependency-free). Shared by the gate (authorize) and the resume controller
|
|
6
|
+
(status/confirm) so there's one transport contract.
|
|
7
|
+
"""
|
|
8
|
+
from __future__ import annotations
|
|
9
|
+
|
|
10
|
+
import json
|
|
11
|
+
import urllib.error
|
|
12
|
+
import urllib.request
|
|
13
|
+
from urllib.parse import quote
|
|
14
|
+
from typing import Any, Optional, Protocol, Tuple
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class Transport(Protocol):
|
|
18
|
+
def request(self, method: str, url: str, headers: dict, body: Optional[str]) -> Tuple[int, str]:
|
|
19
|
+
...
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class UrllibTransport:
|
|
23
|
+
def __init__(self, timeout: float = 30.0):
|
|
24
|
+
self.timeout = timeout
|
|
25
|
+
|
|
26
|
+
def request(self, method: str, url: str, headers: dict, body: Optional[str]) -> Tuple[int, str]:
|
|
27
|
+
data = body.encode("utf-8") if body is not None else None
|
|
28
|
+
req = urllib.request.Request(url, data=data, headers=headers, method=method)
|
|
29
|
+
try:
|
|
30
|
+
with urllib.request.urlopen(req, timeout=self.timeout) as resp:
|
|
31
|
+
return resp.status, resp.read().decode("utf-8")
|
|
32
|
+
except urllib.error.HTTPError as e: # 4xx/5xx still carry a body
|
|
33
|
+
return e.code, e.read().decode("utf-8")
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
def _headers(api_token: Optional[str]) -> dict:
|
|
37
|
+
h = {"content-type": "application/json"}
|
|
38
|
+
if api_token:
|
|
39
|
+
h["authorization"] = f"Bearer {api_token}"
|
|
40
|
+
return h
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def post(transport: Transport, api_url: str, path: str, body: dict, api_token: Optional[str]) -> Any:
|
|
44
|
+
status, text = transport.request("POST", api_url.rstrip("/") + path, _headers(api_token), json.dumps(body))
|
|
45
|
+
if not (200 <= status < 300):
|
|
46
|
+
raise RuntimeError(f"decidio {path} {status}: {text}")
|
|
47
|
+
return json.loads(text) if text else {}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def get(transport: Transport, api_url: str, path: str, api_token: Optional[str]) -> Any:
|
|
51
|
+
status, text = transport.request("GET", api_url.rstrip("/") + path, _headers(api_token), None)
|
|
52
|
+
if not (200 <= status < 300):
|
|
53
|
+
raise RuntimeError(f"decidio {path} {status}")
|
|
54
|
+
return json.loads(text) if text else {}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def confirm(transport: Transport, api_url: str, api_token: Optional[str], decision_id: str, captured: Any, requester_identity: Optional[dict] = None) -> None:
|
|
58
|
+
"""Report the captured source response. A `requester_identity` bound proof lets the gate
|
|
59
|
+
grant the wrapper tier (application_confirmed); without it the server caps at agent_asserted."""
|
|
60
|
+
body: dict = {
|
|
61
|
+
"decisionId": decision_id,
|
|
62
|
+
"capturedResponse": captured if captured is not None else None,
|
|
63
|
+
"source": "wrapper",
|
|
64
|
+
}
|
|
65
|
+
if requester_identity is not None:
|
|
66
|
+
body["requesterIdentity"] = requester_identity
|
|
67
|
+
post(transport, api_url, "/agent/confirm", body, api_token)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def status_of(transport: Transport, api_url: str, api_token: Optional[str], decision_id: str) -> dict:
|
|
71
|
+
return get(transport, api_url, "/agent/status/" + quote(decision_id, safe=""), api_token)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"""Engine adapters — each maps the Decidio gate onto an engine's native durable wait.
|
|
2
|
+
Thin by rule (see _common): only the suspend/resume translation lives here.
|
|
3
|
+
|
|
4
|
+
`bind(name, ...)` backs `guard.protect(fn, describe, adapter=name)` for engines whose
|
|
5
|
+
wait primitive is contextvar-based (LangGraph `interrupt`, Temporal `wait_condition`) —
|
|
6
|
+
those are true drop-ins. Engines that pass an explicit handle (Inngest `step`, OpenAI
|
|
7
|
+
Agents `RunState`) are used via their own `gate(...)` functions (they need the handle
|
|
8
|
+
at call time); see decidio/adapters/{inngest,openai}.py.
|
|
9
|
+
"""
|
|
10
|
+
from __future__ import annotations
|
|
11
|
+
|
|
12
|
+
import functools
|
|
13
|
+
from typing import Any, Callable
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def bind(name: str, guard: Any, fn: Callable[..., Any], describe: Callable[..., dict]) -> Callable[..., Any]:
|
|
17
|
+
if name == "langgraph":
|
|
18
|
+
from . import langgraph as lg
|
|
19
|
+
|
|
20
|
+
# functools.wraps for the same reason the core wrapper has it: OpenAI function-calling
|
|
21
|
+
# and LangChain @tool build the tool schema by INTROSPECTING the function, and an
|
|
22
|
+
# adapter-bound tool reporting `wrapped(*args, **kwargs)` hands the model an empty schema.
|
|
23
|
+
@functools.wraps(fn)
|
|
24
|
+
def wrapped(*a: Any, **k: Any) -> Any:
|
|
25
|
+
return lg.gate(guard, describe(*a, **k), lambda: fn(*a, **k))
|
|
26
|
+
return wrapped
|
|
27
|
+
|
|
28
|
+
if name in ("inngest", "temporal", "openai"):
|
|
29
|
+
# These pass an explicit handle at call time (Inngest `step`, Temporal workflow
|
|
30
|
+
# self, OpenAI RunState), so they can't be a no-arg `protect` drop-in.
|
|
31
|
+
raise ValueError(
|
|
32
|
+
f'the "{name}" adapter needs the engine handle at call time — call '
|
|
33
|
+
f"decidio.adapters.{name}.gate(...) directly (see its docstring)."
|
|
34
|
+
)
|
|
35
|
+
raise ValueError(f'unknown adapter "{name}"')
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"""Shared adapter core — the thin-adapter rule in code. Every engine adapter reuses
|
|
2
|
+
these gate calls; only the *suspend/resume* translation differs per engine. Policy,
|
|
3
|
+
sealing, and the record live in Decidio (the core), never in an adapter."""
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
|
|
6
|
+
from dataclasses import dataclass
|
|
7
|
+
from typing import Any, Optional
|
|
8
|
+
|
|
9
|
+
from .. import _client
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class AuthResult:
|
|
14
|
+
decision: str # "proceed" | "route" | "block"
|
|
15
|
+
decision_id: str
|
|
16
|
+
receipt_id: Optional[str] = None
|
|
17
|
+
reason: Optional[str] = None
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def authorize(guard: Any, ctx: dict, resume_url: Optional[str] = None) -> AuthResult:
|
|
21
|
+
cfg = guard.config
|
|
22
|
+
# Omit None optionals — the server's zod schema rejects null for optional fields.
|
|
23
|
+
body = {"requester": cfg.agent_id, "action": ctx["action"], "amount": ctx["amount"]}
|
|
24
|
+
if ctx.get("scope") is not None:
|
|
25
|
+
body["scope"] = ctx["scope"]
|
|
26
|
+
if cfg.source_system is not None:
|
|
27
|
+
body["sourceSystem"] = cfg.source_system
|
|
28
|
+
# Sign the bound proof so an adapter-path agent can prove its identity + auto-approve.
|
|
29
|
+
if cfg.agent_key and cfg.agent_did:
|
|
30
|
+
from ..signing import sign_bound_proof
|
|
31
|
+
body["requesterIdentity"] = sign_bound_proof(cfg.agent_key, agent_id=cfg.agent_id, did=cfg.agent_did, action=ctx["action"], amount=ctx["amount"], scope=ctx.get("scope"), workspace_id=getattr(cfg, "workspace_id", None))
|
|
32
|
+
url = resume_url or cfg.resume_url
|
|
33
|
+
if url:
|
|
34
|
+
body["resumeUrl"] = url
|
|
35
|
+
auth = _client.post(guard.transport, cfg.api_url, "/agent/authorize", body, cfg.api_token)
|
|
36
|
+
return AuthResult(auth["decision"], auth["decisionId"], auth.get("receiptId"), auth.get("reason"))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def confirm(guard: Any, decision_id: str, result: Any) -> None:
|
|
40
|
+
cfg = guard.config
|
|
41
|
+
try:
|
|
42
|
+
# Sign the confirm (bound to {action:"confirm", scope:decisionId}) so the adapter path
|
|
43
|
+
# earns application_confirmed; without a key the server caps it at agent_asserted.
|
|
44
|
+
ri = None
|
|
45
|
+
if cfg.agent_key and cfg.agent_did:
|
|
46
|
+
from ..signing import sign_bound_proof
|
|
47
|
+
ri = sign_bound_proof(cfg.agent_key, agent_id=cfg.agent_id, did=cfg.agent_did, action="confirm", amount=0, scope=decision_id, workspace_id=getattr(cfg, "workspace_id", None))
|
|
48
|
+
_client.confirm(guard.transport, cfg.api_url, cfg.api_token, decision_id, result, ri)
|
|
49
|
+
except Exception as e: # noqa: BLE001 — best-effort; the action already happened
|
|
50
|
+
print(f"[decidio] confirm failed (action succeeded): {e}")
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"""Inngest adapter (Python) — durable suspend via the engine's native
|
|
2
|
+
`step.wait_for_event` (mirror of the verified TS Inngest adapter). Decidio keeps its
|
|
3
|
+
ONE signed-webhook contract; a bridge translates that webhook into the Inngest event
|
|
4
|
+
that wakes the suspended function (see `resume_event`).
|
|
5
|
+
|
|
6
|
+
Usage inside an Inngest function `async def fn(ctx, step)`:
|
|
7
|
+
out = await decidio.adapters.inngest.gate(step, guard, ctx, run=lambda: create_opp(o))
|
|
8
|
+
"""
|
|
9
|
+
from __future__ import annotations
|
|
10
|
+
|
|
11
|
+
from typing import Any, Callable
|
|
12
|
+
|
|
13
|
+
from ..errors import DecidioBlocked, DecidioRejected
|
|
14
|
+
from ._common import authorize, confirm
|
|
15
|
+
|
|
16
|
+
DECIDIO_RESUME_EVENT = "decidio/decision.resolved"
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def _authorize_dict(guard: Any, ctx: dict) -> dict:
|
|
20
|
+
a = authorize(guard, ctx)
|
|
21
|
+
return {"decision": a.decision, "decisionId": a.decision_id, "receiptId": a.receipt_id, "reason": a.reason}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
async def gate(step: Any, guard: Any, ctx: dict, run: Callable[[], Any], timeout: str = "30d") -> Any:
|
|
25
|
+
# authorize as a memoized step (a replay doesn't re-ask the gate)
|
|
26
|
+
auth = await step.run("decidio-authorize", lambda: _authorize_dict(guard, ctx))
|
|
27
|
+
if auth["decision"] == "block":
|
|
28
|
+
raise DecidioBlocked(auth.get("reason") or "blocked by policy", auth["decisionId"])
|
|
29
|
+
if auth["decision"] == "route":
|
|
30
|
+
# durably suspend until the resume event for THIS decision arrives (process may die)
|
|
31
|
+
ev = await step.wait_for_event(
|
|
32
|
+
"decidio-await-approval",
|
|
33
|
+
event=DECIDIO_RESUME_EVENT,
|
|
34
|
+
timeout=timeout,
|
|
35
|
+
if_exp=f'async.data.decisionId == "{auth["decisionId"]}"',
|
|
36
|
+
)
|
|
37
|
+
if ev is None:
|
|
38
|
+
raise TimeoutError(f"decidio approval timed out ({auth['decisionId']})")
|
|
39
|
+
data = getattr(ev, "data", None) or (ev.get("data") if isinstance(ev, dict) else {}) or {}
|
|
40
|
+
verdict = data.get("verdict")
|
|
41
|
+
if verdict == "rejected":
|
|
42
|
+
raise DecidioRejected("rejected by approver", auth["decisionId"])
|
|
43
|
+
if verdict not in ("approved", "auto_approved"):
|
|
44
|
+
raise DecidioBlocked("not approved", auth["decisionId"])
|
|
45
|
+
result = await step.run("agent-action", run)
|
|
46
|
+
await step.run("decidio-confirm", lambda: confirm(guard, auth["decisionId"], result))
|
|
47
|
+
return result
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def resume_event(webhook_body: dict) -> dict:
|
|
51
|
+
"""Translate Decidio's signed resume webhook into the Inngest event payload to send
|
|
52
|
+
(`await inngest_client.send(Event(name=..., data=...))`) — wakes the suspended gate."""
|
|
53
|
+
return {
|
|
54
|
+
"name": DECIDIO_RESUME_EVENT,
|
|
55
|
+
"data": {
|
|
56
|
+
"decisionId": str(webhook_body.get("decisionId")),
|
|
57
|
+
"verdict": webhook_body.get("verdict"),
|
|
58
|
+
"reason": webhook_body.get("reason"),
|
|
59
|
+
},
|
|
60
|
+
}
|