letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
12.89k stars 1.41k forks source link

fix: misc fixes (bad link to old docs, composio print statement, context window selection) #1992

Closed cpacker closed 2 weeks ago

cpacker commented 2 weeks ago
% letta run
Initializing database...

🧬 Creating new agent...
? Select LLM model: letta-free [type=openai] [ip=https://inference.memgpt.ai]
? Context window (hit enter for default): 6000
? Select embedding model: letta-free [type=hugging-face] [ip=https://embeddings.memgpt.ai]
->  🤖 Using persona profile: 'sam_pov'
->  🧑 Using human profile: 'basic'
->  🛠️  7 tools: send_message, conversation_search, conversation_search_date, archival_memory_insert, archival_memory_search, core_memory_append, core_memory_replace
/Users/loaner/dev/MemGPT-fresh/letta/agent.py:251: UserWarning: Tool rules only work reliably for the latest OpenAI models that support structured outputs.
  warnings.warn("Tool rules only work reliably for the latest OpenAI models that support structured outputs.")
🎉 Created new agent 'BenevolentUmbrella' (id=agent-a655de82-78df-47ba-b7f9-17ca65c90dfa)

Hit enter to begin (will request first Letta message)