-
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.13 KB
/
config.json
File metadata and controls
22 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Generative AI",
"description": "It uses intelligent workflows to generate text, images, and JSON content through a modern Next.js interface with markdown rendering support.",
"tags": ["🤖 Agentic", "✨ Generative"],
"author": {
"name": "Lamatic AI",
"email": "info@lamatic.ai"
},
"steps": [
{
"id": "agentic-generate-content",
"type": "mandatory",
"envKey": "AGENTIC_GENERATE_CONTENT"
}
],
"integrations": [],
"features": [],
"demoUrl": "https://agent-kit-generation.vercel.app/",
"githubUrl": "https://github.com/Lamatic/AgentKit/tree/main/kits/agentic/generation",
"deployUrl": "https://vercel.com/new/clone?repository-url=https://github.com/Lamatic/AgentKit&root-directory=kits/agentic/generation&env=AGENTIC_GENERATE_CONTENT,LAMATIC_API_URL,LAMATIC_PROJECT_ID,LAMATIC_API_KEY&envDescription=Your%20Lamatic%20Generation%20keys%20are%20required.&envLink=https://lamatic.ai/templates/agentkits/agentic/agent-kit-generation",
"documentationUrl": "https://lamatic.ai/templates/agentkits/agentic/agent-kit-generation"
}