Skip to content

An agent bridging LLMs to the Binspire for automated auditing, issue resolution, and historical tracking.

License

Notifications You must be signed in to change notification settings

binspireai/agent

Image

Binspire Agent

The Binspire Agent is an autonomous, LangGraph-orchestrated assistant designed to automate critical workflows within the Smart Waste Management System (SWMS). It serves as an intelligent bridge between the Binspire API and LLMs, enabling automated operational tasking, proactive issue resolution, and self-correcting data retrieval.

CI License Stars

Contributing

We are committed to fostering a safe and inclusive open-source community.
Please review and follow our Code of Conduct when contributing or participating in this project.

Prerequisites

  • Node.js >= 20.19 or nvm
  • Bun latest runtime

Bun Setup

Install Bun by following the official instructions: Bun Installation Guide

Or use the one-line installer:

$ curl -fsSL https://bun.com/install | bash

To check that Bun was installed successfully, open a new terminal window and run:

$ bun -version

Clone the repository

git clone https://github.com/binspireai/mcp.git
cd mcp

Install Dependencies

$ bun install

Setup .env (environment variables)

Copy the example file to .env:

$ cp env.example .env

Development Server

Run the development servers.

$ bun run dev

Production Server

Run the production servers.

$ bun run start

Running Build

$ bun run build

Contributor List

Code of Conduct

We are committed to fostering a welcoming, respectful community. Please read and follow our Code of Conduct when participating in this project.

Security

If you believe you have found a security vulnerability in Binspire MCP, please do not open a public issue on this repository. Opening a public issue could expose sensitive information before it's addressed. Please read our Security Policy for details on how to report a vulnerability.

License

Binspire Agent is licensed under GPL-3.0.

About

An agent bridging LLMs to the Binspire for automated auditing, issue resolution, and historical tracking.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published