- Step1: Install Nova via pip: pip install nova-agent
- Step2: Import core classes: from nova import Agent, Plugin
- Step3: Define and register custom tools or plugins
- Step4: Instantiate Agent with LLM settings and memory config
- Step5: Call agent.run(goal) to execute autonomous tasks
- Step6: Review logs and memory outputs for debugging