Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
display_name Langflow
description A module that adds Langflow (LLM app builder) to your Coder template.
icon ../../../../.icons/python.svg
verified true
tags
langflow
llm
ai
web

Langflow

A module that adds Langflow to your Coder template for building LLM applications.

module "langflow" {
  count     = data.coder_workspace.me.start_count
  source    = "git::https://github.com/AI-Riksarkivet/coder-modules.git//langflow?ref=main"
  agent_id  = coder_agent.main.id
  port      = 7860
  subdomain = false
}