- step1: pip install rawr-agent
- step2: Create a YAML or Python configuration to define your task pipeline
- step3: Import and instantiate RawrAgent, then load your configuration
- step4: Register required tools, memory stores, and prompt templates
- step5: Call agent.run() to execute the workflow
- step6: Monitor outputs, logs, and metrics via console or configured logger