Commit Graph

792 Commits

Author SHA1 Message Date
朱潮
9bd40d9bd7 Merge branch 'feature/no_answer' into dev 2026-06-16 13:22:12 +08:00
朱潮
d8378fbb70 add no answer tag 2026-06-16 13:19:23 +08:00
朱潮
838111c0fe onrepm static hosting 2026-06-15 15:11:03 +08:00
朱潮
73042c57a6 add subagent_context_middleware 2026-06-12 15:56:26 +08:00
朱潮
e2827c6a47 add mainAgentHiddenTools 2026-06-12 11:03:30 +08:00
csh28
9a7d64bb59
Merge pull request #48 from sparticleinc/codex/remove-heavy-embedding-deps
[codex] Remove heavy embedding dependencies
2026-06-09 18:08:42 +08:00
csh28
f42a9e484a Remove heavy embedding dependencies 2026-06-09 08:56:31 +08:00
朱潮
cfb0babf2a Merge branch 'prod' of https://github.com/sparticleinc/catalog-agent into prod 2026-06-08 19:54:30 +08:00
朱潮
065403223d Merge branch 'dev' into developing 2026-06-08 19:44:11 +08:00
朱潮
fabb14c66a Merge branch 'feature/enable_redis' into dev
# Conflicts:
#	poetry.lock
2026-06-08 19:43:27 +08:00
朱潮
77079539c1 refactor: remove file-parsing knowledge-base pipeline and Huey queue
The local file-parsing pipeline (upload -> Huey async parse -> generate
projects/data/.../document.txt) is no longer needed: RAG retrieval runs
against the backend vector store and does not read the local parse output,
so removing this has zero impact on existing bot Q&A.

- Delete task_queue/ (Huey queue, consumer, tasks, task status store)
- Delete parsing utils: dataset_manager, single_file_processor,
  data_merger, project_manager
- Delete db_manager.py (only managed task_status.db)
- routes/files.py: keep only POST /api/v1/upload; drop all
  parse/queue/task endpoints
- routes/projects.py: drop /tasks endpoint and task_status import
- utils/__init__.py & api_models.py: remove exports/models for deleted
  modules and queue task models
- start_unified.py & start_all_optimized.sh: no longer launch the
  queue consumer
- Drop huey dependency (keep redis)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 19:40:58 +08:00
朱潮
e6b28818bf add REDIS_URL 2026-06-08 19:00:55 +08:00
朱潮
bb74aee41b add table-query 2026-06-07 08:58:22 +08:00
github-actions[bot]
88fa7cc05c
chore(.features): sync feature memory (auto) (#47)
Generated by sparticle-toolkit feature-memory-sync

Co-authored-by: Denya0529 <217564326+Denya0529@users.noreply.github.com>
2026-06-05 16:49:13 +00:00
朱潮
0983623a75 Merge branch 'developing' into dev 2026-06-05 14:53:31 +08:00
朱潮
ecf332add5 modify ag_retrieve 2026-06-05 14:49:54 +08:00
朱潮
b618cb12d2 add mineru 2026-06-05 14:35:17 +08:00
朱潮
22b9ad4877 Merge branch 'feature/mcp-ui' into developing 2026-06-03 19:43:02 +08:00
朱潮
0af1890493 Merge branch 'prod' of https://github.com/sparticleinc/catalog-agent into prod 2026-06-03 08:57:30 +08:00
朱潮
93e79f1a0e Merge branch 'staging' of https://github.com/sparticleinc/catalog-agent into staging 2026-06-02 21:13:07 +08:00
朱潮
66cde77117 Merge branch 'feature/fix_large_results_backend' into dev 2026-06-02 20:57:18 +08:00
朱潮
6bccd89e9a 在 agent/deep_assistant.py 把两个落盘 backend 改为 virtual_mode=True 修复 2026-06-02 20:56:43 +08:00
csh28
2f5a8e204c Merge branch 'staging' into prod 2026-06-01 22:54:56 +08:00
朱潮
1925de0355 add feature memory 2026-06-01 11:51:21 +08:00
github-actions[bot]
2205d830e1
chore(.features): sync feature memory (auto) (#43)
Generated by sparticle-toolkit feature-memory-sync

Co-authored-by: Denya0529 <217564326+Denya0529@users.noreply.github.com>
2026-05-29 17:13:19 +00:00
csh28
26fc9e5226
Merge pull request #42 from sparticleinc/codex/tool-metrics-for-agent-first-char-staging
Add tool call metrics middleware to staging
2026-05-29 18:22:37 +08:00
csh28
9f0ae25233 Add tool call metrics middleware 2026-05-29 18:22:36 +08:00
csh28
667054f39f
Merge pull request #41 from sparticleinc/codex/tool-metrics-for-agent-first-char
Add tool call metrics middleware
2026-05-29 11:22:41 +08:00
csh28
ecc2687f7b Add tool call metrics middleware 2026-05-29 11:10:31 +08:00
朱潮
5173ca13b4 merge 2026-05-28 22:15:26 +08:00
csh28
6ff9555e91
Merge pull request #38 from sparticleinc/hotfix/staging-local-embedding-dimensions
Hotfix: skip dimensions for local embedding model
2026-05-28 10:52:50 +08:00
csh28
c5dbabf558 Skip dimensions for local embedding model 2026-05-28 10:52:27 +08:00
csh28
63f1f836c4
Merge branch 'staging' into dev 2026-05-28 10:42:07 +08:00
csh28
0260663aa9
Merge pull request #34 from sparticleinc/fix/local-embedding-dimensions
Skip dimensions for local embedding model
2026-05-28 10:40:04 +08:00
csh28
8c4659f590 Skip dimensions for local embedding model 2026-05-28 10:39:21 +08:00
朱潮
be44c243fd Merge branch 'feature/mcp-ui' into staging 2026-05-28 09:55:30 +08:00
朱潮
091659d693 Merge branch 'developing' into staging 2026-05-28 09:55:22 +08:00
csh28
667fdb8a3b Merge branch 'staging' into prod 2026-05-26 22:18:02 +08:00
朱潮
f05bb34e1e Merge branch 'dev' of https://github.com/sparticleinc/catalog-agent into dev 2026-05-26 20:34:31 +08:00
朱潮
9a496b955c Merge branch 'feature/mcp-ui' into dev 2026-05-26 20:32:49 +08:00
朱潮
96585886f8 skill categroy 2026-05-26 20:32:41 +08:00
朱潮
022781b145 merge 2026-05-26 17:43:43 +08:00
朱潮
3ada55af40 merge 2026-05-26 17:43:12 +08:00
朱潮
203dcf4a4e skill category 2026-05-26 16:13:26 +08:00
csh28
fb5562f977 fix: align mem0 pgvector config with validation 2026-05-26 10:36:52 +08:00
朱潮
9d001c86fc add ecommerce-storefront 2026-05-23 13:53:10 +08:00
Denya0529
a4b32aad7f
Merge pull request #33 from sparticleinc/bot/feature-memory-sync
chore(.features): feature memory sync — monthly
2026-05-23 13:53:28 +09:00
Denya0529
68c2472d82 chore(.features): sync feature memory (auto)
Generated by sparticle-toolkit feature-memory-sync
2026-05-23 03:34:30 +00:00
csh28
1dd45107af fix: align mem0 pgvector config with validation 2026-05-22 11:28:23 +08:00
csh28
dc2a212f35 Merge branch 'optimize/docker-size-baseline' into dev 2026-05-22 10:59:43 +08:00