Changelog¶
About this Changelog
All notable changes to the Protolink project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Release Notes¶
[v0.4.7] - 2026-02-08¶
π Added¶
- LLM Inference Guardrails:
- Implemented robust guardrails for LLM inference.
- Added agent calling for delegated inference.
- Final result processing.
- NEW GrokLLM:
- Ticket Example
- Verbosity in Agent and Registry and more...
[v0.4.6] - 2026-02-05¶
π Added¶
- LLM Automated Inference:
- Implemented robust tool calling capabilities.
- Added agent calling for delegated inference.
- Final result processing.
- Agent Orchestration:
- Centralized handling for LLM inference, tool execution, and result aggregation.
π Changed¶
- LLM API: Refactored for better type safety and extensibility.
- Agent Constructor: Simplified initialization options.
- Transport Factory: Improved factory patterns for transport creation.
π Fixed¶
- Agent Stability: Resolved race conditions in agent message handling.
- HTTP Backend: Fixed issues with stream termination.
[v0.4.5] - 2026-01-26¶
Current Status
Work in progress features for the next release.
π Added¶
- LLM Automated Inference:
- Implemented robust tool calling capabilities.
- Added agent calling for delegated inference.
- Final result processing.
- Agent Orchestration:
- Centralized handling for LLM inference, tool execution, and result aggregation.
π Changed¶
- LLM API: Refactored for better type safety and extensibility.
- Agent Constructor: Simplified initialization options.
- Transport Factory: Improved factory patterns for transport creation.
π Fixed¶
- Agent Stability: Resolved race conditions in agent message handling.
- HTTP Backend: Fixed issues with stream termination.
πΊοΈ Roadmap¶
Currently working on v0.4.8
- Finalize LLM Inference Guardrails
Upcoming Features¶
- [ ] Agent Task Handling: Finalise logic for robust task management.
- [ ] Delegated Inference: Logic for agent delegation and tool calling.
- [ ] Transport Layer: Add gRPC transport support.
- [ ] Storage: Add base classes and implementations (e.g., SQLite).
- [ ] Observability: Add OpenTelemetry support out-of-the-box.
- [x] Integrations: Finalise MCP adapter.