Agents
Agent
class YeagerAIAgent:
def __init__(self, username: str, session_id: str, session_path: str, model_name: str, callbacks: List[Callable], context: YeagerAIContext):
# Initialization code
# ...
def run(self, input):
return self.agent_executor.run(input)Prompt Template
Output Parser
Master Template
Last updated