This example demonstrates how to implement an agent that uses DeepSeek-R1, the reasoning model released by DeepSeek.
- Install
coagent
(see Installation).
Run the agent:
export DEEPSEEK_API_KEY="your-api-key"
python examples/deepseek-r1/agent.py
This example demonstrates how to implement an agent that uses DeepSeek-R1, the reasoning model released by DeepSeek.
coagent
(see Installation).Run the agent:
export DEEPSEEK_API_KEY="your-api-key"
python examples/deepseek-r1/agent.py