
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@micdrop/ai-sdk
Advanced tools
Micdrop website | Documentation
AI SDK implementation for @micdrop/server.
Install AI SDK:
npm install @micdrop/ai-sdk
And install the provider you want to use, for example OpenAI:
npm install @ai-sdk/openai
import { AiSdkAgent } from '@micdrop/ai-sdk'
import { MicdropServer } from '@micdrop/server'
import { openai } from '@ai-sdk/openai' // or any other provider
const agent = new AiSdkAgent({
model: openai('gpt-4o'), // Use any AI SDK compatible model
systemPrompt: 'You are a helpful assistant',
// Advanced features (optional)
autoEndCall: true, // Automatically end call when user requests
autoSemanticTurn: true, // Handle incomplete sentences
autoIgnoreUserNoise: true, // Filter out meaningless sounds
// Custom AI SDK settings (optional)
settings: {
temperature: 0.7,
maxTokens: 150,
},
})
// Use with MicdropServer
new MicdropServer(socket, {
agent,
// ... other options
})
The AI SDK Agent supports any provider compatible with the Vercel AI SDK:
openai('gpt-4o')
, openai('gpt-3.5-turbo')
anthropic('claude-3-5-sonnet-20241022')
google('gemini-1.5-pro')
, google('gemini-1.5-flash')
mistral('mistral-large-latest')
Read full documentation of the AI SDK integration for Micdrop on the website.
MIT
Originally developed for Raconte.ai and open sourced by Lonestone (GitHub)
FAQs
AI SDK implementation for @micdrop/server
The npm package @micdrop/ai-sdk receives a total of 19 weekly downloads. As such, @micdrop/ai-sdk popularity was classified as not popular.
We found that @micdrop/ai-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.