Commit Graph

41 Commits

Author SHA1 Message Date
Davidson Gomes
c4a4e5fd68 feat(makefile): update run command to exclude frontend and log files during reload 2025-05-24 10:27:30 -03:00
Davidson Gomes
956d16a854 feat(frontend): add initial frontend structure with components, services, and assets 2025-05-24 09:51:34 -03:00
Davidson Gomes
e2e756156f Merge branch 'develop' of github.com:EvolutionAPI/evo-ai into develop 2025-05-19 15:22:44 -03:00
Davidson Gomes
cf24a7ce5d feat(api): integrate new AI engines and update chat routes for dynamic agent handling 2025-05-19 15:22:37 -03:00
Arley Daniel Peter
2c7e5d0528
feat: update schemas to make tools optional
since they are automatically fetched, no need to make them mandatory
2025-05-17 16:33:17 -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
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
0dbf6d1c13 feat(agent): add support for CrewAI agents and update related configurations 2025-05-14 08:23:59 -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
cf07f732c2 chore: update author information in multiple files 2025-05-13 07:30:52 -03:00
Davidson Gomes
2b370a2a4d refactor(schemas, custom_tools): remove commented-out legacy code and clean up parameter handling 2025-05-09 21:20:33 -03:00
Davidson Gomes
c93fe6a8db feat(agent_service, agent_builder, schemas): add agent_tools field to agent configuration and implement processing logic 2025-05-09 21:19:33 -03:00
Davidson Gomes
e279b4afa2 feat(schemas): add folder_id field to AgentBase and Agent schemas 2025-05-08 13:17:34 -03:00
Davidson Gomes
d17f241967 feat(auth): add change password functionality for authenticated users 2025-05-07 20:18:09 -03:00
Davidson Gomes
93ad731f40 refactor(schemas): clean up imports and update comments in a2a_types and schemas 2025-05-07 17:00:45 -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
72f666aca1 feat(agent): add agent folder management routes and functionality 2025-05-07 11:58: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
422639a629 chore(cleanup): remove unused files and update documentation for clarity 2025-05-07 06:43:33 -03:00
Davidson Gomes
0fc47aaa57 feat(agent): add support for workflow agents with updated constraints and configuration 2025-05-06 18:37:13 -03:00
Davidson Gomes
ec9dc07d71 refactor(a2a): restructure A2A routes and services for improved task management and API key verification 2025-05-05 21:22:53 -03:00
Davidson Gomes
bd659ecaff feat(agent): add support for custom MCP server configuration in agent creation and update 2025-05-05 17:04:12 -03:00
Davidson Gomes
b8a95e047f feat(dependencies): add psycopg2 for PostgreSQL support and update README description 2025-05-02 10:56:48 -03:00
Davidson Gomes
8de86c22ee feat(a2a): implement A2A custom agent and enhance agent builder for A2A type agents 2025-04-30 20:16:29 -03:00
Davidson Gomes
c14d23333c feat(api): add agent_card_url handling for a2a type agents 2025-04-30 17:51:25 -03:00
Davidson Gomes
4901be8e4c feat(a2a): add Redis configuration and A2A service implementation 2025-04-30 16:39:48 -03:00
Davidson Gomes
690168fa5d feat(api): remove outdated planning document and implement streaming service for real-time task updates 2025-04-29 20:35:33 -03:00
Davidson Gomes
d97ddc06c9 fix(api): add error logging for agent card generation and request processing 2025-04-29 19:34:19 -03:00
Davidson Gomes
13a6247780 chore: update environment variables and improve agent configuration 2025-04-29 19:29:48 -03:00
Davidson Gomes
e7e030dfd5 chore: update project structure and add testing framework 2025-04-28 20:41:10 -03:00
Davidson Gomes
215e76012e translate to english 2025-04-28 20:04:51 -03:00
Davidson Gomes
dfc9049b39 final structure 2025-04-28 16:17:35 -03:00
Davidson Gomes
09b0219e77 Adiciona novos templates de e-mail para verificação, redefinição de senha e boas-vindas, além de atualizar a estrutura do projeto para incluir um novo esquema de registro de cliente e usuário. Implementa a lógica de envio de e-mails utilizando Jinja2 para renderização de templates. Atualiza o serviço de autenticação para suportar a criação de clientes com usuários associados. 2025-04-28 16:14:11 -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
dbdb72ce0e Adiciona campo de ferramentas aos servidores MCP e implementa rotas para gerenciamento de sessões e ferramentas na API. 2025-04-28 13:54:44 -03:00
Davidson Gomes
e98744b7a4 new mcp servers format 2025-04-28 12:37:58 -03:00
Davidson Gomes
b3f87abce1 structure saas with tools and mcps 2025-04-25 19:10:26 -03:00
Davidson Gomes
1aef473937 structure saas with tools 2025-04-25 15:30:54 -03:00