-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
34 lines (34 loc) · 1.01 KB
/
code.json
File metadata and controls
34 lines (34 loc) · 1.01 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
{
"name": "form-filling-assistant",
"version": "1.0.0",
"description": "An open-source AI tool that helps caseworkers navigate benefit portals and complete applications on behalf of clients. Built by Nava Labs as part of a broader suite of AI tools for public benefits.",
"status": "Production",
"permissions": {
"licenses": [
{
"name": "Apache-2.0",
"URL": "https://github.com/navapbc/labs-form-filling-agent/blob/main/LICENSE"
}
],
"usageType": ["openSource"]
},
"organization": "Nava",
"repositoryURL": "https://github.com/navapbc/labs-form-filling-agent",
"repositoryVisibility": "public",
"vcs": "git",
"reuseFrequency": {
"forks": 0
},
"languages": ["Node.js", "React"],
"maintenance": "internal",
"SBOM": "https://github.com/navapbc/labs-form-filling-agent/network/dependencies",
"date": {
"created": "",
"lastModified": "",
"metadataLastUpdated": ""
},
"tags": ["public-benefits"],
"contact": {
"email": "labs@navapbc.com"
}
}