Releases: moleculerjs/agents
Releases · moleculerjs/agents
Release list
v1.0.1
v1.0.0
@moleculer/agents v1.0.0
First stable release — AI agent capabilities for the Moleculer microservices framework.
Features
- AgentMixin — Turn any Moleculer service into an AI agent with ReAct loop
- MemoryMixin — Conversation history with sliding window compaction
- OrchestratorMixin — Multi-agent coordination with direct and LLM-router strategies
- LLMService — Pluggable LLM adapter system
- Adapters — OpenAI (+ compatible APIs), Anthropic, Fake (testing)
- Schema Converter — Automatic fastest-validator → JSON Schema conversion
Highlights
- 138 tests, 97.95% code coverage
- Dual build: CJS + ESM + TypeScript declarations
- Zero new infrastructure needed — leverages Moleculer's existing service registry, load balancing, fault tolerance, and distributed transport