Login to follow
Bonsai Agents

Bonsai Agents (ODC)

Stable version 0.1.3 (Compatible with ODC)
Uploaded on 10 Apr (3 weeks ago) by Dinis Carvalho
Bonsai Agents

Bonsai Agents (ODC)

Details
Detailed Description

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. 🌱

Release notes 
  • Fixed a bug that prevented the Analyst agent from receiving images
  • Added logs for the agente executions