Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@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 14 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.