-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathconfig.json
More file actions
22 lines (22 loc) · 1.09 KB
/
config.json
File metadata and controls
22 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Embedded Sheets",
"description": "It uses intelligent workflows to analyze resumes, match candidates to job requirements, and provide detailed hiring recommendations through a modern Next.js interface.",
"tags": ["🔌 Embedded", "🚀 Startup"],
"author": {
"name": "Lamatic AI",
"email": "info@lamatic.ai"
},
"steps": [
{
"id": "embedded-sheets",
"type": "mandatory",
"envKey": "EMBEDDED_SHEETS"
}
],
"integrations": [],
"features": [],
"demoUrl": "https://agent-kit-sheets.vercel.app",
"githubUrl": "https://github.com/Lamatic/AgentKit/tree/main/kits/embed/sheets",
"deployUrl": "https://vercel.com/new/clone?repository-url=https://github.com/Lamatic/AgentKit&root-directory=kits/embed/sheets&env=EMBEDDED_SHEETS,LAMATIC_API_URL,LAMATIC_PROJECT_ID,LAMATIC_API_KEY&envDescription=Your%20Lamatic%20Sheets%20keys%20are%20required.&envLink=https://lamatic.ai/templates/agentkits/embed/agent-kit-embed-sheets",
"documentationUrl": "https://lamatic.ai/templates/agentkits/embed/sheets"
}