bugfix: route stickness precedences (transaction in the same intent)
This commit is contained in:
BIN
app/agents/__pycache__/contas_prompting.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/contas_prompting.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/contestacao_agent.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/contestacao_agent.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/faturas_agent.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/faturas_agent.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/prompting.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/prompting.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/runtime.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/runtime.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/suporte_contas_agent.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/suporte_contas_agent.cpython-313.pyc
Normal file
Binary file not shown.
BIN
app/agents/__pycache__/vas_agent.cpython-313.pyc
Normal file
BIN
app/agents/__pycache__/vas_agent.cpython-313.pyc
Normal file
Binary file not shown.
@@ -3,5 +3,8 @@ from __future__ import annotations
|
||||
# Compatibilidade local do template/backend.
|
||||
# A implementação oficial agora fica no framework para evitar duplicação entre agentes.
|
||||
from agent_framework.runtime import AgentRuntimeMixin, MessageBuilder, RuntimeContext
|
||||
from app.presentation import register_tool_renderers
|
||||
|
||||
register_tool_renderers()
|
||||
|
||||
__all__ = ["AgentRuntimeMixin", "MessageBuilder", "RuntimeContext"]
|
||||
|
||||
Reference in New Issue
Block a user