docs: add CLAUDE.md and agent_docs for AI-assisted development#17770
Draft
scyyh11 wants to merge 1 commit intoPaddlePaddle:mainfrom
Draft
docs: add CLAUDE.md and agent_docs for AI-assisted development#17770scyyh11 wants to merge 1 commit intoPaddlePaddle:mainfrom
scyyh11 wants to merge 1 commit intoPaddlePaddle:mainfrom
Conversation
Add concise CLAUDE.md with project overview, build/verify commands, architecture map, and 3.x API guidance. Detailed inference and training docs live in agent_docs/ for progressive disclosure.
|
Thanks for your contribution! |
Bobholamovic
reviewed
Mar 5, 2026
|
|
||
| ## Available Pipelines | ||
|
|
||
| All imported from `paddleocr`: |
Member
There was a problem hiding this comment.
这些内容可能频繁变化,是否意味着可能经常更新。如果这里的指示和实际情况适配,怎么办?我想是否可以告诉AI一个可靠的方式获取产线信息,或者通过某种自动化机制监测,确保新增/改动产线时一定要修改这个位置。
|
|
||
| | Model | Purpose | | ||
| |-------|---------| | ||
| | `TextDetection` | Detect text regions | |
| @@ -0,0 +1,38 @@ | |||
| # CLAUDE.md | |||
Member
There was a problem hiding this comment.
感觉内容还可以再丰富一些,可以参考这里获取更多灵感:https://github.com/langchain-ai/langchain/blob/master/AGENTS.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add concise CLAUDE.md with project overview, build/verify commands, architecture map, and 3.x API guidance. Detailed inference and training docs live in agent_docs/ for progressive disclosure.