Bonsai Agents contains the agents used by Bonsai Companion: a mobile app that helps users taking care of their bonsai trees using AI.
The app uses two agents:
Analyst agent – analyzes the bonsai and returns structured health signals, a complete textual analysis and care tips to improve the condition of your bonsai.
Chat agent - assistant with persistent memory and access to the data of a particular bonsai, including past analysis and the goals of the user.
Each photo check-in generates consistent, structured data such as leaf health, density, growth, soil condition.
The app is designed as a learning and experimentation playground for developers who want to:
Understand how agents can be orchestrated
Explore AI-driven mobile UX patterns
Extend and evolve the app with new agents, sensors, or automation logic
Bonsai Companion is intentionally simple, practical, and easy to customize — making it a great starting point for building and testing agent-powered mobile apps. 🌱
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)