


nine
· GitHub
Distributed AI agents that work everywhere with no-code UI
Repository Stats
47 stars
14 forks
Repository Activity
This repository has been starred 47 times and forked 14 times, showing its popularity in the developer community.
README Preview
<img src="https://nethermindeth.github.io/nine/assets/logo/PNG/Nine_Logo_Full_Dark@2x.png" width="300px"/> # NINE - Neural Interconnected Nodes Engine A flexible framework for building a distributed network of AI agents that work everywhere (STD, WASM, TEE) with a dynamic interface and hot-swappable components. One of the key concepts of the framework is a meta-layer that enables building software systems in a No-code style, where the entire integration is handled by the LLM. [Documentation](https://nethermindeth.github.io/nine/) | [Telegram](http://t.me/n9_nethermind) | [X](https://x.com/n9_nethermind) | [Discord](https://discord.gg/sXCEBQMkyZ) ## Overview ### Project Structure The project is built using Rust (full-stack) and organized as a workspace consisting of two major groups: - **`substance/`** - The core components of the system, responsible for interaction. - **`particles/`** - Plugins for the system that enable additional functionalities. - **`examples/`** - Usage exa