Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Work-m8/ag-ui-4j

core v0.0.1

03 Sep 11:13
c1fe287

Choose a tag to compare

Develop (#35)

* feat: Added sonarcloud

* fix: updated sonarcloud quality gate action

* fix: updated sonarcloud quality gate action

* fix: removed sonarcloud (already in build GH action)

* fix: fixed core pom

* fix: moved to sonarcloud.io

* fix: Fixed sonar issues

* fix: Fixed sonar issues

* fix: Updated unit test

* fix: Added tests

* feat: Added Spring AI and Langchain4j + examples.
Added javadoc
Refactored core, http and client packages.

* fix: Fixed javadoc

* fix: Fixed Sonar issues

* fix: Fixed Sonar issues,
added tests to packages

* Added tests to ok-http client

* Fix: Fixed sonar issues

* Feat: Added `spring` as a server package

* Feat: Release v0.0.1

* Feat: Release v0.0.1

* feat: Added builders for Agents

* fix: Added AgUiService autoloading for the Spring package (Server).

Moved the versions of the agents to the same versions of the implementations (Spring agent is Spring AI version, Langchain Agent is Langchain4j version).

Added more javadocs

* Feat: Changed versioning. Fixed Spring AI Agent (ready for V0.0.1)

* Feat: Changed versioning. Fixed Spring AI Agent (ready for V0.0.1)

* Added toolcalling for Spring AI

* Removed langgraph4j example

* Added README

* Made SpringAIAgent more robust (catches runtime exception on creating the chatRequest). Fixed bug for adding tools (was array with spread operator instead of arraylist)

* Added Spring CLI client example. Removed release-please, added manual release module

* Fixed test

client v0.0.1

03 Sep 12:49
caf98ac

Choose a tag to compare

Develop (#38)

* feat: Added sonarcloud

* fix: updated sonarcloud quality gate action

* fix: updated sonarcloud quality gate action

* fix: removed sonarcloud (already in build GH action)

* fix: fixed core pom

* fix: moved to sonarcloud.io

* fix: Fixed sonar issues

* fix: Fixed sonar issues

* fix: Updated unit test

* fix: Added tests

* feat: Added Spring AI and Langchain4j + examples.
Added javadoc
Refactored core, http and client packages.

* fix: Fixed javadoc

* fix: Fixed Sonar issues

* fix: Fixed Sonar issues,
added tests to packages

* Added tests to ok-http client

* Fix: Fixed sonar issues

* Feat: Added `spring` as a server package

* Feat: Release v0.0.1

* Feat: Release v0.0.1

* feat: Added builders for Agents

* fix: Added AgUiService autoloading for the Spring package (Server).

Moved the versions of the agents to the same versions of the implementations (Spring agent is Spring AI version, Langchain Agent is Langchain4j version).

Added more javadocs

* Feat: Changed versioning. Fixed Spring AI Agent (ready for V0.0.1)

* Feat: Changed versioning. Fixed Spring AI Agent (ready for V0.0.1)

* Added toolcalling for Spring AI

* Removed langgraph4j example

* Added README

* Made SpringAIAgent more robust (catches runtime exception on creating the chatRequest). Fixed bug for adding tools (was array with spread operator instead of arraylist)

* Added Spring CLI client example. Removed release-please, added manual release module

* Fixed test

* Fixed tests (Role in name is now uppercase)

* Added tests for Server package

* Do not skip deploy step for individual modules, just the root