|
1 | | -<section class="df-hero" markdown> |
| 1 | +--- |
| 2 | +hide: |
| 3 | + - navigation |
| 4 | + - toc |
| 5 | + - edit |
| 6 | +--- |
2 | 7 |
|
3 | | -# Welcome to DataFoundry |
| 8 | +<div class="df-home" markdown> |
4 | 9 |
|
5 | | -DataFoundry is a governed data-agent workbench for enterprise data tasks. It turns natural-language analysis into schema-aware, read-only, replayable workflows with audit-grade evidence. |
| 10 | +<section class="df-home-hero" markdown> |
| 11 | + |
| 12 | +<p class="df-kicker">Open-source data agent workbench</p> |
| 13 | + |
| 14 | +# DataFoundry |
| 15 | + |
| 16 | +Governed data-agent workflows for enterprise data tasks. Turn natural-language analysis into schema-aware, read-only, replayable work with audit-grade evidence. |
6 | 17 |
|
7 | 18 | <div class="df-actions" markdown> |
8 | | -[English documentation](en/index.md){ .df-button .df-button-primary } |
9 | | -[简体中文文档](zh/index.md){ .df-button } |
10 | | -[Quick start](en/quick-start.md){ .df-button } |
| 19 | +[Quick start](en/quick-start.md){ .df-button .df-button-primary } |
| 20 | +[Read docs](en/index.md){ .df-button } |
11 | 21 | [GitHub](https://github.com/datagallery-lab/datafoundry){ .df-button } |
12 | 22 | </div> |
13 | 23 |
|
14 | 24 | </section> |
15 | 25 |
|
| 26 | +<figure class="df-home-shot" markdown> |
16 | 27 | { .df-shot } |
| 28 | +<figcaption>Web workbench, terminal workflow, and backend runtime share one governed task model.</figcaption> |
| 29 | +</figure> |
| 30 | + |
| 31 | +<section class="df-proof-grid" markdown> |
| 32 | + |
| 33 | +<div class="df-proof" markdown> |
| 34 | +### Governed Execution |
| 35 | +Schema inspection, datasource policy, read-only SQL, row limits, masking, and audit stay behind the Data Gateway. |
| 36 | +</div> |
| 37 | + |
| 38 | +<div class="df-proof" markdown> |
| 39 | +### Replayable Work |
| 40 | +Web, TUI, and API clients consume the same run state, event stream, artifacts, and task history. |
| 41 | +</div> |
| 42 | + |
| 43 | +<div class="df-proof" markdown> |
| 44 | +### Unified Context |
| 45 | +Files, knowledge, skills, tools, memory, and datasource choices are compiled under backend policy. |
| 46 | +</div> |
17 | 47 |
|
18 | | -## Start here |
| 48 | +</section> |
19 | 49 |
|
20 | | -<div class="df-grid" markdown> |
| 50 | +## Start with the right path |
| 51 | + |
| 52 | +<div class="df-grid df-route-grid" markdown> |
21 | 53 |
|
22 | 54 | <div class="df-card" markdown> |
23 | | -### User Guide |
24 | | -Run DataFoundry locally, connect data sources, and use the Web workbench or TUI. |
| 55 | +### Try locally |
| 56 | +Run the workbench and ask your first question against the built-in DuckDB demo. |
25 | 57 |
|
26 | | -[Open guide](en/overview.md) |
| 58 | +[Quick start](en/quick-start.md) |
27 | 59 | </div> |
28 | 60 |
|
29 | 61 | <div class="df-card" markdown> |
30 | | -### Developer Guide |
31 | | -Understand the runtime architecture, security boundaries, and integration surface. |
| 62 | +### Understand the system |
| 63 | +Review the runtime, security boundary, and Data Gateway architecture. |
32 | 64 |
|
33 | | -[Read architecture](en/architecture/overview.md) |
| 65 | +[Architecture](en/architecture/overview.md) |
34 | 66 | </div> |
35 | 67 |
|
36 | 68 | <div class="df-card" markdown> |
37 | | -### API Reference |
| 69 | +### Integrate APIs |
38 | 70 | Use REST configuration APIs and the Agent Runtime / AG-UI entry point. |
39 | 71 |
|
40 | | -[Browse APIs](en/reference/rest-api.md) |
| 72 | +[API reference](en/reference/rest-api.md) |
41 | 73 | </div> |
42 | 74 |
|
43 | 75 | </div> |
44 | 76 |
|
45 | | -## Why DataFoundry |
46 | | - |
47 | | -- **Schema-first analysis**: the agent inspects datasource structure before controlled execution. |
48 | | -- **Read-only data boundary**: Data Gateway owns connection policy, SQL guards, limits, masking, and audit. |
49 | | -- **Replayable runs**: Web, TUI, and API clients share one event stream, task state, and artifact model. |
50 | | -- **Governed context**: files, knowledge, skills, tools, memory, and datasource selections are compiled under backend policy. |
| 77 | +</div> |
0 commit comments