Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@evilsocket evilsocket released this 05 Feb 15:49
· 21 commits to main since this release

πŸš€ New Features

Documentation

https://github.com/dreadnode/nerve/blob/main/docs/index.md

Vision

– Implemented multimodal / vision capabilities, expanding input possibilities (see screenshot example. (2dbc2e9)

Workflows

See the workflows documentation.

  • Implemented workflow logic. (3830605)
  • Output state persistency now supported in workflows. (efea051)
  • Added an example showcasing a software development workflow. (2daec59)

Evaluation and CoT

See the documentation and the examples.

  • Introduced evaluation logic. (9a43df5)
  • Added reasoning (Chain-of-Thought) as a distinct event for agents. (46514d9)

Session & Events

  • Session Recording Overhaul – Replaced --save-to and --output with --record-to for complete session tracking. (506aae0)
  • Improved Event Tracking – Events now include timestamps for better debugging and tracking. (043c432)
  • Refined Documentation:
    • Introduced initial documentation draft. (c33c2cd)
    • Added Retrieval-Augmented Generation (RAG) and evaluation documentation. (2954335)

πŸ”§ Fixes

  • Namespaces are now correctly set to non-default. (42bbb03)
  • Improved test stability. (c205381)
  • Removed arm64 from Buildx process. (57f3e3b)
  • Updated Buildx action to v6. (6f1a0f4)
  • Clarified error message when generator fails to build. (327562f)
  • Cleaned up incorrect README example. (c323525)

πŸ—οΈ Chores & Refactoring

  • Refactored agent configuration and task specs into dedicated structures. (37ec55c)
  • Improved arguments parsing and initialization (setup::setup_arguments). (0435559)
  • Updated Docker Hub references. (b4c071a)
  • Various small fixes, refactorings, and documentation updates.

Full Changelog: v0.5.2...v0.6.0