llm-toolkit 0.61.1

A low-level, unopinionated Rust toolkit for the LLM last mile problem.
Documentation
# llm-toolkit

See the [main README](../../README.md) for an overview and quick start guide.

## Documentation

Detailed documentation is available in the [docs/](./docs/) directory:

- [Core Design Principles]./docs/01-core-design-principles.md
- [Features]./docs/02-features.md
- [Prompt Generation]./docs/03-prompt-generation.md
- [Intent Extraction]./docs/04-intent-extraction-with-intentframe.md
- [Type-Safe Intents]./docs/05-type-safe-intents-with-defineintent.md
- [Agent API & Orchestration]./docs/06-agent-api-and-multi-agent-orchestration/00-index.md
- [Observability]./docs/07-observability.md
- [Future Directions]./docs/08-future-directions.md

## API Reference

See [docs.rs/llm-toolkit](https://docs.rs/llm-toolkit) for the complete API documentation.