Add docs_lookup tool for fetching data engineering documentation#152
Closed
anandgupta42 wants to merge 10000 commits intomainfrom
Closed
Add docs_lookup tool for fetching data engineering documentation#152anandgupta42 wants to merge 10000 commits intomainfrom
anandgupta42 wants to merge 10000 commits intomainfrom
Conversation
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.
Summary
Adds a new
docs_lookuptool that fetches up-to-date, version-specific documentation for data engineering tools and database platforms. The tool supports two documentation providers:The tool intelligently falls back from ctx7 to webfetch if the primary method fails, and includes comprehensive telemetry tracking for monitoring success rates and performance.
Also includes:
data-docsskill definition with activation guidelines and usage exampleslibrary-ids.mdreference document mapping 40+ data engineering tools to their documentation sourcesTest Plan
No testing needed — this is a new tool with no existing tests to break. The tool includes:
Manual verification can be done by calling
docs_lookup(tool="dbt-core", query="incremental models")or similar queries against the supported tools listed in the skill documentation.Checklist