Skip to content

[Feat]: Can the A2A server generate taskids by itself? #378

@likai314

Description

@likai314

Is your feature request related to a problem? Please describe.

In the current SDK, after receiving a message, if it does not contain a taskid, the SDK will generate one automatically. This brings two problems:

  1. If the agent expects to attach the received message to an existing task, the new taskid will conflict with the original one;
  2. In practical use, organizations expect taskids to have a unified prefix or a unified organizational form, and do not want to use taskids automatically generated by the SDK.
    Please consider the above situations and add a configuration method to prevent the SDK from automatically generating taskids after receiving messages?

Describe the solution you'd like

add a configuration method to prevent the SDK from automatically generating taskids after receiving messages without taskid.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions