
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@tiwater/viber
Advanced tools
Agent Framework supporting React and Svelte
Viber is a flexible multi-agent AI framework for building collaborative AI applications. It provides:
npm install viber
# or
pnpm add viber
import { Agent, Space, streamText } from 'viber';
// Create an agent
const agent = new Agent({
name: 'Assistant',
model: 'openai:gpt-4o',
systemPrompt: 'You are a helpful assistant.',
});
// Stream a response
const result = await agent.streamText({
messages: [{ role: 'user', content: 'Hello!' }],
});
See the docs folder for full documentation and examples.
MIT
FAQs
Agent Framework for Vibe-working
The npm package @tiwater/viber receives a total of 0 weekly downloads. As such, @tiwater/viber popularity was classified as not popular.
We found that @tiwater/viber 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.