15 lines
307 B
JSON
15 lines
307 B
JSON
|
|
{
|
||
|
|
"schema": 1,
|
||
|
|
"name": "AI Agent App",
|
||
|
|
"description": "A chat app around an LLM agent with tool calling, retrieval over your documents and streaming answers.",
|
||
|
|
"agentId": "w4c-startup",
|
||
|
|
"tags": [
|
||
|
|
"ai",
|
||
|
|
"llm",
|
||
|
|
"rag"
|
||
|
|
],
|
||
|
|
"source": {
|
||
|
|
"template": "wiz4apps/templates.AIAgent"
|
||
|
|
}
|
||
|
|
}
|