Skip to content

fix: declare Anthropic SDK dependency#26

Open
antfleet-ops wants to merge 1 commit into
Virtual-Protocol:mainfrom
antfleet-ops:fix/acp-node-anthropic-example-dep
Open

fix: declare Anthropic SDK dependency#26
antfleet-ops wants to merge 1 commit into
Virtual-Protocol:mainfrom
antfleet-ops:fix/acp-node-anthropic-example-dep

Conversation

@antfleet-ops

Copy link
Copy Markdown

Summary

  • add @anthropic-ai/sdk as a direct package dependency
  • keep the LLM examples resolvable from a clean install

Fixes #20.

Verification

  • npm run build

AntFleet audit provenance

Filed from antfleet-ops after AntFleet's two-model Virtuals repo scan found the LLM examples import @anthropic-ai/sdk without the package declaring that dependency.

Constraint: examples import @anthropic-ai/sdk directly.\nRejected: documenting an undeclared install step only | clean checkouts still fail to resolve the example import.\nConfidence: high\nScope-risk: narrow\nDirective: keep runnable examples backed by package-declared dependencies.\nTested: npm run build\nNot-tested: live LLM example execution.
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.

Declare Anthropic SDK dependency used by LLM examples

1 participant