-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.zenodo.json
More file actions
28 lines (28 loc) · 740 Bytes
/
Copy path.zenodo.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"title": "Neural Computation Protocol (NCP)",
"description": "Composable, auditable micro-agent graphs for agentic AI systems. Route cheap deterministic work to WASM Bricks; escalate only when needed.",
"license": "Apache-2.0",
"access_right": "open",
"upload_type": "software",
"creators": [
{
"name": "Salvadori, Fabio Marcello",
"affiliation": "Independent"
}
],
"keywords": [
"agentic AI",
"WASM",
"deterministic execution",
"LLM routing",
"workflow orchestration",
"sandboxing"
],
"related_identifiers": [
{
"identifier": "https://github.com/madeinplutofabio/neural-computation-protocol",
"relation": "isSupplementTo",
"scheme": "url"
}
]
}