metta-motto

Integration of MeTTa and LLMs for prompt templates, guidance, and chaining as well as composition with other agents.


License
MIT
Install
pip install metta-motto==0.0.3

Documentation

Metta Motto

This package provides integration of MeTTa and LLMs for prompt tamplates, guidance, and chaining as well as composition with other agents.

Installation

The main requirement is MeTTa.

The project itself can be installed via

git clone git@github.com:zarqa-ai/metta-motto.git
cd metta-motto

Using-pip

Run the following command to install the project using pip:

pip install metta-motto

Usage

The package can be used both as a Python package

import motto

and MeTTa extention

!(import! &self motto)

Please, refer to the tutorial and examples. Tests can also be considered in addition.

Tests

The unit tests can be executed via

cd tests
pytest