feat: add lda report workflow example

This commit is contained in:
lda
2026-07-01 07:14:25 +07:00 Verified
parent 9e313cd5d0
commit 7bdfa3132d
18 changed files with 1610 additions and 2 deletions
@@ -0,0 +1,39 @@
{
"server": {
"store": {
"kind": "filesystem",
"root": ".wf_lda_report_store"
},
"transports": [
{
"kind": "rpc_http",
"host": "127.0.0.1",
"port": 8765,
"path": "/rpc"
}
],
"sources": [
{
"id": "local.lda_docs",
"kind": "python",
"path": ".",
"module": "document_source",
"registry": "registry"
},
{
"id": "local.lda_report",
"kind": "python",
"path": ".",
"module": "report_source",
"registry": "registry"
},
{
"id": "local.issue_board",
"kind": "python",
"path": ".",
"module": "issue_board_source",
"registry": "registry"
}
]
}
}