transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.26k stars 2.12k forks source link

Cannot find module @agentic/stdlib/ai-sdk & @agentic/stdlib/e2b #649

Closed olivermontes closed 2 weeks ago

olivermontes commented 2 months ago

Cannot find module '@agentic/stdlib/ai-sdk' or its corresponding type declarations. There are types at '/example/node_modules/@agentic/stdlib/dist/sdks/ai-sdk.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.ts(2307)

Cannot find module '@agentic/stdlib/e2b' or its corresponding type declarations. There are types at '/example/node_modules/@agentic/stdlib/dist/tools/e2b.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.ts(2307)

Stack: pnpm install @agentic/stdlib node --version = v20.11.0 "next": "14.2.1" "@agentic/stdlib": "^6.2.4",

transitive-bullshit commented 2 weeks ago

This should no longer be an issue given that all tools are now isolated to their individual packages.

See the updated docs for more info: https://agentic.so