Releases: jethronap/UNDO-agentic
Releases · jethronap/UNDO-agentic
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
v0.2.0
What's Changed
- 17 create scraper agent by @jethronap in #25
- 24 test scraper agent by @jethronap in #27
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- 1 project set up by @jethronap in #9
- Added agent class (#2) by @jethronap in #10
- 3 llm integration by @jethronap in #11
- 4 local llm by @jethronap in #12
- 5 data storage by @jethronap in #13
- 6 logging by @jethronap in #14
- Added dummy agent (#7) by @jethronap in #15
- 8 testing by @jethronap in #16
New Contributors
- @jethronap made their first contribution in #9
Full Changelog: https://github.com/jethronap/UNDO-agentic/commits/v0.1.0