- Step1: Add the CL4R1T4S dependency to your project.clj or deps.edn.
- Step2: Configure your OpenAI API key and provider settings.
- Step3: Define agents, memory modules, and tools using provided macros.
- Step4: Create prompt templates and configure function calls.
- Step5: Compose chains or workflows to orchestrate multi-step tasks.
- Step6: Run the agent with input and retrieve structured responses.
- Step7: Monitor logs, inspect memory, and tune prompts as needed.
- Step8: Deploy your Clojure application with integrated AI agents.