LarkAgentX
86
Lark MCP is a Python application designed to use Feishu as an AI assistant for function calls and message processing. It features function registration, asynchronous processing, data persistence, and easy deployment, making use of the Model Context Protocol for handling scenarios effectively.
What is the minimum Python version required?
The minimum Python version required is 3.10.
Do I need to configure a separate Lark bot?
No, your Lark account itself acts as the AI assistant.
How are functions registered?
Functions are registered using a simple decorator with a name and description.
Can I deploy the application using Docker?
Yes, the application supports Docker and Docker Compose for deployment.
How are messages stored?
Messages are stored in a MySQL database using SQLAlchemy.