feat(evo-assistente): agentes, tools e correcoes v0.5#17
Closed
pastoriniMatheus wants to merge 1 commit into
Closed
feat(evo-assistente): agentes, tools e correcoes v0.5#17pastoriniMatheus wants to merge 1 commit into
pastoriniMatheus wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Sorry @pastoriniMatheus, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Backend do modulo Evo Assistente (ADK) integrado ao processor.
- Seed dos agentes (orquestrador + Vendas/Suporte/Analytics) e tools de CRM
(pipeline/conversation/contact/whatsapp/analytics/query).
- Fix recursao infinita ao montar o orquestrador (agent_tools ciclicos).
- page_context propagado no chat_routes (routing por secao).
- Tool get_pipeline_stats (analytics).
- Channel validation (WhatsApp) e urgency no system prompt.
- /sessions/{id}/messages: convert_sets antes de serializar (corrige 500).
- chat_routes: persiste a resposta mesmo se o cliente desconectar no meio.
- Inclui o fix de auth do WebSocket (EVO-1546), do qual a v0.5 depende.
- Testes de analytics atualizados (8 tools).
e6d9d24 to
41d6381
Compare
Member
|
Fechada: o módulo evo-assistente é enterprise e não deve ir para o repo community (público). Branch removida. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Evo Assistente — Backend / Processor (v0.5)
Integra o backend do módulo Evo Assistente (Google ADK) no processor. Par da PR do frontend (
evo-ai-frontend-community#190).O que entra
scripts/seed_evo_assistente.py): orquestrador + sub-agentes Vendas/Suporte/Analytics, comagent_tools(delegação) e API key.src/services/adk/tools/evo_crm/): pipeline, conversation, contact, whatsapp, analytics, query.Correções / melhorias v0.5
llm_agent_builder.py). Antes: processor travava em ~13GB.chat_routes.py) — routing por seção do CRM.get_pipeline_stats(analytics) — corrige tool referenciada no prompt mas inexistente./sessions/{id}/messages:convert_setsantes de serializar — corrige500(setnão serializável) no histórico.chat_routespersiste a resposta mesmo se o cliente desconectar no meio do streaming (continua consumindo o gerador).Testes
py_compileverde nos arquivos alterados.Issues
Linear: EVO-1873, EVO-1878, EVO-1880/1881, EVO-1883, EVO-1886, EVO-1888 (projeto Evo CRM Enterprise).