- Step1: Install Aurora via pip with pip install git+https://github.com/kyegomez/Aurora.git
- Step2: Set environment variables for your LLM API key (e.g., OPENAI_API_KEY)
- Step3: Define custom tool interfaces and register them in the tool integration layer
- Step4: Initialize the Planner and Executor modules with your configurations
- Step5: Configure the agent pipeline by combining Planner, Executor, and Memory modules
- Step6: Run the agent with a goal prompt and monitor iterative planning and execution outputs