RobotecAI / RobotecAI/rai

Integration of Thinking Models (e.g., DeepSeek-R1)

Open
#396 0 comments 0 reactions 1 assignee View on GitHub

@maciejmajek is already working on this.

Since Apr 17, 2025.

enhancement priority/minor
Dominant language
Python
Stars
589
Forks
76
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe.
Standard models (versus thinking models) struggle with advanced planning, making complex task execution inefficient. Thinking models (e.g., DeepSeek-R1) demonstrate strong reasoning abilities, making them ideal for structured task execution in RAI. To fully leverage AI-driven automation, I need specialized models for different aspects of reasoning and execution.

Describe the solution you'd like
I want to integrate thinking models (e.g., DeepSeek-R1) into RAI using LangGraph-based architectures. Specifically, this setup would include:

  • Thinking Model: A model dedicated to structuring and breaking down tasks before execution.
  • Tool-Calling Model: A model optimized for executing predefined plans by calling relevant tools.
  • Multimodal Tool-Calling Models: A hybrid system capable of handling both textual and multimodal inputs while executing planned actions.

LangGraph nodes should coordinate these models. Additionally, config.toml should be expanded to support the inclusion of these additional models, allowing for proper configuration and execution within the system.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.