Create multi-agent workflows in seconds
video.mp4
- Configure: Set up your agents by defining inputs/outputs, attaching RAG documents, connecting external APIs, and adding tools
- Sketch: Arrange and connect multiple agents and tools on the canvas to build complex workflows visually
- Integrate: Link agents with your own codebase so your functions become part of the workflow
- Run: Execute the workflow directly and watch your agents collaborate in real time
- Refine: Adjust agents, connections, or prompts iteratively to optimize performance
- Express.js 5.1+
- Python 3.10+
- Uvicorn
- API keys for Databricks and Martian (free at signup)
npm installnpm startcd backenduv syncuv run uvicorn src.main:app --reload --host 0.0.0.0 --port 8000Creating 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


