diff --git a/README.md b/README.md index 4e51ab0..8facb4a 100755 --- a/README.md +++ b/README.md @@ -141,8 +141,11 @@ WeComCompanyPlugin/ ├── index.js # Plugin entry point (main plugin logic and HTTP handler, multi-app routing) ├── wecom-message-processor.js # Core logic for message processing and dispatching +├── wecom-api.js # WeCom API client for sending messages and getting tokens ├── webhook.js # WeCom HTTP communication handler, message/event parser (JSON/XML), and reply builder ├── crypto.js # WeCom encryption algorithms (message + media) +├── dynamic-agent.js # Dynamic agent helpers +├── image-processor.js # Image processing module ├── logger.js # Logging module ├── stream-manager.js # Streaming response manager (for AI Bot mode) ├── utils.js # Utility functions (TTL cache, deduplication) diff --git a/package.json b/package.json index 70a7689..3a3dfec 100755 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "image-processor.js", "logger.js", "README.md", - "README_ZH.md", "LICENSE", - "CONTRIBUTING.md", "stream-manager.js", "utils.js", "webhook.js", + "wecom-api.js", + "wecom-message-processor.js", "openclaw.plugin.json" ], "peerDependencies": {