letta 0.1.2

A robust Rust client for the Letta REST API
Documentation
# Example environment file for local Letta server
# Copy this to server.env and adjust as needed

# The Letta server container includes an embedded PostgreSQL database
# and minimal configuration, so you can leave this file empty for basic testing.

# Enable batch job polling (required for batch API tests)
# LETTA_ENABLE_BATCH_JOB_POLLING=true

# Optional: Add your own API keys if you want to test with real LLMs
# AZURE_BASE_URL="https://your-instance.openai.azure.com"
# AZURE_API_VERSION="2024-08-01-preview"
# AZURE_API_KEY="your-key-here"

# Optional: Tool integration API keys
# COMPOSIO_API_KEY="your-composio-key"
# TAVILY_API_KEY="your-tavily-key"
# E2B_API_KEY="your-e2b-key"

# Optional: Local Ollama instance
# OLLAMA_BASE_URL="http://localhost:11434"