Skip to main content

memanto answer

Get AI-powered answers grounded in the active agent’s memories.
memanto answer QUESTION [OPTIONS]
Arguments:
  • QUESTION - Question to answer (required)
Options:
  • -n, --limit INTEGER - Number of context memories to use (default: server-configured ANSWER_LIMIT)
Temperature and model selection are configured server-side; the CLI does not expose --temperature or --ai-model flags.

Temperature Guide

  • 0.0-0.5: Conservative, factual responses - best for technical documentation
  • 0.5-1.0: Balanced creativity - good for general Q&A
  • 1.0-2.0: More creative and varied responses - use carefully for factual content

Available Models

Model IDNameProviderDescriptionCredits
anthropic.claude-sonnet-4-6Claude Sonnet 4.6AnthropicFast flagship: coding, tools, long docs and RAG (~1M context).3
anthropic.claude-opus-4-6-v1Claude Opus 4.6AnthropicDeepest reasoning and hardest tasks; pick when quality matters most (~1M context).3
meta.llama4-maverick-17b-instruct-v1:0Llama 4 Maverick 17BMetaLong context, summarization, function calling, fine-tuning friendly.3
amazon.nova-pro-v1:0Amazon Nova ProAmazonChat, math, and structured answers for AWS-style workloads.2
deepseek.r1-v1:0DeepSeek R1DeepSeekStep-by-step reasoning; math, logic, and technical explanations.1
deepseek.v3.2DeepSeek V3.2DeepSeekEfficient general Q&A, multilingual, everyday RAG (~164K context).2
openai.gpt-oss-120b-1:0OpenAI GPT OSS 120BOpenAILarge generalist: research-style answers and long-form writing.3
qwen.qwen3-32b-v1:0Qwen 3 32BQwenCode and bilingual (EN/ZH) tasks in a smaller footprint.2
qwen.qwen3-next-80b-a3bQwen3 Next 80B A3BQwenMoE model for long chats, docs, and code at scale (~256K context).1
Examples: Simple question:
memanto answer "How should we communicate?"
With custom limit:
memanto answer "What's the customer's profile?" --limit 20
Output:
Based on your memories:

The customer prefers email communication and is in the PST timezone.
You should send email during business hours PST (8am-5pm).
The customer appreciates concise responses, so keep communications brief.