Skip to main content

About developing and configuring Langflow applications

The following pages provide information about how to develop and configure Langflow applications.

The Develop an application in Langflow guide walks you through packaging and serving a flow, from your local development environment to a containerized application. As you build your application, you will configure the following application behaviors. More detailed explanation is provided in the individual pages.

Custom Dependencies - Add and manage additional Python packages and external dependencies in your Langflow projects.

Memory and Storage - Configure Langflow's storage and caching behavior.

Session Management - Use session ID to manage communication between components.

Logging - Monitor and debug your Langflow applications.

Search