A desktop platform for executing LangGraph workflows with uv-managed sandboxes.
Project description
AlayaFlow
A desktop platform for executing LangGraph workflows with multiple executors.
简介
AlayaFlow 是一个桌面平台,用于执行 LangGraph 工作流。
安装
从 PyPI 安装(推荐)
pip install alayaflow
从源码安装
git clone git@github.com:AlayaDB-AI/AlayaFlow.git
cd alayaflow
pip install -e .
系统要求
- Python >= 3.10
- uv (Rust-based Python package installer)
使用示例
from alayaflow.workflow import WorkflowManager, WorkflowLoader
# 创建工作流管理器
manager = WorkflowManager()
# 加载工作流
manager.load_workflow(workflow_id="my-workflow", version="1.0.0")
# 执行工作流...
配置
项目支持通过 .env 文件进行配置。主要配置项包括:
dev_mode: 开发模式(dev/dev-uneditable/prod)alayahub_url: AlayaHub API 地址langfuse_enabled: 是否启用 Langfuse 追踪- 各种存储路径配置
开发
安装开发依赖
pip install -e ".[dev]"
运行测试
pytest
许可证
本项目采用 MIT License。详情请参阅 LICENSE 文件。
贡献
欢迎提交 Issue 和 Pull Request!
相关链接
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alayaflow-0.1.15.tar.gz
(290.3 kB
view details)
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 alayaflow-0.1.15.tar.gz.
File metadata
- Download URL: alayaflow-0.1.15.tar.gz
- Upload date:
- Size: 290.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef58a243a2a4f4fc69b5e0666611cfcf488874c83150649937d5a50bc696f6cd
|
|
| MD5 |
5f71019a0f5d9cea3988a1dbcd999bbd
|
|
| BLAKE2b-256 |
d6a9834ee66b08c1eb1ce4f447d43e4dd6fb49079f78c5ee3fb225d177d31924
|
File details
Details for the file alayaflow-0.1.15-py3-none-any.whl.
File metadata
- Download URL: alayaflow-0.1.15-py3-none-any.whl
- Upload date:
- Size: 60.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b802a15d6ad18c0877e623387a348d2be7b449706a1a816faff29442b1d909a
|
|
| MD5 |
e082240576a65d2e05b60ed325a23b2f
|
|
| BLAKE2b-256 |
6f2f2a7ed943b25dadc600b3bb6ec3c93092baed6d1f0cb360a742d722a37de2
|