neuron 0.2.0

Rust library for production AI agents — composable tool middleware, context compaction, MCP, sessions, and guardrails
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

All notable changes to `neuron` are documented here.
Maintained by [release-please](https://github.com/googleapis/release-please)
from [Conventional Commits](https://www.conventionalcommits.org/).

## [0.2.0] - 2026-02-22

### Added
- Re-exports for `EmbeddingProvider`, `TracingHook`, `GuardrailHook`, `LoopError::Cancelled`
- `testing_agents` example demonstrating mock provider patterns
- `categories` and `documentation` fields in Cargo.toml
- mdBook documentation site with 17 pages (guides, architecture, reference)