Skip to content

rajshah6/langsketch

Repository files navigation

Logo

LangSketch β€” Visual AI Agent Builder

Create multi-agent workflows in seconds

video.mp4

LangSketch Canvas

LangSketch Agent Builder

How It Works

  1. Configure: Set up your agents by defining inputs/outputs, attaching RAG documents, connecting external APIs, and adding tools
  2. Sketch: Arrange and connect multiple agents and tools on the canvas to build complex workflows visually
  3. Integrate: Link agents with your own codebase so your functions become part of the workflow
  4. Run: Execute the workflow directly and watch your agents collaborate in real time
  5. Refine: Adjust agents, connections, or prompts iteratively to optimize performance

Quick Start

Prerequisites

  • Express.js 5.1+
  • Python 3.10+
  • Uvicorn
  • API keys for Databricks and Martian (free at signup)

Frontend Setup

npm install
npm start

Backend Setup

cd backend
uv sync
uv run uvicorn src.main:app --reload --host 0.0.0.0 --port 8000

Inspiration

Creating agents is difficult, and integrating them into existing workflows often requires a great level of expertise

LangSketch solves this by enabling the entire process in seconds, seamlessly fitting into the tools developers already use

View on Devpost

About

🎊 Hack the North Winner ($4000) β€” Visual AI Agent Builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors