Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bluexlab/maos-ts

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluexlab/maos-ts

TypeScript binding of MAOS

  • 0.2.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-70.59%
Maintainers
0
Weekly downloads
 
Created
Source

MAOS TypeScript Library

Introduction

MAOS (Multi-Actor Operating System) is designed to provide infrastructure for AI agents to manage shared resources efficiently. This TypeScript library is a binding of MAOS, offering a robust interface for system administrators to handle all management tasks through an intuitive admin UI.

Table of Contents

  • Installation
  • Usage
  • API Documentation
  • Examples

Installation

To install the MAOS TypeScript library, use the following command:

npm install maos-ts

Usage

Initialization

First, import and initialize the MAOS library in your TypeScript project:

import { MAOS } from 'maos-ts'

const maos = new MAOS({
  apiKey: 'YOUR_API_KEY',
  coreUrl: 'https://api.maos.example.com',
})

apiKey and coreUrl are all optional. maos-ts gets them from environment variable APIKEY and CORE_URL by defualt.

Basic Operations

Please refer to examples for more details.

FAQs

Package last updated on 07 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc