Tutorials¶
Learning-oriented guides to help you get started with Empathy Framework.
These tutorials take you step-by-step through building with Empathy Framework. By the end, you'll understand the core concepts and be able to build your own AI collaboration systems.
Getting Started¶
-
Get Empathy Framework installed on your system
-
Build your first empathetic AI in 5 minutes
Example Projects¶
Learn by example with these complete, working projects:
-
Build an AI that reviews code with context awareness
-
Create a healthcare-compliant communication system
-
Coordinate multiple AI agents working together
-
Build AI that learns from user patterns
-
Connect Empathy to external systems
Prerequisites¶
Before starting, make sure you have:
- Python 3.10+
- pip or Poetry
- An Anthropic API key (or OpenAI, Ollama)
See the Prerequisites guide for detailed requirements.