Commit Graph

  • ab0b9cc0fb feat: worker job cancellation + out-of-process compute, batch/DB fixes main zhongqin 2026-09-22 08:23:48 +08:00
  • bb1604a8dc feat: worker execution model — IO/CPU pools, long-job heartbeats & timeouts zhongqin 2026-09-21 20:24:20 +08:00
  • a7c394284a feat: update docparse, add docparse node for knowledge base zhongqin 2026-09-21 15:17:22 +08:00
  • 6af11252c9 feat: improve docparse zhongqin 2026-09-21 10:54:11 +08:00
  • 0dd505a337 feat: docparse foundation module — async conversion/recognition services + usage ledger zhongqin 2026-09-21 09:11:39 +08:00
  • 17d75428d7 feat: docparse foundation — async conversion/recognition services + usage ledger + webhook zhongqin 2026-09-21 08:07:50 +08:00
  • f4faaed44c feat: async document conversion & image recognition services (+ssrf hardening) zhongqin 2026-09-20 13:07:58 +08:00
  • bebad4ddb0 feat: kb retrieval hardening + multi-engine parsing (mineru/paddleocr) + index viewer zhongqin 2026-09-19 06:29:24 +08:00
  • 83d338c48b feat: kb parse quality layer — gates, degraded badges, page anchors, kb parser engine registry + docreader engine zhongqin 2026-09-18 06:23:30 +08:00
  • e45c02a3d4 feat: kb per-KB model matrix + VLM image recognition zhongqin 2026-09-17 16:12:55 +08:00
  • b2d4fadb74 feat: kb rerank — per-KB config via the llm gateway zhongqin 2026-09-17 07:47:28 +08:00
  • 30dccb5a76 refactor: externalize agent/kb prompts + engine string protocol zhongqin 2026-09-17 06:28:25 +08:00
  • ca07becb5b feat: llm wallet billing hardening, redemption codes, admin wallet filters zhongqin 2026-09-16 23:34:05 +08:00
  • b2d6998bc2 feat: grouped model catalog + case-insensitive model names zhongqin 2026-09-16 13:55:03 +08:00
  • 59a81ecef1 feat: pin an agent to a specific upstream channel zhongqin 2026-09-16 09:16:14 +08:00
  • 947361ae7d feat: llm ops hardening — default models, ops stats, log archive, token cache, usage zhongqin 2026-09-14 15:38:42 +08:00
  • 0cfc1cc8df refactor: remove [ai] env connection config — llm gateway is the sole entry zhongqin 2026-09-13 07:31:40 +08:00
  • 0340277f2d feat: route kb chat (S1/S9/distill) through the llm gateway (design §10.2) zhongqin 2026-09-13 06:33:23 +08:00
  • 083aac2e39 feat: route kb embeddings through the llm gateway (design §10.2) zhongqin 2026-09-13 06:24:28 +08:00
  • ea94e9a888 feat: migrate agent turns onto llm gateway (design §10.2) zhongqin 2026-09-13 06:11:17 +08:00
  • 032f268aff feat: llm internal-call facade with dual-mode billing, migrate flows to gateway zhongqin 2026-09-13 05:20:06 +08:00
  • d85feebbc1 feat: llm support anthropic protocol zhongqin 2026-09-12 08:52:57 +08:00
  • d58c5cb10e feat: add llm async task, support anthropic protocol zhongqin 2026-09-12 06:09:48 +08:00
  • 0d87f4b302 feat: llm support multimodal services zhongqin 2026-09-12 03:26:12 +08:00
  • 15f7ed3f48 feat: improve llm logic zhongqin 2026-09-11 20:00:41 +08:00
  • ec8192a263 feat: redesign llm gateway price model zhongqin 2026-09-11 17:30:56 +08:00
  • 7a510fecb7 feat: add llm gateway, provide APIs for internal services and external transfers zhongqin 2026-09-11 08:10:38 +08:00
  • bddc8a5217 feat: improve knowledge bases logic zhongqin 2026-09-10 20:03:20 +08:00
  • f7db95dcbb feat: Agent integrated knowledge base zhongqin 2026-09-09 17:45:52 +08:00
  • 411edc0c3c feat: improve knowledge bases, zhongqin 2026-09-09 10:35:33 +08:00
  • 93d4298cce feat: add knowledge base (RAG) subsystem — vector layer, ingest, QA pipeline, wiki distillation, FAQ sedimentation zhongqin 2026-09-08 13:07:21 +08:00
  • 0d95507627 feat: add skills api zhongqin 2026-09-08 09:24:05 +08:00
  • 66323aa519 feat: update await node, add transform node zhongqin 2026-09-07 23:59:14 +08:00
  • 076e42956d feat: add http node, database node zhongqin 2026-09-07 17:26:18 +08:00
  • 1034d0b5ab feat: add llm flow node zhongqin 2026-09-07 10:36:28 +08:00
  • 47354ca846 feat(agent): MCP client (stdio + streamable-HTTP JSON mode) with per-server timeout & response cap zhongqin 2026-09-04 19:04:47 +08:00
  • ee021be690 feat(agent): per-user memory isolation — owner_id→user_id + user-scoped memory tiers zhongqin 2026-09-04 17:14:12 +08:00
  • eae3fcbd25 feat: daily memory zhongqin 2026-09-04 16:57:05 +08:00
  • 9910956023 feat(agent): memory tiers — pinned protection + selective consolidation to Core zhongqin 2026-09-04 16:37:17 +08:00
  • f1432fb957 feat(agent): context windowing — model-window budget, whole-turn LLM fold, canonical context:summary row, manual compact, reactive overflow fallback, expose cache_read/write usage (OpenAI/DeepSeek) + mini-epoch rebuild attribution; add cache & epoch smoke scripts zhongqin 2026-09-04 14:38:30 +08:00
  • a4b83e0dc2 feat(agent): memory tiers — heuristic importance + zeroclaw budget eviction, per-turn hygiene. transcript context window — fold oldest turns to LLM summary (meta.ctx, default off) zhongqin 2026-09-04 11:21:28 +08:00
  • 39b8d139ee feat(agent): gated run_shell with deny-list policy + sandboxed run_code polish , managed file tools over VirtualFs (tenant workspace) zhongqin 2026-09-04 09:46:51 +08:00
  • 59e87ad4b8 feat(agent): admin GET /agents/{id}/usage — daily turn:meta aggregation zhongqin 2026-09-04 08:16:26 +08:00
  • d4da1084cb feat(agent): skills pipeline — import CLI, PATCH agent, skill__tool composed, search_posts, turn observability & broadcast zhongqin 2026-09-04 07:49:26 +08:00
  • 86400d4128 feat(agent): skills import CLI + search_posts + ai.turn EventBus broadcast + prompt budget observability zhongqin 2026-09-04 07:21:56 +08:00
  • abcf299d50 feat: add skills system zhongqin 2026-09-04 06:19:24 +08:00
  • 55c7ccca13 feat: improve agent detail zhongqin 2026-09-03 23:56:21 +08:00
  • 8b23d42205 feat: agent SSE turns w/ cancellation, prompt versioning, worker agent_run zhongqin 2026-09-03 23:43:19 +08:00
  • 419722a878 feat: complete agent MVP zhongqin 2026-09-03 22:38:31 +08:00
  • 1db444b23b feat: add agent memory zhongqin 2026-09-03 20:29:01 +08:00
  • 7358d15b5d feat: Design a General-Purpose Agent Architecture zhongqin 2026-09-03 20:06:51 +08:00
  • e2dbe494ba feat: improve flows logic zhongqin 2026-09-03 16:56:11 +08:00
  • b568a4bd2e feat: improve flows logic zhongqin 2026-09-03 11:54:36 +08:00
  • 840daaaac3 feat: redesign the flow engine, complete mvp zhongqin 2026-09-03 04:22:58 +08:00
  • 84cdadc47e feat: add integration egress signature zhongqin 2026-09-02 12:07:52 +08:00
  • b4e382bdfd feat: complete integration oauth egress zhongqin 2026-09-02 11:16:58 +08:00
  • e9be2e5c14 feat: improve integration Infrastructure, add more channels telegram discord zhongqin 2026-09-02 07:13:04 +08:00
  • 8c4dd94823 feat: improve chat app zhongqin 2026-09-01 23:07:36 +08:00
  • 5f499fcce3 feat: improve chat plugin zhongqin 2026-09-01 12:06:55 +08:00
  • e1379c1d58 feat:add presence infrastructure zhongqin 2026-09-01 09:23:25 +08:00
  • f7fc78f520 feat: improve integration and app bundle foundation zhongqin 2026-09-01 08:36:54 +08:00
  • 26122b24d6 feat: improve app bundle zhongqin 2026-08-30 16:58:55 +08:00
  • 224b95471b feat: integration imap, Implement the process of receiving emails zhongqin 2026-08-30 11:41:18 +08:00
  • 81fb530dfe feat: app bundle — .rafapp lifecycle platform zhongqin 2026-08-30 07:24:52 +08:00
  • 55c738f4e1 feat: integration verification layer — hmac encoding + wechat-aes decrypt verify, pipeline _headers injection for mapping (GitHub/Stripe header idempotency keys) zhongqin 2026-08-29 18:23:41 +08:00
  • 7eefc2e912 feat: integration feishu + dingtalk long-connection via generic pb-frame/dispatch + pre_connect + oauth-cc (real-world verified) zhongqin 2026-08-29 07:37:01 +08:00
  • 9cb1f47a40 feat: auto replace inegration zhongqin 2026-08-28 22:16:53 +08:00
  • 53a01a2484 feat: integration support.autoreply zhongqin 2026-08-28 20:19:44 +08:00
  • 291920559b test: add smoke integration zhongqin 2026-08-28 19:25:24 +08:00
  • 5b688b5bba feat(integration): declarative egress — api-clients, call_api, plugin callApi, cross-db fixes zhongqin 2026-08-28 17:02:39 +08:00
  • fea03d7bc4 feat: integration plane — inbound pipeline, retry/pull/replay, stream connectors, supervisor, telemetry batching, SSE & health zhongqin 2026-08-28 13:25:41 +08:00
  • 0329547e93 feat: integration plane P1 — inbound pipeline, retry, pull, replay, admin API, Integration Plane: unified third-party integration boundary zhongqin 2026-08-28 10:42:17 +08:00
  • 240d00a1fc feat: update csp , readme zhongqin 2026-08-21 22:55:29 +08:00
  • 7ddabeada6 release: v0.4.2 v0.4.2 zhongqin 2026-08-20 09:14:35 +08:00
  • a6a848e657 release v0.4.2 zhongqin 2026-08-20 09:14:28 +08:00
  • 4c501c437c release: v0.4.1 v0.4.1 zhongqin 2026-08-19 23:56:28 +08:00
  • 408d858c17 update adminui zhongqin 2026-08-19 23:56:21 +08:00
  • 5c62a98462 release: v0.4.0 v0.4.0 zhongqin 2026-08-19 22:36:31 +08:00
  • 0e7fb31807 feat: update ecommerce process zhongqin 2026-08-19 22:36:21 +08:00
  • be1738d29f refactor(types): type-driven SnowflakeId & Price across all layers zhongqin 2026-08-19 13:48:27 +08:00
  • 15db0fa2d1 chore(release-sdk): expect main as local branch zhongqin 2026-08-18 20:23:25 +08:00
  • 60ad68fc8d feat(cart): expose product_id (slug preferred) in cart items for storefront links zhongqin 2026-08-18 20:20:58 +08:00
  • dcf5233f20 release: v0.3.19 v0.3.19 zhongqin 2026-08-18 16:01:16 +08:00
  • bdaa6d4e48 improve ci process zhongqin 2026-08-18 16:01:08 +08:00
  • 2b1e75d298 release: v0.3.18 v0.3.18 zhongqin 2026-08-18 15:42:43 +08:00
  • 6d5f48724a update user permission zhongqin 2026-08-18 15:42:34 +08:00
  • 04e6537a8d update readme zhongqin 2026-08-18 11:27:10 +08:00
  • 3fad8e3e26 update readme zhongqin 2026-08-18 11:23:57 +08:00
  • f0d7928928 update readme zhongqin 2026-08-17 21:10:46 +08:00
  • 3933fe8743 update readme zhongqin 2026-08-17 21:09:11 +08:00
  • 28ecbd11b8 update readme zhongqin 2026-08-17 21:06:29 +08:00
  • d6620f904f update readme zhongqin 2026-08-17 20:40:04 +08:00
  • 7967f15f7c release: v0.3.17 zhongqin 2026-08-17 20:36:20 +08:00
  • e93f0646fa feat: improve app new command, update readme zhongqin 2026-08-17 20:36:10 +08:00
  • f2c3267de6 docker: use raw tags from resolved release tag for dispatch runs zhongqin 2026-08-15 06:02:27 +08:00
  • de21f3f98e fix docker workflow: clobber release downloads and pin metadata ref for dispatch runs zhongqin 2026-08-15 05:57:04 +08:00
  • 3a284b8d2d release: v0.3.16 v0.3.16 zhongqin 2026-08-14 12:23:57 +08:00
  • 6d1d154731 improve ci process zhongqin 2026-08-14 12:23:50 +08:00
  • adb9e7758d release: v0.3.15 v0.3.15 zhongqin 2026-08-14 11:47:33 +08:00
  • 7fdd1cd5c8 improve ci process zhongqin 2026-08-14 11:47:25 +08:00