Skip to content

Feishu group bot does not pass ZIP attachments to bound agents #5887

Description

@Asherggg

Problem

When a user sends or references a product image ZIP file in a Feishu group chat and triggers a bound bot/agent workflow, the agent receives the text task but cannot access the actual ZIP file.

Steps to reproduce

  1. Send or reference a product image ZIP file in a Feishu group chat where a Multica bot is bound.
  2. In the same conversation, trigger the bot to run the main-image processing workflow.
  3. Inspect the agent output and its temporary working directory.

Actual result

  • The agent is triggered successfully and the task is marked as completed, with no runtime error.
  • The referenced attachment only appears in the agent context as [File].
  • The agent does not receive a usable filename, attachment URL, attachment identifier, or local file.
  • No ZIP file exists in the task working directory, so the agent cannot extract, validate, or repackage the image assets.
  • Two related runs on 2026-07-24 both reported that the current message did not carry or reference an accessible file.

Expected result

Attachments from both the triggering Feishu group message and any referenced/replied-to Feishu message should be synchronized as Multica Chat attachments for the agent task.

At minimum, the task should receive:

  • a readable local ZIP file in the working directory,
  • the original filename,
  • and attachment reference metadata that lets the agent trace the input.

Impact

This blocks Feishu group based ZIP workflows for bound agents. Users must upload the ZIP through Multica Web Chat instead, so the Feishu group integration cannot complete the expected end-to-end flow.

Suggested investigation

Please check the mapping and download path from Feishu group messages, referenced messages, and file attachments into Multica Chat attachments. The task trigger should make the ZIP available as a normal task attachment to the agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions