diff --git a/.w4c/project.json b/.w4c/project.json new file mode 100644 index 0000000..4a7bea1 --- /dev/null +++ b/.w4c/project.json @@ -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" + } +}