drawbore 0.0.1.dev1__py3-none-any.whl
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.
drawbore/__init__.py
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: drawbore
|
|
3
|
+
Version: 0.0.1.dev1
|
|
4
|
+
Summary: Constrained, composable agent pipelines with safety guarantees as architecture. First public release in preparation.
|
|
5
|
+
License: MIT
|
|
6
|
+
Keywords: agents,ai,pipelines,safety
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Requires-Python: >=3.11
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# Drawbore
|
|
15
|
+
|
|
16
|
+
> Composable agents that hold by construction.
|
|
17
|
+
|
|
18
|
+
Drawbore is a Python SDK for building constrained, composable agent pipelines
|
|
19
|
+
with safety guarantees baked in as architecture — for high-stakes, deterministic
|
|
20
|
+
workflows.
|
|
21
|
+
|
|
22
|
+
**This is a placeholder release reserving the package name. The first usable
|
|
23
|
+
release is in preparation.**
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
MIT
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
drawbore/__init__.py,sha256=yPUWcq27YSVkqczwF7J-dUPF6iVpnsbQVwDaldzi1j8,196
|
|
2
|
+
drawbore-0.0.1.dev1.dist-info/METADATA,sha256=yHJ1g9RWpFXQ7UZ3jysUNVzAmNKPXIc12krxTST0UzY,851
|
|
3
|
+
drawbore-0.0.1.dev1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
drawbore-0.0.1.dev1.dist-info/RECORD,,
|