LLM integration

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