langgraph_client 0.2.2
langgraph_client: ^0.2.2 copied to clipboard
A Dart client for the LangGraph API that enables applications to interact with LangGraph services, threads, assistants, runs, and crons with support for streaming operations.
0.2.2 #
- Added support for additional LangGraph API endpoints:
- Assistant versioning and graph information endpoints
- Thread extended operations (get, delete, checkpoints, bulk updates)
- Store API for persistent key-value storage
- Additional run streaming and cancellation options
0.1.1 #
- Improved documentation across the entire codebase:
- Added comprehensive dartdoc comments to public API elements
- Enhanced library documentation with examples and usage guidance
- Documented all model classes and their properties
- Added detailed method documentation with parameter descriptions
- Updated package description in pubspec.yaml
- Added GitHub workflow for automated publishing to pub.dev
0.1.0 #
- Initial development release.