đź›  Bonsai: Tree-like Dialogues for AI Chats

The Bonsai library has been released—a tool for creating AI chats with a branched structure. Instead of a linear history, Bonsai implements a tree model where branches can be created for new ideas without losing the main context.

🌍 It solves the problem of context degradation in long dialogues, allowing LLM memory to be managed through structured branches and external knowledge bases.

👤 It enables the creation of smart AI assistants that do not forget the essence of the matter when changing topics.

Source 1: https://github.com/Joaoha/Bonsai