Integrating CopilotKit

I’d like to suggest incorporating CopilotKit; it’s a highly versatile open-source LLM UI for LangGraph and LangChain that you may find valuable.

1 Like

Thanks for this suggestion! I just finished building out a big interface for Archon that I hope is better since it fits well with the setup and everything for the agent, but maybe I could use CopilotKit to replace just the “chat” portion of that site? I’d be curious to hear more how you think it would fit well with Archon. :slight_smile:

1 Like

I think that CopilotKit would be a fantastic chat interface for Archon given that it is so deeply integrated with LangGraph.

It would also be fabulous if Archon had awareness of CopilotKit’s technical requirements so that Archon can be used to create LangGraph workflows that utilize CopilotKit as the UI.

The thing I love most about CopilotKit is that it facilitates the creation of a dynamically generated UI. I intend to use it so that a user can chat in one window while collaboratively editing a document with the LLM in another window.

Generative UI

Shared State

Have a look at this page, including the FAQs, for more information about CopilotKit’s features:

https://docs.copilotkit.ai/

I think a lot of people will find value in using CopilotKit to create the UI for their LangGraph agent workflows.

1 Like

These YouTube videos might be of interest:

CopilotKit v1.0 Walkthrough

Build full-stack agents using LangGraph & CopilotKit (02/21/25 webinar)

Regarding the UI for Archon. Personally, I’m keen to use Archon as an integration for Cursor. Can you share any information about how that integration works?

I’ve been poking around their documentation.

Further, to dynamic UI. Frontend actions are powerful tools that allow your AI agents to directly interact with and update your application’s user interface. Think of them as bridges that connect your agent’s decision-making capabilities with your frontend’s interactive elements.

Frontend Actions

Also, see:

Backend Actions

CopilotKit Discord Invite

These are all great resources, thanks @Groove! I’m certainly going to check out CopilotKit.

As far as your question about the integration with Cursor, Archon can be used as an MCP server, and since you can seamlessly hook MCP servers into Cursor to use as tools, you can use Archon directly within Cursor.

1 Like