orionfold-relay 0.15.0 → 0.15.1
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.
- package/README.md +0 -14
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -194,20 +194,6 @@ See `features/roadmap.md` for the full inventory and `features/stats/snapshot.js
|
|
|
194
194
|
|
|
195
195
|
---
|
|
196
196
|
|
|
197
|
-
## About the author
|
|
198
|
-
|
|
199
|
-
### Manav Sehgal
|
|
200
|
-
|
|
201
|
-
Solutions Leader, AWS Frontier AI. Author, *AI Native Business* open book. 2M+ Kaggle views. Ex Amazon AGI.
|
|
202
|
-
|
|
203
|
-
Orionfold Relay is a personal research project exploring what an AI-native operating system looks like — built over weekends, on a personal laptop, with capped AI plans. The *AI Native Business* open book is its 14-chapter playbook for building autonomous business systems with AI agents.
|
|
204
|
-
|
|
205
|
-
Manav is a solutions leader at AWS Frontier AI, collaborating with Anthropic, NVIDIA, and Disney on production AI and agentic systems. His 25-year arc spans Xerox PARC (1996), HCL's digital practice, Daily Mail, Amazon AGI, and AWS, where he has delivered scale AI programs for Amazon Retail and Alexa. He led the AWS pandemic response honored by a President of India award for the customer. He holds credentials from Harvard (Disruptive Strategy), MIT Sloan (Design Thinking), and Berkeley Haas (Leading Innovative Change).
|
|
206
|
-
|
|
207
|
-
> Orionfold Relay and *AI Native Business* are personal works created on Manav's own time and resources. While they may refer to AWS technologies, the opinions expressed are the author's personal opinions and not those of the employer.
|
|
208
|
-
|
|
209
|
-
---
|
|
210
|
-
|
|
211
197
|
## License
|
|
212
198
|
|
|
213
199
|
Licensed under the [Apache License 2.0](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orionfold-relay",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Orionfold Relay — a local-first, multi-agent orchestration runtime and builder scaffold for AI-native work.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
],
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
55
|
-
"url": "https://github.com/
|
|
55
|
+
"url": "https://github.com/orionfold/relay.git"
|
|
56
56
|
},
|
|
57
57
|
"bugs": {
|
|
58
|
-
"url": "https://github.com/
|
|
58
|
+
"url": "https://github.com/orionfold/relay/issues"
|
|
59
59
|
},
|
|
60
|
-
"homepage": "https://
|
|
60
|
+
"homepage": "https://orionfold.com/relay/",
|
|
61
61
|
"scripts": {
|
|
62
62
|
"dev": "next dev --turbopack",
|
|
63
63
|
"build": "next build",
|