Feishu Connector

WIPThis tutorial is being written — basic information below; full steps will land with the corresponding repository release. Contributions are welcome on GitHub.

The Feishu connector is a bot deployed inside Feishu: it turns natural-language commands in a chat group (“turn on the living-room light”) into specification-compliant device calls — your team can command devices from Feishu without touching an AI client.

How it works

  • The connector bot lives in a chat group and receives messages that @ it.
  • Commands are parsed by an LLM into spec-compliant device calls, executed under the L2 authorization & security model.
  • Dangerous writes trigger human-in-the-loop confirmation in the group, and every call is audited.

The deployment tutorial is being written; connector code lives in the connectors repository, and integration status is on the ecosystem page.