অনানুষ্ঠানিক community সাইট · DeepSeek-এর সাথে সংযুক্ত নয় · অফিসিয়াল GitHub

অনানুষ্ঠানিক · MIT প্রোডাক্ট · developer preview

আজই DeepSeek Harness চালান।

১৩ আগস্ট ২০২৬-এ DeepSeek যে open-source agent harness প্রকাশ করেছে, তার অনানুষ্ঠানিক field guide। কমান্ড কপি করুন, একটি mode বেছে নিন, তারপর plugins দেখুন। Source of truth অফিসিয়াল GitHub-এই থাকে।

$ npx @deepseek-ai/dsh web

Node.js লাগে। Web UI খোলে http://127.0.0.1:3080-এ

চারটি runtime modes

অফিসিয়াল DSH চারটি presets দেয়। একই kernel, আলাদা plugins।

Standard

পূর্ণ coding agent: files, shell, search, skills, planning, goals, subagents, workflows।

Code

Standard প্লাস Code Mode SDK। মডেল multi-step tool calls জোড়ার জন্য TypeScript লেখে।

Minimal

শুধু bash ও str_replace_editor। সেই পাতলা harness যা DeepSeek পাবলিক Code Agent benches-এ ব্যবহার করেছে।

Creator

লাইভ runtime দেখুন, মেমোরিতে Cordis plugins চেষ্টা করুন, নতুন presets লিখুন। Dynamic plugins রিস্টার্টে মরে যায়।

সবকিছুই একটি plugin

Models, tools, skills, sessions, sandboxes, storage, loops, scheduling, এবং UI — সব Cordis plugins।

প্রতিটি রান ট্রেস করা যায়

Append-only session log। Resume, fork, search, এবং replay একই event stream ভাগ করে।

যে প্রশ্ন মানুষ সত্যি করে

সোজা উত্তর। এখানে কিছু ভুল হলে অফিসিয়াল docs জিতে।

অফিসিয়াল সোর্স পড়ুন, তারপর লোকাল শুরু করুন।

এই সাইট প্রোডাক্টের মানচিত্র। কোড, লাইসেন্স, এবং breaking changes DeepSeek-এর GitHub-এ থাকে।