- Step1: Install the module via go get github.com/aviate-labs/agent-go
- Step2: Import the agent package in your Go application
- Step3: Configure an LLM provider and a vector memory store
- Step4: Define and register custom tools for external actions
- Step5: Initialize the Agent with planner, memory, and tools
- Step6: Call agent.Run(ctx, "your query") and handle the response