lonestar155 commited on
Commit
323608a
·
verified ·
1 Parent(s): 44af8c4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +81 -22
README.md CHANGED
@@ -1,35 +1,94 @@
1
- # Hugging Face Dataset Draft
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- ## Title
4
 
5
- Aether Build Protocol: Machine-to-Machine Print Transaction Sandbox Examples
6
 
7
- ## Summary
8
 
9
- This draft dataset contains example machine-readable artifacts demonstrating a bounded local-only print transaction simulation.
10
 
11
- ## Included Examples
12
 
13
  - Build Packet example
 
 
14
  - Human Approval Event example
15
  - Machine Response Envelope example
16
  - Agent Readiness Report example
17
- - M2M transaction summary example
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ## Guardrails
20
 
21
- - synthetic examples only
22
- - local-only sandbox
23
- - sandbox only
24
- - example artifacts only
25
- - no real manufacturing event
26
- - no real shop contacted
27
- - no quote routed
28
- - no print approved
29
- - no fabrication approval
30
- - no engineering approval
31
- - no real vendor communication
32
- - no payment approval
33
- - no load certification
34
- - no delivery authorization
35
- - human approval required for any external interpretation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Aether Build Protocol Examples
3
+ license: mit
4
+ language:
5
+ - en
6
+ tags:
7
+ - manufacturing
8
+ - fabrication
9
+ - cad
10
+ - rfq
11
+ - mcp
12
+ - openapi
13
+ - ai-agents
14
+ - machine-to-machine
15
+ - design-to-manufacturing
16
+ - physical-ai
17
+ - json-schema
18
+ - digital-thread
19
+ - human-in-the-loop
20
+ task_categories:
21
+ - text-generation
22
+ - question-answering
23
+ size_categories:
24
+ - n<1K
25
+ ---
26
 
27
+ # Aether Build Protocol Examples
28
 
29
+ Aether Build Protocol Examples is a small public dataset of machine-readable physical build intent artifacts.
30
 
31
+ It is designed for AI developers, agent-framework builders, CAD/design workflows, fabrication review systems, and researchers studying machine-to-machine physical transaction protocols.
32
 
33
+ ## What is included
34
 
35
+ This dataset contains example artifacts from Aether Build Protocol:
36
 
37
  - Build Packet example
38
+ - Quote Request example
39
+ - Quote Response example, if present
40
  - Human Approval Event example
41
  - Machine Response Envelope example
42
  - Agent Readiness Report example
43
+ - M2M Print Transaction Summary example
44
+
45
+ ## Why this exists
46
+
47
+ AI agents cannot safely coordinate physical work from ambiguous PDFs, screenshots, email threads, and loose CAD notes.
48
+
49
+ They need structured data contracts, permission boundaries, deterministic response envelopes, and human approval gates.
50
+
51
+ Aether provides example artifacts for the emerging layer between design intent and physical execution.
52
+
53
+ ## Primary use cases
54
+
55
+ - machine-readable physical build intent research
56
+ - RFQ normalization experiments
57
+ - quote-response validation
58
+ - agent-safe manufacturing workflow design
59
+ - human-gated design-to-fabrication coordination
60
+ - MCP/OpenAPI manufacturing protocol exploration
61
+ - digital-thread and provenance research
62
 
63
  ## Guardrails
64
 
65
+ These are synthetic examples only.
66
+
67
+ No real shop was contacted.
68
+ No quote was routed.
69
+ No print was approved.
70
+ No fabrication was approved.
71
+ No engineering approval was granted.
72
+ No payment was approved.
73
+ No load certification was granted.
74
+ No delivery authorization was granted.
75
+
76
+ Human approval is required before any external interpretation or real-world action.
77
+
78
+ ## Related project
79
+
80
+ GitHub:
81
+ https://github.com/chevy155/Aether-build-protocol
82
+
83
+ Space:
84
+ https://huggingface.co/spaces/lonestar155/aether-cad-to-agent-sandbox
85
+
86
+ ## Feedback requested
87
+
88
+ Useful feedback includes:
89
+
90
+ - What fields are missing for real fabrication review?
91
+ - What would a shop need before quoting?
92
+ - Which schema fields are unclear?
93
+ - What additional artifacts would help designers and fabricators?
94
+ - What should an AI agent never be allowed to do in this workflow?