@yugenlab/vaayu 0.1.4 → 0.1.5
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 +20 -0
- package/gateway.js +10161 -9963
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="assets/logos/vaayu-logo.png" alt="Vaayu Logo" width="360" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# VAAYU (वायु)
|
|
2
6
|
|
|
3
7
|
**Like wind — swift, everywhere, carrying what matters.**
|
|
@@ -93,6 +97,22 @@ flowchart TB
|
|
|
93
97
|
|
|
94
98
|
For full ASCII flow/state diagrams and concrete examples, see `docs/architecture.md`.
|
|
95
99
|
|
|
100
|
+
### English-First Naming
|
|
101
|
+
|
|
102
|
+
For public docs and onboarding, use English names first:
|
|
103
|
+
|
|
104
|
+
| English (preferred) | Internal codename |
|
|
105
|
+
|------|------|
|
|
106
|
+
| NLU Engine | Saraswati |
|
|
107
|
+
| Planner | Brahma |
|
|
108
|
+
| Policy Gateway | Hanuman |
|
|
109
|
+
| Guardrail Manager | Vyasa |
|
|
110
|
+
| Tool Executor | Vishwakarma |
|
|
111
|
+
| Memory System | Smriti |
|
|
112
|
+
| Multi-Agent Broker | Kaala |
|
|
113
|
+
|
|
114
|
+
Full map (including Chitragupta names): `docs/aliases.md`.
|
|
115
|
+
|
|
96
116
|
---
|
|
97
117
|
|
|
98
118
|
## Quick Start
|