Skip to content

Releases: coding-kelps/liaisons

v0.0.1

28 May 22:52

Choose a tag to compare

[0.0.1] - 2025-05-28

⛰️ Features

  • Add argument relation prediction with push of prediction to Neo4j repository - (b4a8109)
  • Add retrieve_argument feature to neo4j repository - (7ae1298)
  • Add error handling at subcommand level - (dc54e9a)
  • Add LLM response parsing to retrieve summary and title from raw content - (2a66019)
  • Add repository abstraction for Neo4j client to store summarized arguments - (b978fc8)
  • Client loading from yaml - (c233593)
  • Add draft of model configuration file loading - (b275b07)
  • Add configuration by configuration with separate LLM model configuration - (0b58524)
  • Add requests draft of requests spamming and handling with generation of the output for the retrieve-arguments subcommand - (7b1eb73)
  • Add JSON file loading - (62db7b6)
  • Add CLI template with two subcommands in preparation of their implementation - (73cdc37)

🐛 Bug Fixes

🚜 Refactor

  • Refactor argument model to regroup summarized info - (b06de56)
  • Refactor cli and model configuration loading to enable the loading of global configuration - (fbef069)
  • Change prompt engineering template - (f6b29bc)
  • Rename "retrieve-arguments" subcommand into "summarize-arguments" - (c5ebca3)
  • Create separate configuration module and drop configuration file reading - (d6f0e9e)
  • Refactor module hierarchy to modern way ad draft ollama client - (67f1220)
  • Refactorize subcommand module to use mod.rs feature - (7718f4a)
  • Rename ignored development directory - (36fe6eb)

📚 Documentation

  • (cargo) Add project crate metadata to enable publication to crates.io - (98fbe2e)
  • Polish README spacing - (bbeb591)
  • Update changelog - (cf1e6eb)

⚙️ Miscellaneous Tasks

  • (cargo) Reset cargo semver - (6f6e2c6)
  • Add github workflows to automatically update changelog and create release - (7f3b2c7)

Init

  • Init project with template - (f523a66)

New Contributors ❤️

  • @github-actions[bot] made their first contribution
  • @guilhem-sante made their first contribution