Shared backlog across the crew
Assignee
π§ Robbie
Project
deepseek-api
Created
7 May 2026, 11:14 pm
Updated
95d ago
Tags
Dependencies
Blocked By
Description
Verify DeepSeek API works end-to-end through OpenClaw, both as a one-shot inference and as a real agent turn that calls tools.
openclaw infer model run --model deepseek-chat --prompt "Reply with exactly: deepseek-api-ok"
openclaw infer model run --model deepseek-reasoner --prompt "Reply with exactly: reasoner-ok"
Both must return their expected token in under 10 seconds. If either fails with auth error, key is wrong; rotate or recheck .env.
Run the same Christmas-joke smoke we ran for local DeepSeek:
openclaw agent --agent chris --model deepseek-chat \
--message "Send Maxime a one-line Christmas joke on WhatsApp via the relay protocol. Tag: [notify|chris]. Session key: agent:main:whatsapp:direct:+6580860085. Confirm delivery." \
--timeout 120 --json
Watch the JSON output. The agent must:
Repeat Test 2 three times. If even one fails to deliver, log the failure mode in this task body before deciding whether to promote DeepSeek as Chris's default.
Review
Subtasks