- Step1: Clone the repository from GitHub.
- Step2: Install the Python dependencies with pip.
- Step3: Configure the graph memory store (e.g., Neo4j or in-memory).
- Step4: Define your LLM provider and tool invocation functions in the config.
- Step5: Implement agent tasks and pipelines using provided planner and executor classes.
- Step6: Launch the agent and monitor logs for memory retrieval and tool calls.