Skip to content

DeePTB Agent - #19

Merged
pxlxingliang merged 2 commits into
deepmodeling:developfrom
Kai-Qi:main
Jun 20, 2025
Merged

DeePTB Agent#19
pxlxingliang merged 2 commits into
deepmodeling:developfrom
Kai-Qi:main

Conversation

@Kai-Qi

@Kai-Qi Kai-Qi commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

Currently Included Features
Generates configuration files for training the DeePTB deep learning model.

Parameters:
config_output_path: Path to save the output JSON configuration file.
material: Type of material (currently only supports "Si").

Extensibility via Decorators
You can now add your own functions using the @mcp.tool() decorator.
For example, frequently asked questions and answers from the user community can be encapsulated as callable tools. When DeepSeek encounters a similar query, it will automatically retrieve and return the corresponding answer.

Tutorials and practical examples can also be registered in the same way. When users ask related questions, DeepSeek will respond with the correct guidance by invoking the associated tool function.

@pxlxingliang
pxlxingliang changed the base branch from main to develop June 20, 2025 09:23
@pxlxingliang
pxlxingliang merged commit 55d95a0 into deepmodeling:develop Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants