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.6.tar.gz
(289.7 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
alayaflow-0.1.6-py3-none-any.whl
(60.1 kB
view details)
File details
Details for the file alayaflow-0.1.6.tar.gz.
File metadata
- Download URL: alayaflow-0.1.6.tar.gz
- Upload date:
- Size: 289.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d598c68949b7849cdea6e17b00874b76f0e1bea776545a26d403e66e7d466a29
|
|
| MD5 |
6b90625087f631087e914a76bcedc480
|
|
| BLAKE2b-256 |
5e9b0259f898c2c93667005863ecebc91aa6e85fa6b85f1822bada6c9cea81ad
|
File details
Details for the file alayaflow-0.1.6-py3-none-any.whl.
File metadata
- Download URL: alayaflow-0.1.6-py3-none-any.whl
- Upload date:
- Size: 60.1 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 |
d669decc5bc28e79b5ff11cbe05a339641713020d5b5b9fc916d5bd35ca43750
|
|
| MD5 |
ceff01168c9654e43f42382254b2a389
|
|
| BLAKE2b-256 |
5fe8086558882c65537c9414208e162143a5615eec5ab61373cabd0b99bd8a9a
|