-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 815 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
29
30
31
32
33
{
"name": "jsonfirst-ai-agents",
"version": "1.0.0",
"description": "JSONFIRST governance layer for AI agents — parse, validate and route natural language intent before any agent executes an action",
"main": "index.js",
"keywords": [
"ai-agents",
"llm",
"agent-framework",
"ai-automation",
"prompt-engineering",
"jsonfirst",
"jdon",
"structured-output",
"json-intent",
"multi-agent",
"ai-orchestration",
"agent-orchestration",
"llm-agents",
"autonomous-agents"
],
"license": "MIT",
"author": {
"name": "JSONFIRST",
"email": "support@jsonfirst.com",
"url": "https://jsonfirst.com"
},
"homepage": "https://jsonfirst.com",
"repository": {
"type": "git",
"url": "https://github.com/jsonfirst/jsonfirst-ai-agents"
}
}