#77 · Primary category: LLM Application Frameworks
llm-workflow-engine
Power CLI and Workflow manager for LLMs (core package)
Project last updated:08/14/26
GitHub Stars
3.7K
Forks
468
Contributors
26
License
MIT
Why we included this project
For anyone who does real work with OpenAI models from a terminal, LWE replaces the tab-and-refresh loop of a chat web page with an actual command-line tool. It wraps ChatGPT and GPT-4 into an interactive shell where you can pick up old conversations, adjust model parameters, and then step out into a Python library when you want the same behavior inside your own scripts. The workflow side is the part worth looking at: prompts become reusable templates that chain into multi-step pipelines, and provider plugins extend it to Cohere, Hugging Face, and others. Teams that want one consistent way to prompt and orchestrate LLM calls get a solid base without hand-rolling every API request. Tool use, a plugin architecture, and an experimental Docker image round it out for people who plan to extend it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform