Skip to content

Releases: eschnou/OpenGPA

v0.3.0

08 Feb 11:38
Compare
Choose a tag to compare

In this major new release, we have been through a large refactoring:

  • Introduced a REST API served on port 3000
  • Removed the Vaadin UI layer which makes this project server only
  • Introduced a new modern UI in React/Typescript (see opengpa-frontend
  • Fine tuned to support self-hosted on smaller instance using Qwen 2.5 14b
  • User management at database level with configurable signup flow and invite codes

Full Changelog: v0.2.1...v0.3.0

v0.2.0

15 Oct 09:20
Compare
Choose a tag to compare

It is RAG Time! In this new release we introduce:

  • A new Documents section to manage internal documents accessible to the agent
  • A RAG Search agent that can use vector search to look for answers and report to the main agent
  • An email action to send task results via email or experiment with giving more opportunities to the agent

Full Changelog: v0.1.0...v0.2.0

Initial release

27 Jun 13:16
Compare
Choose a tag to compare

Initial release of OpenGPA