{% extends "_layout.html" %} {% set active = "overview" %} {% block title %}Welcome{% endblock %} {% block main %}

Pick an LLM provider

Free options first — Engram detects them automatically once configured.

Paid options: Anthropic Claude, OpenAI GPT, DeepSeek, Kimi, Qwen, Mistral, and more.

Once configured

Open Chat, type a task in any language, press Send. The agent thinks, uses tools (Python sandbox, AST checks), retrieves any past skills, and answers. Every conversation creates an episode visible under Episodes. After 3+ episodes, run a sleep cycle to consolidate skills — they appear under Skills with their genealogy under Lineage.

{% endblock %}