Skip to content

Compatibility with agent-chat-ui #59

@jbaris

Description

Hi team,

It seems that the current implementation of the agent-protocol API is not compatible with agent-chat-ui.

For example, this model definition in agent-protocol:

models.py – Line 450
Image

...does not match the structure expected by agent-chat-ui:

Image

In particular, the messages field is not located at the root level of the object—it is nested inside the values array.

I discovered this discrepancy while exploring the OpenAPI documentation at http://localhost:2024/docs#/model/threadstate when running the sample oap-langgraph-tools-agent, which works correctly with agent-chat-ui.

Are there any plans to make agent-protocol compatible with agent-chat-ui?

Thanks in advance!

Best regards

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