Commit Graph

11 Commits

Author SHA1 Message Date
Davidson Gomes
482c1693d1 feat(env): add AI engine configuration option to .env.example and update README for improved clarity 2025-05-19 15:34:42 -03:00
OrionDesign
add128f4d5 Suporte ao provedor SMTP
Adiciona suporte ao envio de e-mails via protocolo SMTP, além do já existente provedor SendGrid. Agora é possível selecionar entre "sendgrid" ou "smtp" por meio da variável `EMAIL_PROVIDER`.

Novas variáveis de ambiente:
• EMAIL_PROVIDER="smtp" # ou sendgrid
• SMTP_HOST="your-smtp-host"
• SMTP_FROM="noreply-smtp@yourdomain.com"
• SMTP_USER="your-smtp-username"
• SMTP_PASSWORD="your-smtp-password"
• SMTP_PORT=587
• SMTP_USE_TLS=true
• SMTP_USE_SSL=false
2025-05-14 18:53:21 -03:00
Davidson Gomes
ab1f528a34 feat(otel): integrate OpenTelemetry for Langfuse monitoring and add configuration settings 2025-05-12 17:12:39 -03:00
Davidson Gomes
17b4c20a4c feat(api): implement secure API key management with encryption and CRUD operations 2025-05-07 13:08:59 -03:00
Davidson Gomes
0e3c331a72 chore(cleanup): remove contact-related files and update JWT expiration time settings 2025-05-07 11:43:00 -03:00
Davidson Gomes
4901be8e4c feat(a2a): add Redis configuration and A2A service implementation 2025-04-30 16:39:48 -03:00
Davidson Gomes
13a6247780 chore: update environment variables and improve agent configuration 2025-04-29 19:29:48 -03:00
Davidson Gomes
215e76012e translate to english 2025-04-28 20:04:51 -03:00
Davidson Gomes
c3baa54215 docker config 2025-04-28 18:49:56 -03:00
Davidson Gomes
84ea77c3f7 Atualiza a estrutura do projeto Evo AI, adicionando novos scripts de seeders para criar dados iniciais, incluindo usuários, agentes, clientes e ferramentas. Implementa rotas de autenticação e auditoria, além de configurar o middleware JWT. Atualiza as configurações de ambiente e o README para refletir as mudanças. Adiciona novas dependências para autenticação e envio de e-mails. 2025-04-28 15:33:48 -03:00
Davidson Gomes
e98744b7a4 new mcp servers format 2025-04-28 12:37:58 -03:00