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

sophiaagent

v0.1.25

Published

Sophia Agent - a focused terminal AI coding assistant

Readme

Sophia Agent

Sophia Agent v0.1 是一个面向终端的 AI 编程助手。它使用单一 Core 运行时, 自动完成规划、工具选择、后台任务跟踪,并连接兼容 OpenAI Responses 的模型服务。

功能

  • 交互式和无头模式,支持会话恢复与上下文压缩
  • 文件、搜索、Shell、网页、内置浏览器和 SSH 工具
  • 按需自动发现 Skills 与 MCP
  • 子 Agent、工作流、定时任务、本地记忆和任务监控
  • 命名 Provider 配置,可分别设置主 Agent 与子 Agent 模型
  • 固定自动执行策略,无需配置权限模式

安装

要求 Bun 1.3.11 或更高版本,以及一个兼容 OpenAI Responses 的端点。

推荐使用一键安装:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/Arain119/SophiaAgent/main/scripts/install.sh | bash

# Windows PowerShell
irm https://raw.githubusercontent.com/Arain119/SophiaAgent/main/scripts/install.ps1 | iex

安装脚本会在需要时准备 Bun,并全局安装 sophiaagent 包。之后运行:

sophia

也可以直接安装 npm 包:

npm install --global sophiaagent

从源码运行

bun install
bun run dev

构建并验证 CLI:

bun run build
bun run health

可选的 ripgrep 设置需要显式执行,不会在安装时修改机器:

bun run setup:ripgrep

使用入口

  • 可执行文件:sophia
  • 全局配置:~/.sophia/
  • 项目配置:.sophia/
  • 项目指令:SOPHIA.md
  • 模型与 Provider:/model
  • 主 Agent 推理 effort:/effort
  • 会话管理:/new/resume/exit
  • 会话统计:/usage

开发检查

bun run typecheck
bun run lint
bun test
bun run build
bun run health

安全问题

请勿在公开 Issue 中报告安全漏洞。请通过 GitHub Security Advisories 私下提交:创建安全报告。 报告应包含可复现步骤、受影响版本、影响范围和可行的缓解措施。提交前请移除 API Key、密码及其他敏感信息。