RD-Agent
RD-Agent copied to clipboard
Where is the impl for the combination of Research Agent (o3) with Development Agent (GPT-4.1) in rdagent
In Readme, o3(R)+GPT-4.1(D): This version is designed to both reduce average time per loop and leverage a cost-effective combination of backend LLMs by seamlessly integrating Research Agent (o3) with Development Agent (GPT-4.1).
Thanks.
Please try set the following environment:
CHAT_MODEL: o3
LITELLM_CHAT_MODEL_MAP: '{"coding":{"model":"gpt-4.1","reasoning_effort":"None"},"running":{"model":"gpt-4.1","reasoning_effort":"None"}}'