- Step1: Install Stella via npm (npm install stellaframework) or pip (pip install stellaframework).
- Step2: Initialize a new agent project using the Stella CLI (stella init).
- Step3: Configure your LLM provider credentials (e.g., OpenAI API key).
- Step4: Define your agent’s tools, plugins, and memory stores in the configuration file.
- Step5: Implement custom action handlers and conversation flows in code.
- Step6: Run and test your agent locally (stella run) and deploy to your target environment.