Skip to content

Question: Is there any way to integrate langgraph instance directly without langgraph API backend ? #26

@abcfy2

Description

@abcfy2

Hi there.

I want to know Is it the case that ag-ui can only be integrated with langgraph.js through an independently deployed API backend? Would it be possible to consider direct integration with a langgraph.js instance?

That is to say, for example, I have already define a langgraph instance in my project:

import { createReactAgent } from "@langchain/langgraph/prebuilt";

const agent = createReactAgent({
  llm: model,
  tools: [],
});

Is there any way to integrate agent instance to ag-ui or copilotkit for my full-stack application ?

Thanks.

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