关于
LarkAgentX transforms your Feishu account into an AI assistant capable of intelligent function calling. By simply defining functions with annotations, the system automatically analyzes user input and invokes the most appropriate function, streamlining workflows and enhancing communication. It leverages the Model Context Protocol (MCP) for function calling, stores messages in a MySQL database, and offers an array of built-in functions for various tasks.
主要功能
- Automatic message processing for both private and group chats
- Data persistence using SQLAlchemy to store messages in MySQL
- Docker support for quick deployment
- Function registration mechanism using a simple decorator
- Asynchronous processing with async/await
- 6 GitHub stars
使用案例
- Integrating AI-powered tools directly into Feishu workflows
- Automating tasks within Feishu using natural language commands
- Creating custom Feishu bots without the need for complex configurations