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.
@aiswarm/conductor
Advanced tools
Main application to run the AI Swarm. Uses bundles the web-ui, cli, and core drivers in a simple to use package.
This is the main application that runs the AI Swarm. It is responsible for managing the agents, skills, and orchestrating the communication between them.
This is the easiest way to get your own agent swarm up and running.
You can install the conductor as a binary using npm:
npm install -g @aiswarm/conductor
conductor run --help
Or you can install it in a folder and run it from there:
npx @aiswarm/conductor run --help // this will install it automatically and run it
To run the conductor, you need to provide a config file. For more information on how to create your config, plus some sample configurations take a look at the configs repository.
You will need to link the plugin to the other plugins you want to use. So that you can make changes and see them immediately without having to publish the plugin to npm.
For this I recommend you create a new folder for the AI Swarm and clone all the plugins you want to use into it. Then link them together.
Each plugin has link
script defined in the package.json
file if there are dependencies on other packages.
You can run it with npm run link
to link your code directly when you make changes.
FAQs
Main application to run the AI Swarm. Uses bundles the web-ui, cli, and core drivers in a simple to use package.
The npm package @aiswarm/conductor receives a total of 1 weekly downloads. As such, @aiswarm/conductor popularity was classified as not popular.
We found that @aiswarm/conductor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.