@aiswarm/api-graphql

0.1.9 • Public • Published

npm version License: MIT Downloads Issues Known Vulnerabilities

AI Swarm - API GraphQL

This plugin provides a GraphQL API for the AI Swarm, wrapping most core function of the API interface provided by the Orchestrator. The plugin provides Queries, Mutations, and Subscriptions for all common operations. It's main use is to provide a way to interact with the AI Swarm from a web interface, but can be adapted to other use cases.

If you're looking for an easy way to get started with the AI Swarm, check out the Conductor project.

Project setup for development

npm install

Recommended Setup for development with other plugins

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.

This project does not have any dependencies on other plugins, so you don't need to link anything.

Readme

Keywords

Package Sidebar

Install

npm i @aiswarm/api-graphql

Weekly Downloads

1

Version

0.1.9

License

MIT

Unpacked Size

13.5 kB

Total Files

9

Last publish

Collaborators

  • mallocator