Initial commit

This commit is contained in:
2026-05-14 15:29:03 -03:00
parent 82ac556ecc
commit 54bcf081f6
31 changed files with 3132 additions and 518 deletions

12
scripts/test_api.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
URL="http://alb-assistente-analitico-7e352f9-1039635730.us-east-1.elb.amazonaws.com:8000"
curl -X POST "${URL}/agent" \
-H "Content-Type: application/json" \
-d '{
"query": "Qual o NPS de dezembro 2025?",
"history": "",
"model": "anthropic.claude-haiku-4-5-20251001-v1:0",
"base": "bacio_transacional_loja_app"
}'