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

novaa-agent

v0.1.15

Published

Next-generation AI super agent

Downloads

1,455

Readme

NOVA — EVOLVE. EXECUTE. EMPOWER. ⚡

Absolute Sovereign Autonomy. Multi-tool. Multi-channel. Local-first.

npm version License: MIT TypeScript


🧐 What is Nova?

Nova is a high-performance reasoning engine designed to live on your machine and act on your behalf. Built around a strict OODA Loop (Observe, Orient, Decide, Act), Nova doesn't just "complete text"—it plans, reasons, and executes multi-step workflows in isolated worker threads.

From mastering your inbox to browsing the web with visual analysis, Nova is the architectural backbone for the next generation of personal AI assistants. It gives you God-Mode over your local environment and digital life.


🚀 Quick Start

Get Nova up and running in seconds via npm:

# 1. Install globally
npm install -g novaa-agent

# 2. Start the engine
nova daemon start

# 3. Enter the loop
nova chat

⚖️ Why Nova?

| Feature | Standard AI Bots | Nova Framework 🚀 | | :--------------- | :------------------- | :-------------------------------- | | Logic | Sequential Prompting | Continuous OODA Reasoning | | Memory | Transient Context | Local Markdown-first Memory | | Execution | Sequential Calls | Threaded Tool Parallelism | | Control | Cloud-lock-in | Local-first Sovereign Control | | Intelligence | Reactive | Proactive Heartbeat Engine |


🌌 Absolute Capabilities

Nova's power comes from its specialized skills, executed sequentially or in parallel depending on the complexity of your intent.

🌐 Web Intelligence & Autonomous Browsing

  • Execute Semantic Search: Query multiple engines and rerank results based on relevance.
  • Perform Visual Analysis: "See" the page using computer vision to understand layouts and find interactive elements.
  • Maintain Persistent Sessions: Stay logged into your favorite platforms across multiple tasks.
  • Extract Structured Data: Turn messy websites into clean JSON or Markdown reports automatically.

💼 Native Google Workspace Integration

  • Master Gmail: Read threads, draft context-aware responses, and archive or organize your inbox.
  • Govern Calendar: Check your availability, schedule complex meetings involving multiple parties, and give you morning briefings.
  • Navigate Drive: Search through thousands of documents, read their contents, and generate new reports based on your data.

💻 Local System Sovereignty

  • Shell & Scripting: Run bash, zsh, or python scripts to automate project builds or environment setups.
  • File System Mastery: Read, write, move, and analyze files across your entire project structure.
  • System Awareness: Monitor CPU usage, manage processes, and get detailed system telemetry.

🤖 Proactive Intelligence

  • Autonomous Task Execution: Schedule and run recurring tasks like "Check my emails every hour and notify me of urgent ones."
  • Proactive Reminders: Nudge you about upcoming events or deadlines in a natural, friendly way via Telegram.
  • Self-Updating Identity: Nova learns about you, updating its own "User Profile" markdown file as it learns your preferences and goals.

✨ Key Features

  • 🧠 OODA Reasoning Loop: A real-time cycle that allows the agent to self-correct and adapt during complex tasks.
  • 📖 Human-Readable Memory: Memory is stored in plain-text Markdown. No black-box databases—you can audit and edit what your agent "knows" at any time.
  • ⚡ Parallel Execution: Tools run in isolated worker threads via Piscina. Nova can browse, read, and call APIs simultaneously.
  • 🔒 Security-First: Capability-based permission system with optional manual approval for high-risk actions.

📡 Supported Channels

  • Telegram: Feature-rich mobile interface with live progress streaming, image support, and proactive notifications.
  • CLI: Native terminal interface for developers who want raw control and local execution logs.
  • WebSocket: High-performance API for building custom frontends or dashboard integrations.

🏗️ Architecture

graph TD
    User((User)) <--> Channels[Channels: Telegram / Web / CLI]
    Channels <--> Gateway[Gateway API]
    Gateway <--> Agent[Agent: Reasoning Engine]

    subgraph "Reasoning Loop (OODA)"
        Agent --> Observe[Observe: Context & Tools]
        Observe --> Orient[Orient: Scoring & Risk]
        Orient --> Decide[Decide: Plan & Strategy]
        Decide --> Act[Act: Parallel Execution]
        Act --> Agent
    end

    subgraph "Core Infrastructure"
        Act <--> Runtime[Piscina Runtime]
        Runtime <--> Tools[Tools: Browser / Shell / Workspace]
        Agent <--> Memory[Markdown Memory Store]
    end

📝 License

MIT License - see LICENSE for details.


Nova — Absolute Sovereign Autonomy. 🚀