- Step1: Install SyntropAI via pip: pip install syntropai
- Step2: Set your LLM API key in environment variables
- Step3: Import core classes from syntropai.agent and syntropai.memory
- Step4: Define and register custom tools or data connectors
- Step5: Configure the Agent with memory, tools, and LLM backend
- Step6: Call agent.run(prompt) to start a conversational or automated session
- Step7: Monitor logs, adjust policies, and extend modules as needed