Skip to content

Releases: LnYo-Cly/ai4j

ai4j 2.4.2

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 23 Jul 09:02
e0cf407

Highlights

  • Added LLM-as-reranker support for RAG via IChatService, including a live Anthropic/GLM smoke path.
  • Added server-side fixed filters to RagTool so tool callers cannot override tenant/security constraints from tool input.
  • Added Pinecone ID lookup support while keeping metadata lookup capability honest.
  • Exposed RAG generation usage trace data and refreshed release/docs references.

Maven

<dependency>
  <groupId>io.github.lnyo-cly</groupId>
  <artifactId>ai4j</artifactId>
  <version>2.4.2</version>
</dependency>

Published modules are available on Maven Central under io.github.lnyo-cly:*:2.4.2.

ai4j 2.4.1

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 21 Jul 06:20
7ac2775

ai4j 2.4.1

This release supersedes v2.4.0 and publishes the consistent Maven Central artifacts for the 2.4.x line.

Maven:

<dependency>
  <groupId>io.github.lnyo-cly</groupId>
  <artifactId>ai4j</artifactId>
  <version>2.4.1</version>
</dependency>

Gradle:

implementation 'io.github.lnyo-cly:ai4j:2.4.1'

Release validation:

  • Maven Central deployment: bdc9ff83-14ba-4851-82f9-05c883efb202
  • Maven Central metadata latest/release: 2.4.1
  • Main modules verified with pom/jar/sources/javadoc/signature artifacts
  • ai4j-cli-2.4.1-jar-with-dependencies.jar intentionally not published

ai4j 2.4.0

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 21 Jul 04:49
6473da7

Maven Central

io.github.lnyo-cly:ai4j:2.4.0 is published on Maven Central.

Gradle

implementation 'io.github.lnyo-cly:ai4j:2.4.0'

Maven

<dependency>
  <groupId>io.github.lnyo-cly</groupId>
  <artifactId>ai4j</artifactId>
  <version>2.4.0</version>
</dependency>

Notes

  • README and README-EN install snippets now use the concrete 2.4.0 version.
  • Release deploy skips the CLI fat-jar classifier to keep Maven Central bundles small; normal local CLI packaging remains unchanged.
  • Fixed JSONL replay timestamp reload for startedAtEpochMs / capturedAtEpochMs.

v2.2.0

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 06 Apr 09:59
5fb61a6

Highlights

  • add AgentFlow connectors for Dify, Coze, and n8n
  • add AgentFlow trace bridge and observability integration
  • refresh docs-site and README
  • publish Maven Central artifacts for 2.2.0

What's Changed

  • feat: add agentflow connectors and trace bridge by @LnYo-Cly in #96

Full Changelog: v2.1.0...v2.2.0

v2.0.0

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 05 Apr 09:16
a72fca4

What's Changed

New Contributors

Full Changelog: v1.4.3...v2.0.0

v1.4.3

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 24 Aug 06:29

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 19 Aug 11:23
fix: 修复传递有验证参数的sse时,key丢失问题;docs: 更新文档

v1.4.1

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 08 Aug 04:27

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 08 Aug 03:56

支持MCP协议,支持STDIO,SSE,Streamable HTTP; 支持MCP Server与MCP Client; 支持MCP网关; 支持自定义MCP数据源; 支持MCP自动重连

v1.3.2

Choose a tag to compare

@LnYo-Cly LnYo-Cly released this 23 Jun 08:54

Full Changelog: v1.3.1...v1.3.2