0.2.5 • Published 10 months ago

@bluexlab/maos-ts v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

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.

0.2.1

10 months ago

0.2.0

10 months ago

0.1.1

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago