- Step1: Install via pip: pip install aikitchen
- Step2: Import and configure your LLM provider and memory store
- Step3: Define a pipeline with stages for preprocessing, LLM calls, and tool execution
- Step4: Register custom tasks, tools, and retrieval modules
- Step5: Compose agents by linking pipelines and memory components
- Step6: Run the agent to process inputs and generate outputs
- Step7: Monitor performance metrics and iterate on pipeline design