FlowFoundry: a cloud-agnostic agentic workflow core for LangGraph/LangChain.
Project description
FlowFoundry
FlowFoundry is a cloud-agnostic agentic workflow framework built on LangGraph and LangChain.
It helps you design, test, and run agentic workflows locally or in the cloud, with pluggable connectors for storage, LLMs, rerankers, and external tools.
Features
- 🔌 Cloud-agnostic core
- 🧠 Multi-LLM per node
- 🧪 Testable with in-memory components
- 🛠️ Extensible for RAG, tool use, DB retrieval, form filing, image interpretation
Install
pip install flowfoundry
Quickstart
from flowfoundry import ping
from flowfoundry.hello import hello
print(ping()) # "flowfoundry: ok"
print(hello("dev")) # "hello, dev!"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowfoundry-0.0.1.tar.gz.
File metadata
- Download URL: flowfoundry-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae5c6b9125b7ab2b5d75d95b3b3dbae8f32219b710d7c63c9849d66a017801f1
|
|
| MD5 |
ba8c29b66ecfdf385dc6185d9951e285
|
|
| BLAKE2b-256 |
7ca7bcff0d83e69893ca8dfe0f54f18684d96005d4640f02adc46a8fabe2cd73
|
File details
Details for the file flowfoundry-0.0.1-py3-none-any.whl.
File metadata
- Download URL: flowfoundry-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d16562ca60ab0198dd9e007ea9745b0b6473bb7f85b08b1de125f11d8711f664
|
|
| MD5 |
faf94246af4a8322854707f43bc42818
|
|
| BLAKE2b-256 |
ba6a28cfb1b09117b479e4a21ef9bb537dcbf0345e444cbff90527aee512d35e
|