#111 · Primary category: LLM Application Frameworks
dynamiq
Dynamiq is an orchestration framework for agentic AI and LLM applications
Project last updated:08/28/26
GitHub Stars
1.1K
Forks
133
Contributors
20
License
Apache-2.0
Why we included this project
If you're assembling multi-step LLM workflows and want to avoid hand-wiring every call, this Python framework is worth a look. It treats agents, tools, and model calls as nodes you can connect into sequential or parallel flows, so a RAG pipeline or a ReAct-style agent with a code interpreter becomes configuration rather than plumbing. The framework takes care of the boring parts: passing outputs between dependent steps and limiting how many loops an agent can run. The examples show common patterns quickly, from a single translation call to two agents sharing a pipeline, which makes it a practical starting point before you commit to a heavier platform. It suits developers comfortable with Python who manage their own API keys, and the workflow abstraction also offers a way to standardize internal AI wiring.
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