Skip to content

grupo-avispa/llm_interactions_msgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm_interactions_msgs

ROS2 License

This package defines custom ROS 2 messages for interacting with language models in a ROS-based system.

Overview

This package provides messages and services for communication with language models and RAG (Retrieval-Augmented Generation) systems.

Messages (.msg)

  • Document: Message representing a document chunk extracted from ChromaDB during RAG operations.
  • Metadata: Message containing metadata about a document, including source, node name, and node function.

Actions (.action)

Services (.srv)

Installation

Building from Source

Dependencies

Building

To build from source, clone the latest version from the main repository into your colcon workspace and compile the package using

cd colcon_workspace/src
git clone https://github.com/grupo-avispa/llm_interactions_msgs.git -b jazzy
cd ../
rosdep install -i --from-path src --rosdistro jazzy -y
colcon build --symlink-install

About

Custom actions/msgs/services to communicate with LLM agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages