chore(template): sync .w4c/project.json

This commit is contained in:
SemianiakaVY 2026-09-17 21:07:28 +00:00
parent ec8f94939d
commit 4c123b0020

14
.w4c/project.json Normal file
View file

@ -0,0 +1,14 @@
{
"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"
}
}