New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sensai

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sensai

Because even AI needs a master

latest
Source
npmnpm
Version
1.8.2
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

Sensai

Sensai is an opinionated TypeScript/JavaScript framework for building powerful AI agents and APIs using nothing more than a file-based structure. Define prompts, wire up tools and even orchestrate multi-agent systems using simple file conventions. Sensai gives you all the primitives you need so you can focus on building.

Getting Started

Visit https://sensai.sh/docs to get started and view the full documentation.

Dont' feel like reading documentation? You're just one command away from creating your first API.

npm create sensai

Happy coding!

Need a little taste?

With Sensai’s file-based routing, this simple folder structure defines a fully functional and complex multi-agent system with absolutely no config, no boilerplate or even code.

api/
├─ orchestrator.md
├─ researcher/
│  ├─ orchestrator.md
│  └─ creative/
│     ├─ prompt.md
│  └─ pragmatic/
│     ├─ prompt.md
└─ reviewer/
   └─ prompt.md

Keywords

ai

FAQs

Package last updated on 17 Jun 2025

Did you know?

Socket

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.

Install

Related posts