Skip to content

feat: add Groq, HuggingFace, and Amazon Bedrock SDK detection#4

Open
pavanbabu0707 wants to merge 1 commit intoburn0-dev:mainfrom
pavanbabu0707:feat/add-groq-huggingface-bedrock-detection
Open

feat: add Groq, HuggingFace, and Amazon Bedrock SDK detection#4
pavanbabu0707 wants to merge 1 commit intoburn0-dev:mainfrom
pavanbabu0707:feat/add-groq-huggingface-bedrock-detection

Conversation

@pavanbabu0707
Copy link
Copy Markdown

What

Adds SDK detection for 3 missing AI services:

  • Groq (groq-sdk)
  • Hugging Face Inference (@huggingface/inference)
  • Amazon Bedrock (@aws-sdk/client-bedrock-runtime)

Why

These are widely used LLM providers missing from KNOWN_SDKS in detect.ts
and SERVICE_CATALOG in catalog.ts

Changes

  • src/services/detect.ts — added 3 new SDK entries to KNOWN_SDKS
  • src/services/catalog.ts — added 4 new service definitions
  • tests/services/detect.test.ts — added 3 new passing tests

Tests

All 106 tests passing ✅

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.

1 participant