# Core framework (local install)
kaygraph

# LLM providers (install only what you need)
openai>=1.0.0      # For OpenAI GPT models
anthropic>=0.18.0  # For Claude models  
groq>=0.4.0        # For Groq hosted models

# Optional for semantic memory
# sentence-transformers  # For embeddings
# numpy                  # For similarity calculations