abtsousa
Implement OracleBot class and update agent configuration
7cdcb1a
from .agent import OracleBot
from .config import create_agent_config
from .prompts import (
DEFAULT_PROMPT
)
__all__ = [
"OracleBot",
"create_agent_config",
"DEFAULT_PROMPT"
]