Getting Started¶

Learn how to install and use SPADE_LLM to create LLM-powered agents.
Prerequisites¶
- Python 3.10+
- Basic knowledge of Python async/await
- XMPP server
- Access to an LLM provider (OpenAI API key or local model)
Learning Path¶
- Installation - Install SPADE_LLM and dependencies
- Quick Start - Create your first agent
- First Agent - Complete tutorial
Need Help?¶
- Check the API Reference for detailed documentation
- Browse Examples for working code
- Open an issue on GitHub