Releases: eschnou/OpenGPA
Releases · eschnou/OpenGPA
v0.4.0
What's Changed
- Introduced the concept of continuation by @eschnou in #4
- Refactor for flexible input schema by @eschnou in #5
- Added MCP support by @eschnou in #6
- Added tool selection
- TTS now supports dialogues with multiple speakers
- Added AnalyzePicture and AnalyzePDF actions
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
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
Initial release of OpenGPA