Responsible: Svetlana Besaeva, Alexey Potapov

An interoperability layer embedding LLMs directly into the MeTTa runtime as programmable functions. Supports stateless wrappers, stateful Dialogue Agents, RAG, and functional calling for neural-symbolic integration.

</> Example Implementation
LLM integration
Demonstrates MeTTa-Motto's ability to embed LLM calls directly in MeTTa programs and parse responses as atoms.
; MeTTa-Motto: embed LLMs in MeTTa ; Stateless wrapper example !(llm-query (model "gpt-4") (prompt "Explain quantum entanglement in terms of Atomspace links") (parse-response as-atoms)) ; Response becomes queryable atoms