
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@sovrahq/ami-agent-plugin
Advanced tools
@quarkid/ami-agent-plugin es un plugin para @quarkid/agent que integra funcionalidad AMI (Advanced Messaging Interface) directamente en el agente. Permite que el agente QuarkID gestione chats y mensajería avanzada sin necesidad de instanciar @quarkid/ami-sdk por separado.
Este plugin extiende las capacidades del agente con soporte para conversaciones DIDComm estructuradas, estados de mensaje y gestión de threads.
npm install @quarkid/ami-agent-plugin @quarkid/agent
yarn add @quarkid/ami-agent-plugin @quarkid/agent
pnpm add @quarkid/ami-agent-plugin @quarkid/agent
⚠️ Nota: Requiere @quarkid/agent como peerDependency.
| Export | Descripción |
|---|---|
AMIAgentPlugin | Clase del plugin AMI para el agente |
Integración con Agent:
import { Agent } from "@quarkid/agent";
import { AMIAgentPlugin } from "@quarkid/ami-agent-plugin";
const amiPlugin = new AMIAgentPlugin({
// ... configuración
});
const agent = new Agent({
// ... configuración del agente
agentPlugins: [amiPlugin]
});
⚠️ No requiere variables de entorno propias, pero depende de la configuración del agente host.
@types/node": "^17.0.27")0.1.3npm run build antes de publicardist/index.js (CommonJS)Apache-2.0
Ver archivo LICENSE en la raíz del monorepo.
Mantenido por: QuarkID Team
Repositorio: https://github.com/ssi-quarkid/Paquetes-NPMjs/tree/main
FAQs
Ami Agent Plugin
We found that @sovrahq/ami-agent-plugin 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.