DocWeave / backend /app /workflow

Commit History

fix: resolve workflow linking on resume, update proposals auto-commit, and validation baseline rules
90c285f
Running

shak3008 commited on

fix: auto-commit used workspace_id as committed_by (FK violation)
a73e8a7

shak3008 commited on

fix: concurrency lock, full stage instrumentation, submission docs
5cc6ebf

shak3008 commited on

feat: improve knowledge extraction and wire knowledge labels
2c571d5

shak3008 commited on

fix: restore knowledge extraction and token tracking
1d1835b

shak3008 commited on

feat: multi-provider LLM (Ollama local + HuggingFace deployed + Groq), fix think-tag parsing, 15K batch
f651c7e

shak3008 commited on

fix: 5K char batch — Groq free tier strict payload limit
0579260

shak3008 commited on

restore: gpt-oss-120b model, 30K batch size, proper system prompt
7b98cec

shak3008 commited on

debug: reduce max_tokens to 2048, add request size logging
269a395

shak3008 commited on

fix: minimal prompt + 3K batch for Groq limits, optimistic delete in UI
65ce77f

shak3008 commited on

fix: switch to gpt-oss-20b (faster, larger limits), reduce batch to 8K
b58770e

shak3008 commited on

fix: reduce batch size to 20K chars for Groq free tier TPM limits
cb1f61f

shak3008 commited on

fix: resolve LLM context limits and tool-calling errors using Qwen JSON batching
a213c70

shak3008 commited on

feat: batch knowledge extraction — processes all sections sequentially, no data loss
7149810

shak3008 commited on

refactor: knowledge extraction uses native JSON mode, no tool calling, 50K char buffer
aeb9996

shak3008 commited on

fix: reduce prompt size aggressively (6K cap, 4K retry, 3K fallback) for Groq limits
e3a463d

shak3008 commited on

fix: cap knowledge extraction prompt to 12K chars, reduce retry to 3 sections
50b1f20

shak3008 commited on

fix: remove unsupported JsonPlusSerializer kwarg for deployed langgraph version
d797968

shak3008 commited on

restore: revert deployment hacks, back to clean local-first state with Docker for HF Pro
f03a042

shak3008 commited on

feat: HF Pro Docker deployment - full stack in one container
a260d6f

shak3008 commited on

fix: lazy-load torch/sentence-transformers to avoid OOM on 512MB
b2334b3

shak3008 commited on

feat: retry failed docs, graceful shutdown, optimistic approve, timeline fix, dashboard latest workflow
37e137f

shak3008 commited on

fix: auto-approve handles empty decision + debug logging in complete node
ab3cce8

shak3008 commited on

feat: auto-resume orphaned workflows on server restart + cancel button
f5a034b

shak3008 commited on

feat: live stage progression during workflow execution
3ec36d7

shak3008 commited on

fix: capture token counts from LLM using include_raw=True
4431635

shak3008 commited on

fix: persist run metrics to database so they survive server restarts
a6f082f

shak3008 commited on

feat: workflow visualization, knowledge detail, fixtures, restart test, demo docs
b8bddd1

shak3008 commited on

feat: end-to-end cost tracking with frontend metrics panel
b53b3e8

shak3008 commited on

feat: upgrade to GPT OSS 120B + rewrite extraction prompt
dec40ab

shak3008 commited on

feat: auto-approve on CONTINUE path + improved knowledge cards
8f7eb4f

shak3008 commited on

feat: complete end-to-end platform with all standout behaviors
fcacf10

shak3008 commited on

feat: add human review approval gate and workflow resume
0868c75

shak3008 commited on

Add validation-driven workflow decisions
d1644cd

shak3008 commited on

feat: add durable workflows, proposal review, and frontend foundation
9308228

shak3008 commited on

Add document chunk embeddings to workflow
93def79

shak3008 commited on

feat: build document intelligence workflow
af21975

shak3008 commited on

feat: add LLM-powered knowledge extraction workflow
e2532ee

shak3008 commited on

Build workflow execution foundation
34c89e2

shak3008 commited on

Initial project foundation
f1aecd4

shak3008 commited on