- Step1: Clone the Aegix repository from GitHub.
- Step2: Install dependencies and set up your Python environment.
- Step3: Configure API keys for OpenAI or HuggingFace in a .env file.
- Step4: Define custom tools and memory modules in your project.
- Step5: Create an agent pipeline specifying planning, execution, and review phases.
- Step6: Run your agent with agent.run("Your prompt") and iterate on configuration.