neuron-loop 0.2.0

Agentic loop for Rust — multi-turn tool dispatch, streaming, and conversation management over any LLM provider
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

All notable changes to `neuron-loop` 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
- Cancellation support via `CancellationToken` — checked at loop top and before tool execution, returns `LoopError::Cancelled`
- Parallel tool execution — `parallel_tool_execution` flag on `LoopConfig` uses `futures::future::join_all`
- `cancellation` and `parallel_tools` examples
- `categories` and `documentation` fields in Cargo.toml