
Security News
CISA Rebuffs Funding Concerns as CVE Foundation Draws Criticism
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Use it with any LLM model and custom agents (not limited to OpenAI).
This is a typed JS library compatible with Node.js, Deno, Vercel Edge functions and Cloudflare Workers.
It is compatible with Langchain JS, AutoGPT and other libraries.
To get started, get a project ID by registering here.
npm install lunary
import { monitorOpenAI } from "lunary/openai"
// This extends the openai object with the monitor
const openai = monitorOpenAI(new OpenAI())
// Use OpenAI as usual
const result = await openai.chat.completions.create({
messages: [
{
role: "user",
content: "Hello!",
},
],
})
console.log(result.choices[0])
Full docs are available here.
FAQs
Lunary is an open-source platform for AI developers.
The npm package lunary receives a total of 6,590 weekly downloads. As such, lunary popularity was classified as popular.
We found that lunary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.