- Step1: Clone the anna-mobile-llm-agent repository and install dependencies via npm or yarn.
- Step2: Configure environment variables for OpenAI/Azure API keys and Anna Money API endpoints.
- Step3: Define custom tool functions for account retrieval, expense categorization, and transaction summarization in src/tools.
- Step4: Integrate the AgentChat component into your React Native mobile app screens.
- Step5: Run the development server and deploy to an iOS or Android simulator/device.
- Step6: Interact with the AI agent in the in-app chat interface to test queries and workflows.
- Step7: Customize memory, prompts, and tool chaining as needed for your financial use cases.