Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@bluexlab/maos-ts
Advanced tools
MAOS (Multi-Agent 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.
To install the MAOS TypeScript library, use the following command:
npm install maos-ts
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.
To list all available resources:
maos
.getConfig()
.then(resources => console.log(resources))
.catch(error => console.error(error))
The full API documentation is available at API Docs.
For detailed examples, refer to the examples directory.
Feel free to open an issue or pull request if you have any questions or suggestions. Happy managing! 🚀
FAQs
TypeScript binding of MAOS
The npm package @bluexlab/maos-ts receives a total of 6 weekly downloads. As such, @bluexlab/maos-ts popularity was classified as not popular.
We found that @bluexlab/maos-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.