🛠️Technical Overview
Oryza Agent is a custom Reasoning and Action (ReAct) agent built using LangGraph and LangChain.
Last updated
Oryza Agent is a custom Reasoning and Action (ReAct) agent built using LangGraph and LangChain.
Last updated
@dataclass(kw_only=True)
class Configuration:
system_prompt: str
model: str = "openai/gpt-4"
max_search_results: int = 10
max_tweets_to_process: int = 20
min_engagement_rate: float = 0.01
# ... additional configuration fields