This repository contains the MeTTa AI Assistant, a RAG-based assistant designed for the MeTTa programming language (a domain-specific language used in the Hyperon AGI framework). The goal is to enable intelligent code assistance over MeTTa codebases.
.
├── frontend/ # UI for interacting with the assistant
├── backend/ # API, RAG pipeline, model integration
└── experiment/ # Experiments on AST-based chunking and embeddings
Detailed setup guides are available in each component:
- Frontend:
./frontend/README.md - Backend:
./backend/README.md