Aurora provides a modular architecture for constructing generative AI agents that can autonomously tackle complex tasks through iterative planning and execution. It consists of a Planner component that breaks down high-level objectives into actionable steps, an Executor that invokes these steps using large language models, and a Tool integration layer for connecting APIs, databases, or custom functions. Aurora also includes memory management for context retention and dynamic re-planning capabilities to adjust to new information. With customizable prompts and plug-and-play modules, developers can rapidly prototype AI agents for tasks like content generation, research, customer support, or process automation, while maintaining full control over the agent’s workflows and decision logic.