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

@bufinance/intelligence

v0.4.1

Published

The single source of BU.FI intelligence — Bu's brain: framework-neutral tool definitions, the SOUL persona, the agent loop config, arbitration, knowledge-graph, locale, and one-shot services. Consumed by the Eve channel-adapter (Discord/Slack/web) and any

Readme

@bufinance/intelligence

The single source of BU.FI intelligence — Bu's brain.

Framework-neutral: tool definitions, the SOUL persona, the agent loop, arbitration, knowledge-graph, locale, formatters, and one-shot services — with no desk workspace import, UI framework, or agent runtime. All data access is HTTP to the deployed BU.FI surfaces (hyper-mcp + Shiva).

One brain, many channels. Eve is the channel adapter that wires Discord, Slack, and the web app to this package; every surface runs the same brain. The package replaces the two divergent implementations that used to do the same job — desk-v1 @bu/intelligence (in-process) and the bu-intelligence-agent tool copies.

import { tools, SOUL, type BuTool, type BuToolContext } from '@bufinance/intelligence';

A BuTool is { name, description, inputSchema, outputSchema?, gated?, execute(input, ctx) }. The adapter (Eve) wraps each with its own defineTool; the brain never knows the transport. ctx injects the resolved identity + hyper-mcp/Shiva URLs + token.

Circle agent-wallet tools

@bufinance/intelligence/agent-wallet exports the Circle-compatible workspace wallet registry, durable onboarding sequence, and framework-neutral tools used by Eve and other BUFI harnesses. The contract mirrors Open Agents @open-agents/agent-wallet and Circle's Vercel AI/Mastra starter-kit surface.

Adapters may inject ctx.agentWallet.execute for local tests or isolated harness compute. Without an injected executor, tools call the identically named bufi-hyper MCP operation. This package never holds Circle API keys or entity secrets.

The package's policy.approvalRequired flag is mandatory adapter metadata. Eve maps it to a fresh always() human-in-the-loop gate. bufi-hyper must also validate the durable approval event server-side before every wallet mutation, fiat handoff, x402 payment, or Gateway deposit; UI state alone is never authority.

Status

v0.0.0 — scaffold. The consolidation is in progress; see CONSOLIDATION.md for the per-module migration map, the v6→v7 re-homing of the coupled pieces (artifacts/voice), the build order, publishing, and branch landing.

Published from bufinance-publish/intelligence/ (standalone, dist-only, prefixed tags intel-v*) — same pattern as @bufinance/fx / @bufinance/kawaii.