https://github.com/digitranslab/dblock
π₯ π₯ π₯ dblock - Agentic Data Workflow Orchestrator
https://github.com/digitranslab/dblock
ai ai-agents ai-workflows data-science llm workflow
Last synced: 4 months ago
JSON representation
π₯ π₯ π₯ dblock - Agentic Data Workflow Orchestrator
- Host: GitHub
- URL: https://github.com/digitranslab/dblock
- Owner: digitranslab
- License: mit
- Created: 2025-02-11T09:05:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-09T07:47:29.000Z (5 months ago)
- Last Synced: 2026-02-14T21:48:33.440Z (5 months ago)
- Topics: ai, ai-agents, ai-workflows, data-science, llm, workflow
- Language: Python
- Homepage:
- Size: 209 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
DBlock is a low-code app builder for RAG and multi-agent AI applications. Itβs Python-based and agnostic to any model, API, or database.
## β¨ Core features
1. **Python-based** and agnostic to models, APIs, data sources, or databases.
2. **Visual IDE** for drag-and-drop building and testing of workflows.
3. **Playground** to immediately test and iterate workflows with step-by-step control.
4. **Multi-agent** orchestration and conversation management and retrieval.
6. **Publish as an API** or export as a Python application.
7. **Observability** with LangSmith, LangFuse, or LangWatch integration.
9. **Customize workflows** or create flows entirely just using Python.
10. **Ecosystem integrations** as reusable components for any model, API or database.
## π¦ Quickstart
- **Install with uv (recommended)** (Python 3.10 to 3.12):
```shell
uv pip install dblock
```
- **Install with pip** (Python 3.10 to 3.12):
```shell
pip install dblock
```