Skip to content

Releases: moleculerjs/agents

Release list

v1.0.1

Choose a tag to compare

@icebob-ai icebob-ai released this 29 Mar 14:50

Changed

  • Updated moleculer peer dependency from ^0.15.0-beta to ^0.15.0 (stable release).
  • Translated PRD files to English for public repository.

Fixed

  • Fixed publish workflow for npm trusted publishing (OIDC).

v1.0.0

Choose a tag to compare

@icebob-ai icebob-ai released this 21 Mar 17:59

@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