-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@oasisomniverse/web6-api",
"author": "NextGen World Ltd",
"version": "2.0.2",
"publishConfig": { "access": "public" },
"description": "Isomorphic (Node + browser) JavaScript/TypeScript client for the WEB6 OASIS AI Layer API v2.0 — 14 modules, 40 operations covering: unified AI completion across 20+ providers, FAHRN hero solve endpoint, Holonic BRAID reasoning-graph memory, holonic memory hierarchy with semantic search and multi-hop propagation, external memory providers (Mem0, Zep, Letta, LangMem, Graphiti), DID/Verifiable Credentials, ML.NET in-process classification, multi-protocol orchestration (MCP/A2A/ACP/ANP/gRPC/GraphQL), image generation, real-time telemetry, provider health, usage metering, and the A2A task protocol.",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
}
},
"engines": {
"node": ">=18"
},
"files": [
"index.js",
"index.mjs",
"index.d.ts",
"src",
"docs"
],
"scripts": {
"generate": "node scripts/generate-modules.js",
"docs": "node scripts/generate-docs.js",
"types": "node scripts/generate-types.js",
"test": "node --test test"
},
"repository": {
"type": "git",
"url": "https://github.com/NextGenSoftwareUK/OASIS-API-Javascript-Package-WEB6.git"
},
"author": "NextGen Software Ltd",
"license": "MIT",
"keywords": [
"WEB6 AI Layer API",
"WEB6 WebAPI",
"OASIS AI Layer",
"AI Completion",
"Chat Completion",
"Multi-Provider AI Routing",
"AI Dispatch",
"Image Generation",
"StabilityAI",
"OpenAI",
"Anthropic",
"Google Gemini",
"xAI Grok",
"Qwen",
"DeepSeek",
"OpenServ",
"Holonic BRAID",
"Holonic Memory",
"Fractal Memory Hierarchy",
"Membrane Rules",
"Reasoning Graph",
"Mermaid",
"FAHRN",
"Fractal Adaptive Holonic Reasoning Network",
"Reasoning Agents",
"Agent Orchestration",
"MCP",
"A2A",
"LangChain",
"AutoGen",
"CrewAI",
"Semantic Kernel",
"OASIS API",
"Avatar API",
"WEB 3",
"WEB 4",
"WEB 5",
"WEB 6",
"Blockchain",
"Interoperable",
"Future-Prove",
"Metaverse",
"Aggregation",
"HOT-Swappable-Architecture",
"P2P",
"Decentralised",
"Distributed",
"Interoprability",
"Abstraction-Layer",
"Multi-Network",
"Multi-Chain",
"Bridging",
"Network-Of-Networks",
"SSO",
"Auto-FailOver",
"Auto-LoadBalancing",
"Auto-Replication",
"Auto-Sync",
"Offline-Support",
"Write-Once-Deploy-Everywhere",
"Triple-Level-Quantum-Resistant-Encryption",
"Quantum",
"Encryption",
"Intelligent-Key-Management",
"Zero-Lag",
"Zero-Downtime",
"Agent-Centric",
"AI/Machine-Learning-Over-All-Of-World's-Aggregated-Data",
"HTTP-REST/gRPC/GraphQL/CLI/Native-Endpoints",
"Best-Of-All-Worlds",
"GOD-Protocol/API",
"More Coming..."
]
}