- Step1: pip install mina
- Step2: import mina and initialize your preferred LLM provider
- Step3: define custom tools and memory modules
- Step4: create an Agent instance with tools, memory, and LLM settings
- Step5: call agent.run("your task prompt") and handle the output