Commit ·
ad039c2
1
Parent(s): cdd31da
Initial placeholder for Pile Protocol spec namespace
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- agent
|
| 5 |
+
- human-in-the-loop
|
| 6 |
+
- ai
|
| 7 |
+
- mcp
|
| 8 |
+
- pile-protocol
|
| 9 |
+
pretty_name: Pile Protocol
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Pile Protocol
|
| 13 |
+
|
| 14 |
+
Open protocol for agent-to-human decision capture.
|
| 15 |
+
|
| 16 |
+
When an AI agent needs a human decision, the Pile Protocol gives it a review screen and sends back structured instructions it can act on. One link. Mark it. Agent continues.
|
| 17 |
+
|
| 18 |
+
## What this repo will hold
|
| 19 |
+
|
| 20 |
+
- Pile Protocol spec (versioned)
|
| 21 |
+
- Resolution payload schema
|
| 22 |
+
- Conformance test suite
|
| 23 |
+
- Example resolutions across decision types
|
| 24 |
+
|
| 25 |
+
## Status
|
| 26 |
+
|
| 27 |
+
**v0.0.0 placeholder.** Spec drafting in progress. Full v0.1 RFC publishes alongside the hosted product launch.
|
| 28 |
+
|
| 29 |
+
## Links
|
| 30 |
+
|
| 31 |
+
- Website: https://pileless.com
|
| 32 |
+
- Spec: https://github.com/pileless/pile-protocol
|
| 33 |
+
- Python SDK: https://pypi.org/project/pileless/
|
| 34 |
+
|
| 35 |
+
License: Apache-2.0
|