What problem does it solve? It lets an AI agent act inside an ongoing Feishu/Lark video meeting: joining as an app bot, reading real-time in-meeting events (joins, chat, transcripts, screen shares), sending in-meeting text or reactions, and leaving the meeting, all through lark-cli commands. ## Core Features & Use Cases - Bot meeting participation: Join an in-progress meeting by 9-digit meeting number with +meeting-join, and leave with +meeting-leave when the user explicitly asks. - Live event awareness: Discover active meetings with +meeting-list-active and stream participant, chat, transcript, and share events with +meeting-events, with pagination and identity-continuation rules. - In-meeting messaging: Send text messages or reaction emoji (including VC feedback keys like VC_NoSound) with +meeting-message-send. - Use Case: A user asks "let the bot sit in on meeting 123456789 and tell me who is speaking". The agent joins the meeting, records the returned meeting.id, polls +meeting-events --page-all, and reports the live timeline. ## Quick Start Ask the agent to join the ongoing Feishu meeting with your 9-digit meeting number and report what is happening in the meeting right now.