mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 18:24:20 +00:00
8 lines
328 B
Python
8 lines
328 B
Python
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
|
|
|
|
__all__ = ["AgentRuntimeMixin", "MessageBuilder", "RuntimeContext"]
|