Commit Graph

194 Commits

Author SHA1 Message Date
Davidson Gomes
8654988f57
Merge pull request #6 from gomessguii/develop
chore(workflows): update Docker Hub image name in Docker image workflow
2025-05-15 19:17:04 -03:00
Guilherme Gomes
09eea12250 chore(workflows): update Docker Hub image name in Docker image workflow 2025-05-15 19:16:21 -03:00
Davidson Gomes
07d4fb18f3 Merge tag '0.0.10' into develop
v
2025-05-15 19:13:23 -03:00
Davidson Gomes
0b12acd4ac Merge branch 'release/0.0.10' 2025-05-15 19:13:21 -03:00
Davidson Gomes
a33881759c
Merge pull request #5 from gomessguii/develop
chore(workflows): update Docker image workflow to support Docker Hub
2025-05-15 19:12:54 -03:00
Guilherme Gomes
139497e1fa
Merge branch 'EvolutionAPI:develop' into develop 2025-05-15 19:10:49 -03:00
Davidson Gomes
2bbe2c90ac feat(email): add SMTP email provider support as alternative to SendGrid 2025-05-15 19:09:18 -03:00
Guilherme Gomes
e200ce6490 chore(workflows): update Docker image workflow to support Docker Hub 2025-05-15 19:09:05 -03:00
Davidson Gomes
13b68095e6
Merge pull request #4 from oriondesign2015/develop
Suporte ao provedor SMTP
2025-05-15 19:07:29 -03:00
Davidson Gomes
7940876e6f Merge tag '0.0.10' into develop
v
2025-05-15 19:01:20 -03:00
Davidson Gomes
17d72238c7 Merge branch 'release/0.0.10' 2025-05-15 19:01:18 -03:00
Davidson Gomes
22a771abd8 chore(changelog): update version date for release 0.0.10 2025-05-15 19:01:08 -03:00
Davidson Gomes
1656fda8da refactor(a2a_task_manager): enhance logging and file handling in streaming task processing 2025-05-14 22:21:58 -03:00
Davidson Gomes
6bf0ea52e0 feat(a2a): add file support and multimodal content processing for A2A protocol 2025-05-14 22:15:08 -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
958eeec4a6 fix(docs): correct Model Control Protocol to Model Context Protocol in README 2025-05-14 18:22:15 -03:00
Davidson Gomes
18c6865926 refactor(a2a_agent): remove commented-out code and improve clarity 2025-05-14 15:17:15 -03:00
Davidson Gomes
3622260c11 refactor(agent_service): sanitize agent names and improve agent card fetching 2025-05-14 15:10:48 -03:00
Davidson Gomes
0ca6b4f3e9 refactor(agent): remove CrewAI agent support and update related configurations 2025-05-14 13:13:27 -03:00
Davidson Gomes
2a80bdf7a3 feat(agent): add Task Agent for structured task execution and improve context management 2025-05-14 12:36:34 -03:00
Davidson Gomes
198eb57032 refactor(agent_service): simplify agent configuration validation and remove unnecessary comments 2025-05-14 08:58:00 -03:00
Davidson Gomes
9ab001c35e chore(dependencies): update litellm version constraint to allow minor updates 2025-05-14 08:33:15 -03:00
Davidson Gomes
0dbf6d1c13 feat(agent): add support for CrewAI agents and update related configurations 2025-05-14 08:23:59 -03:00
Davidson Gomes
6cfff4cc95
Merge pull request #3 from EvolutionAPI/develop
chore(changelog): add entry for API key sharing and flexible authentication in version 0.0.9
2025-05-13 19:53:51 -03:00
Davidson Gomes
98c559e1ce chore(changelog): add entry for API key sharing and flexible authentication in version 0.0.9 2025-05-13 19:45:34 -03:00
Davidson Gomes
6a9f329def feat(agent): add API key sharing and flexible authentication for chat routes 2025-05-13 19:45:12 -03:00
Davidson Gomes
b29d8d108e refactor(a2a_task_manager): simplify chunk processing and improve error handling 2025-05-13 18:47:15 -03:00
Davidson Gomes
72e4b7865a Merge tag '0.0.9' into develop
v
2025-05-13 18:19:21 -03:00
Davidson Gomes
ef5e84859d Merge branch 'release/0.0.9' 2025-05-13 18:19:19 -03:00
Davidson Gomes
ae62a557d3 chore(changelog): update changelog for version 0.0.9 with release date and user authentication changes 2025-05-13 18:19:12 -03:00
Davidson Gomes
86de80a998 refactor(workflow_agent): iterate over AsyncGenerator in workflow execution 2025-05-13 18:18:06 -03:00
Davidson Gomes
2bac2b3824 chore: update author information and file names in multiple files 2025-05-13 17:50:14 -03:00
Davidson Gomes
3185233233 fix(workflow_agent): increase recursion limit for state streaming 2025-05-13 15:34:38 -03:00
Davidson Gomes
48597bdf30 chore(changelog): update changelog for version 0.0.9 with user authentication enhancements 2025-05-13 09:12:36 -03:00
Davidson Gomes
b53746dd1f feat(auth): enhance user authentication with detailed error handling 2025-05-13 09:11:58 -03:00
Davidson Gomes
ebbbf62df5 Merge tag '0.0.8' into develop
v
2025-05-13 07:32:40 -03:00
Davidson Gomes
d0f40e7d35 Merge branch 'release/0.0.8' 2025-05-13 07:32:39 -03:00
Davidson Gomes
15a4ec7e33 Merge branch 'main' of github.com:EvolutionAPI/evo-ai 2025-05-13 07:32:18 -03:00
Davidson Gomes
6c0dfae9bf Merge tag '0.0.8' into develop
v
2025-05-13 07:32:00 -03:00
Davidson Gomes
48d15a6128 Merge branch 'release/0.0.8' 2025-05-13 07:31:57 -03:00
Davidson Gomes
7ddbce89d0 chore(changelog): update changelog for version 0.0.8 with author information changes 2025-05-13 07:31:46 -03:00
Davidson Gomes
cf07f732c2 chore: update author information in multiple files 2025-05-13 07:30:52 -03:00
Davidson Gomes
897d3dc9ea
Merge pull request #2 from EvolutionAPI/develop
docs: remove license section from README
2025-05-13 07:16:54 -03:00
Davidson Gomes
8438e75dff docs: remove license section from README 2025-05-13 07:11:04 -03:00
Davidson Gomes
a099575620
Merge pull request #1 from EvolutionAPI/develop
Readme Updates
2025-05-13 06:53:49 -03:00
Davidson Gomes
37c17c9e3d docs: update README with API documentation, logs, contributing guidelines, and acknowledgments 2025-05-13 06:52:57 -03:00
Davidson Gomes
7e013787ed Merge tag '0.0.7' into develop
v
2025-05-13 06:45:06 -03:00
Davidson Gomes
984b3b28ba Merge branch 'release/0.0.7' 2025-05-13 06:45:04 -03:00
Davidson Gomes
80f04ada32 chore(changelog): update changelog for version 0.0.7 with Docker CI workflow details 2025-05-13 06:44:57 -03:00
Davidson Gomes
3dd6971fce feat(ci): add Docker image CI workflow for automated builds and pushes 2025-05-13 06:43:04 -03:00