Skip to content

FranzDiebold/gen-ai-template

Repository files navigation

GenAI template 🚀

A template for your kickstart into GenAI! 🎁

It combines Docker Model Runner, LangChain/LangGraph, marimo, Open WebUI, n8n, Agent Chat UI and Agent Inbox!

How to use

To spin up all services run:

make run

This will spin up the following services:

Components

marimo

If you work with marimo, you can use the marimo folder to store your notebooks and other files. You can add your requirements to the marimo/requirements.txt file, and they will be installed in the marimo container.

LangGraph Server

You can define your LangGraph graph in the langgraph_server folder. The requirements are automatically installed from the langgraph_server/requirements.txt file.

Contributors