> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neurobro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Nevron

> Neurobro's open-source agent framework - the foundation the AI agents are built on.

## Overview

Nevron is Neurobro's open-source agent framework: the foundation the Neurobro
AI agents are built on. It provides the building blocks for autonomous agents -
planning, memory, tool use, and multi-model LLM integration - packaged as a
lightweight, modular Python framework.

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="https://axioma-ai-labs.github.io/nevron/">
    Technical documentation
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/axioma-ai-labs/nevron">
    Source code
  </Card>
</CardGroup>

## Key traits

* **Lightweight** - minimal dependencies and a small footprint.
* **Modular** - planning, memory, feedback, and tool modules can be swapped or extended.
* **Autonomous** - agents make their own decisions via a planning and feedback loop.
* **Multi-model** - pluggable LLM providers, chosen per use case.
* **Extensible memory** - vector stores for agent context and recall.
* **Easy to deploy** - runs anywhere Python and Docker do.

## What's included?

* Broad tool integrations (Discord, Slack, WhatsApp, Google Drive, and more).
* Multiple LLM providers, including open-source models.
* Vector-store memory backends (Pinecone, Weaviate).
* A planning module with dynamic tool selection and feedback loops.

## Status

<Note>
  Public development of Nevron is currently paused. The framework has a stable
  release and continues to serve as a core component of Neurobro;
  ongoing work happens privately rather than in the public repository.
</Note>
