Skip to content

feat: add initial LightFlow workflow orchestration#55

Merged
wxai-space merged 5 commits into
mainfrom
codex/develop-v0.8.0-lightflow
Jun 2, 2026
Merged

feat: add initial LightFlow workflow orchestration#55
wxai-space merged 5 commits into
mainfrom
codex/develop-v0.8.0-lightflow

Conversation

@wxai-space

Copy link
Copy Markdown
Collaborator

Summary

  • add LightFlow for deterministic multi-step agent workflows with DAG dependencies
  • add step output passing, custom step queries, retries, structured flow results, and flow trace events
  • document LightFlow in README, README.zh-CN, FAQ, and docs/lightflow.md
  • bump package version to v0.8.0

Compatibility

  • keeps existing LightAgent.run() behavior unchanged
  • LightFlow uses non-streaming agent execution for the initial v0.8.0 scope

Tests

  • /Users/macpro/opt/anaconda3/envs/Langchain-Chatchat/bin/python -m compileall -q LightAgent tests/test_lightflow.py tests/test_v065_core.py tests/test_v070_tracing.py tests/test_memory_policy.py tests/test_guardrails.py tests/test_litellm_client.py
  • PYTHONPATH=. /Users/macpro/opt/anaconda3/envs/Langchain-Chatchat/bin/python -m pytest -q tests/test_lightflow.py tests/test_v065_core.py tests/test_v070_tracing.py tests/test_memory_policy.py tests/test_guardrails.py tests/test_litellm_client.py

@wxai-space wxai-space merged commit 73497b3 into main Jun 2, 2026
3 checks passed
@wxai-space wxai-space deleted the codex/develop-v0.8.0-lightflow branch June 2, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant