Yumi
Copyright 2026 The Yumi Authors

This product includes software developed as part of the Yumi project
(https://github.com/wenxijiao/yumi-agent) and is licensed under the Apache License, Version 2.0.

------------------------------------------------------------------------------

Third-party dependencies

Yumi depends on the following third-party packages at runtime. They are not
bundled in this repository; pip installs them separately under their own
licenses. Most are permissive (MIT / BSD / Apache-2.0 / MPL-2.0). The following
is noted explicitly because it carries a copyleft license:

  python-telegram-bot — GNU Lesser General Public License v3.0 (LGPL-3.0)
  https://github.com/python-telegram-bot/python-telegram-bot

Yumi uses python-telegram-bot as a dynamically imported library and does not
modify or statically link it; the LGPL permits this without affecting the
license of Yumi's own source. The optional Telegram bridge is the only feature
that imports it, and it is not loaded unless you run a Telegram bot.
