Releases: UNDO-project/UNDO-agentic
Releases · UNDO-project/UNDO-agentic
v2.4.0
v2.3.0
What's Changed
- Architectural amendments by @jethronap in #113
- Hotfixes backend by @jethronap in #121
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Bug fixes and minor improvements by @jethronap in #106
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Fix output endpoints (#102) by @jethronap in #103
Works with frontend app version v0.2.0
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Implement cancel pipeline endpoint (#94) by @jethronap in #98
- Improve log levels by @jethronap in #99
- Scraper failure fix (#95) by @jethronap in #100
- LLM after cache hits (#96) by @jethronap in #101
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed 🛠️
🚀 This release introduces FastAPI to the project.
⚙️ It works along the CLI and will be the basis on which a frontend application will be introduced in later releases.
- API set-up by @jethronap in #81
- Background and task manager class (#77) by @jethronap in #82
- Websockets (#78) by @jethronap in #83
- File serving and visualization endpoints (#79) by @jethronap in #84
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Path finder implementation (#72) by @jethronap in #73
- Add prompts and remove redundant agent (#74) by @jethronap in #75
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Updated dependencies (#50) by @jethronap in #63
- Added langchain settings (#51) by @jethronap in #64
- Added langchain wrapper tools schemas (#52) by @jethronap in #65
- Added langchain memory adapters (#53) by @jethronap in #66
- 54 chat ollama by @jethronap in #68
- 55 update scraper agent by @jethronap in #69
- Added langchain analyzer chains (#56) by @jethronap in #70
- Added pipeline config (#57) by @jethronap in #71
Full Changelog: v0.3.1...v1.0.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
What's Changed
- 48 stats visualization by @jethronap in #49
The Analyzer agent:
- Produces a
.geojsonfile to be used with mapping. - Creates a
heatmatof the given area showing the spatial density of the surveillance infrastructure - Computes simple summary statistics from the available data.
- Computes surveillance hotspots using DBSCAN and plots them overlaid on an OSM map
- Plots sensitivity reasons distributions coming from a LLM
- Plots camera counts for sensitive zones
- Plots the distribution of private and public cameras using a donut-chart
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Added retry mechanism to llm wrapper (#28) by @jethronap in #40
- Added prompt templates by @jethronap in #41
- Analyzer agent implementation by @jethronap in #42
- Added mapping functionality by @jethronap in #43
- Computed summary stats by @jethronap in #45
- Added logging by @jethronap in #46
- Added tests for Analyzer agent by @jethronap in #47
Full Changelog: v0.2.0...v0.3.0