Skip to content

Sentient-Beings/Memory-Equipped-Agent

Sentient Beings Banner

Pull Requests Welcome first-timers-only Friendly

Agentic Workflow for Robotics

Sentient Beings is a open-source organization that is on a mission to build agentic robots. Each project in this organization is designed to be self-contained and we do that by creating a docker container for each project. That includes the dependencies and source code for that project. This helps us get around the "works on my machine" problem.

Getting Started

This repository focuses on the development of an Agentic Robot with Memory, a RAG based system for robots.

Pre requisites

Setup the directory structure

  • Each project should have a separate directory

  • Clone this repository into the project directory

    project-directory
    ├── .devcontainer
    ├── util
    │   └── container_scripts
    ├── ws
        └── src
            └── all_packages
    

Build the container

  • All you have to do is to open the project directory in VS Code.
  • You will be prompted to reopen the workspace in a container. Say yes to this.
  • Wait for the container to build. This will take a while the first time, but the container will be cached so it will be faster the next time.

You are all set up and ready to go 🚀

Now, head over to the docs folder for details about the project.

About

An Agentic workflow to equip Robots with memory

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published