helicone icon indicating copy to clipboard operation
helicone copied to clipboard

[Feature]: Integrate KaibanJS for Multi-Agent Workflow Visualization

Open dannleft opened this issue 1 year ago • 1 comments

The Feature

KaibanJS is an open-source JavaScript framework designed for building and managing multi-agent systems using a Kanban-style board. Integrating KaibanJS into Helicone could provide users with a visual representation of multi-agent workflows, making it easier to monitor and manage their tasks and interactions.

Motivation, pitch

Currently, Helicone focuses on observability and performance metrics for AI models, which is highly valuable. However, integrating a visual management tool like KaibanJS could enhance the user experience by providing:

  • A clear and intuitive way to visualize multi-agent workflows.
  • Better organization of agent tasks and dependencies.
  • A seamless way to track the progress of complex workflows involving multiple agents.

This feature could complement Helicone's strengths by bridging observability with task management, providing users with a more holistic approach to managing AI agent systems. Additionally, it could open doors for cross-framework integrations, benefiting both projects.

Would love to hear the team's thoughts on whether this integration could align with Helicone's roadmap

Twitter / LinkedIn details

@kaibanjs

dannleft avatar Jan 13 '25 11:01 dannleft

Hey @dannleft , KaibanJS (from my understanding) uses or at least offers LangChain support under the hood! Or, generally, OpenAI under the hood with the same config as the typical SDK, as is explained in these docs for OpenAI <> Kaiban.

Of course, this would work with any provider. Image

Essentially, you can just point Kaiban to us instead! Docs for the LangChain integration is here and equivalently, normal OpenAI integration

connortbot avatar Jul 17 '25 19:07 connortbot