- Changed @tpmjs/registry-execute and @tpmjs/registry-search to workspace:* - This allows the web app to use local workspace versions - Published npm packages still available for external users
786 B
786 B
@tpmjs/registryExecute
0.1.4
Patch Changes
-
Update AI SDK dependency to v6.0.49
- Upgraded
aipackage from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
- Upgraded
0.2.0
Minor Changes
-
Add @tpmjs/registrySearch and @tpmjs/registryExecute SDK packages
These packages allow any AI SDK agent to dynamically discover and execute tools from the TPMJS registry:
@tpmjs/registrySearch: Search the registry for tools by query, category, etc.@tpmjs/registryExecute: Execute any tool from the registry in a secure sandbox
Features:
- Works with AI SDK v4+ (Vercel AI SDK)
- Self-hosted registry support via environment variables
- Secure sandboxed execution via executor.tpmjs.com