LICENSE
README.md
pyproject.toml
setup.py
sigmaflow/__init__.py
sigmaflow/cmd.py
sigmaflow/log.py
sigmaflow/manager.py
sigmaflow/pipe.py
sigmaflow/pipeline.py
sigmaflow/pipetree.py
sigmaflow/prompt.py
sigmaflow/utils.py
sigmaflow.egg-info/PKG-INFO
sigmaflow.egg-info/SOURCES.txt
sigmaflow.egg-info/dependency_links.txt
sigmaflow.egg-info/entry_points.txt
sigmaflow.egg-info/not-zip-safe
sigmaflow.egg-info/requires.txt
sigmaflow.egg-info/top_level.txt
sigmaflow/clients/__init__.py
sigmaflow/clients/llm_lmdeploy.py
sigmaflow/clients/llm_mlx.py
sigmaflow/clients/llm_mlx_batch.py
sigmaflow/clients/llm_ollama.py
sigmaflow/clients/llm_openai.py
sigmaflow/clients/llm_pulse.py
sigmaflow/clients/llm_torch.py
sigmaflow/clients/llm_vllm.py
sigmaflow/clients/rag_http.py
sigmaflow/clients/rag_json.py
sigmaflow/clients/search_bing.py
sigmaflow/server/__init__.py
sigmaflow/server/api.py
sigmaflow/server/constant.py
sigmaflow/server/main.py
sigmaflow/server/task.py
sigmaflow/server/workspace.py
test/test_manager.py