Skip to content

Releases: nasa-jpl/rosa

v1.0.10

17 Mar 17:50

Choose a tag to compare

What's Changed

  • Update CI pipeline for Rust dependency management by @RobRoyce in #72
  • Add support for Anthropic/Claude and other LLM providers by @dcpagotto in #74

New Contributors

Full Changelog: v1.0.9...v1.0.10

Hotfix: Tiktoken Deps

29 Nov 18:50
3bf4417

Choose a tag to compare

What's Changed

  • Fix critical tiktoken dependency issue that prevented ROSA from running in Docker containers due to missing Rust compiler
  • Enhance the turtle agent demo with new high-level drawing tools for creating complex shapes like rectangles, circles, polylines, and arcs

Full Changelog: v1.0.8...v1.0.9

v1.0.8

21 Apr 23:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

10 Oct 18:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

30 Aug 22:09
d22eb90

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Added

  • Implemented streaming capability for ROSA responses
  • Added pyproject.toml for modern Python packaging
  • Implemented asynchronous operations in TurtleAgent for better responsiveness

Changed

  • Updated Dockerfile for improved build process and development mode support
  • Refactored TurtleAgent class for better modularity and streaming support
  • Improved bounds checking for turtle movements
  • Updated demo script for better cross-platform support and X11 forwarding
  • Renamed set_debuging to set_debugging in system tools

Fixed

  • Corrected typos and improved documentation in various files
  • Fixed potential issues with turtle movement calculations

Removed

  • Removed unnecessary logging statements from turtle tools

ROSA v1.0.5

23 Aug 23:25
fdca5a1

Choose a tag to compare

What's Changed

New Contributors

  • @ dawnkisser made their first contribution in #11

Full Changelog: v1.0.4...v1.0.5

ROSA v1.0.4

21 Aug 17:04
add7e7c

Choose a tag to compare

What's Changed

Added

  • Implemented ros2 topic echo tool.

Changed

  • Refactored ROS2 tools for better error handling and response parsing.
  • Added blacklist parameters to relevant ROS2 tools.

Fixed

  • Fixed a bug where getting a list of ROS2 log files failed.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

18 Aug 03:42
aed4ca6

Choose a tag to compare

What's Changed

Added

  • rosservice_call tool for ROS1

Changed

  • Changed ROSA class methods from private to protected to allow easier overrides.
  • Updated ros1 roslog tools to handle multiple logging directories.
  • Upgrade dependencies:
    • langchain to 0.2.13
    • langchain-community to 0.2.12
    • langchain_core to 0.2.32
    • langchain-openai to 0.1.21

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Aug 15:19

Choose a tag to compare

What's Changed

  • docs: implement SLIM starter kit. by @RobRoyce in #2
  • docs: update README.md by @eltociear in #3
  • fix: delay import of ros1 and ros2 tools to prevent import errors
  • fix: provide a proper implementation of rostopic_echo

New Contributors

Full Changelog: v1.0.1...v1.0.2

ROSA v1.0.1

10 Aug 19:27
6300d8e

Choose a tag to compare

What's Changed

  • Update TurtleSim demo. Minor changes to ROSA base class. by @RobRoyce in #1

New Contributors

Full Changelog: v1.0.0...v1.0.1