npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@moniaamoi/sdk

v0.1.0

Published

MonIAaMoi TypeScript SDK -- chat, agents, memory, workflows (sovereign AI Quebec, Law 25 compliant)

Readme

@moniaamoi/sdk

TypeScript SDK officiel pour MonIAaMoi -- assistant IA souverain conforme Loi 25 Quebec.

npm version License

Installation

npm install @moniaamoi/sdk
# OR
pnpm add @moniaamoi/sdk
# OR
yarn add @moniaamoi/sdk

Quick Start

import { MonIAaMoi } from '@moniaamoi/sdk'

const mia = new MonIAaMoi({
  apiKey: process.env.MIA_API_KEY,
  // Donnees hebergees au Quebec (Cloud Run Montreal)
  region: 'ca-montreal',
})

// Chat avec un agent
const res = await mia.chat({
  message: 'Redige un courriel professionnel pour confirmer ma reunion lundi',
  agent: 'redacteur',
})
console.log(res.response)

// Acceder a la memoire ENGRAM (6 couches L0-L5)
const memory = await mia.memory.store({
  content: 'Mon client Jean Tremblay prefere les meetings le matin',
  layer: 'episodic',
})

// Exporter ses donnees (Loi 25 portabilite Article 27)
const exportData = await mia.user.exportPortability()

Features

  • 209 agents specialises -- redacteur, fiscal, juridique, RH, brevet, ...
  • ENGRAM memoire -- 6 couches L0-L5 souveraine persistante
  • Connecteurs OAuth -- Notion + Google Workspace + Slack
  • BYOK -- Bring Your Own Key (Anthropic, OpenAI, Mistral, ...)
  • Loi 25 conforme -- portabilite Article 27 + effacement Article 28.1 + audit Article 30
  • Hebergement Quebec -- Cloud Run Montreal + Supabase ca-central-1

Documentation

Documentation complete : https://www.moniaamoi.com/dev

License

Apache 2.0 -- voir LICENSE.

Support

  • Issues : https://github.com/Syntria-ai/moniaamoi/issues
  • Email : [email protected]
  • Discord : Founders Circle prive (utilisateurs Absolu)