Commit graph

  • dba5cf6132
    Merge 901c72cdcc into 26a504f137 Anish Sarkar 2026-06-07 17:53:23 +05:30
  • 901c72cdcc feat(onboarding): implement onboarding completion check utility Anish Sarkar 2026-06-07 17:53:18 +05:30
  • 39bc903eab refactor(api): replace backend URL constant with dynamic function for improved flexibility Anish Sarkar 2026-06-07 17:05:14 +05:30
  • 8e32df4496 refactor(docker): rename tag_release job to compute_version in Docker build workflow Anish Sarkar 2026-06-07 12:14:18 +05:30
  • b254ef32e2 feat(docker): integrate HF_TOKEN secret into Docker build process Anish Sarkar 2026-06-07 12:06:34 +05:30
  • 6ebee03931 feat(docker): enhance Docker build workflow for version tagging and release identification Anish Sarkar 2026-06-07 11:50:32 +05:30
  • 4c1b8fc315 feat(docker): enhance Docker build workflow with commit SHA output and digest verification Anish Sarkar 2026-06-07 11:41:26 +05:30
  • f5289b38b9 Merge remote-tracking branch 'upstream/dev' into feat/docker-optimization Anish Sarkar 2026-06-06 19:09:38 +05:30
  • 4e00f24a03 feat(docker): add ZERO_AUTO_RESET configuration for improved replication safety Anish Sarkar 2026-06-06 14:21:14 +05:30
  • 26a504f137
    Merge pull request #1471 from CREDO23/improvement-code-organization dev Rohan Verma 2026-06-05 16:06:51 -07:00
  • 952ebeea72
    Merge pull request #1470 from AnishSarkar22/fix/platejs-pagination Rohan Verma 2026-06-05 16:06:38 -07:00
  • 19fabaf011 feat(docker): enhance banner display to installation scripts Anish Sarkar 2026-06-06 01:49:41 +05:30
  • 4bfa04ed57 feat(docker): add interactive Watchtower update preference to installation scripts Anish Sarkar 2026-06-06 01:45:27 +05:30
  • f56e2325b0 docs(docker): enhance GPU installation instructions and update script behavior Anish Sarkar 2026-06-06 01:15:25 +05:30
  • c5afce3873 feat(docker): add GPU support and enhance installation scripts Anish Sarkar 2026-06-06 01:15:04 +05:30
  • 7e4077d67a chore(docker): remove commented-out flower service from Docker Compose files Anish Sarkar 2026-06-06 00:45:56 +05:30
  • c1ee5fabf9 feat(docker): enhance multi-architecture and CUDA support in Docker workflows Anish Sarkar 2026-06-05 23:39:42 +05:30
  • 3259e41d6b chore(uv.lock): update dependency resolution for CUDA 12.6 Anish Sarkar 2026-06-05 23:32:30 +05:30
  • 53a3920a82 fix(e2e): load .env after harness env defaults CREDO23 2026-06-05 19:24:26 +02:00
  • 8bdfd00a15 Merge upstream/dev CREDO23 2026-06-05 19:18:12 +02:00
  • f0ef3c02ac feat(pyproject): add support for CUDA 12.6 in optional dependencies Anish Sarkar 2026-06-05 22:25:32 +05:30
  • 52ff304d64 fix(e2e): delegate connector work via task in fake LLM CREDO23 2026-06-05 18:49:57 +02:00
  • bfadde93b7 fix(e2e): call .unique() when minting test token CREDO23 2026-06-05 18:17:11 +02:00
  • 6972356c86 feat(docker): enhance CUDA support in Dockerfile and pyproject.toml Anish Sarkar 2026-06-05 21:46:09 +05:30
  • a3d05f6418 docs(agents): tighten docstrings and comments across agent module CREDO23 2026-06-05 17:39:38 +02:00
  • 620c378254 fix(notifications): break db <-> notifications.persistence circular import CREDO23 2026-06-05 16:52:14 +02:00
  • 88fe213176 refactor(agents): extract subagent-invocation contract to subagents/shared CREDO23 2026-06-05 14:18:44 +02:00
  • 490bb3c5c5 refactor(agents): extract shared Google OAuth helper from gmail connector CREDO23 2026-06-05 14:14:32 +02:00
  • 0081b627e9 refactor(agents): move kb_persistence middleware into main_agent (owner) CREDO23 2026-06-05 14:11:55 +02:00
  • a7a642fedc refactor(agents): move busy_mutex middleware into main_agent (owner) CREDO23 2026-06-05 14:08:45 +02:00
  • 6b1da64182 refactor(agents): move memory middleware into main_agent (owner) CREDO23 2026-06-05 14:06:54 +02:00
  • 1a52166145 refactor(agents): place subagent middleware-stack by primary-built-for CREDO23 2026-06-05 13:43:02 +02:00
  • 57f11700c7 refactor(agents): hoist subagent middleware-stack recipe into main_agent CREDO23 2026-06-05 13:32:06 +02:00
  • 84b775c0ac refactor(agents): unify permissions into one vertical-slice package CREDO23 2026-06-05 13:29:48 +02:00
  • f2a61bc0ef refactor(agents): consolidate chat runtime infra under chat/runtime CREDO23 2026-06-05 13:19:24 +02:00
  • 7d866a2279 refactor(agents): sink sandbox.py into filesystem subsystem CREDO23 2026-06-05 13:15:57 +02:00
  • 24b62a63b4 refactor(agents): introduce chat/ category; dissolve top-level agents/shared CREDO23 2026-06-05 12:54:02 +02:00
  • d59bb2b5aa refactor(agents): evict mac-only tools/middleware from shared kernel CREDO23 2026-06-05 12:50:46 +02:00
  • b7ea829371 refactor(agents): relocate boundary-only infra out of shared/ CREDO23 2026-06-05 12:36:44 +02:00
  • 82c5dc5b02 refactor(agents): move mac-only modules out of the cross-agent shared kernel CREDO23 2026-06-05 12:30:15 +02:00
  • c0c4f57f5d refactor(agents): delete dead PermissionMiddleware twin in shared kernel CREDO23 2026-06-05 12:10:08 +02:00
  • 8ae190a11d refactor(agents): move MAC middleware impls out of shared kernel CREDO23 2026-06-05 12:04:31 +02:00
  • f19f31e51c refactor(editor): remove truncation logic and related properties from editor content response Anish Sarkar 2026-06-05 15:32:26 +05:30
  • 9493519c61 refactor(agents): colocate 8 main-agent-only middleware as per-concept folders CREDO23 2026-06-05 11:42:58 +02:00
  • 640238e1af feat(editor): increase editor byte limit to 5MB and implement UTF-8 truncation for document content Anish Sarkar 2026-06-05 14:57:52 +05:30
  • fbd5ccc35a refactor(agents): split dedup_tool_calls; move HITL middleware to main_agent CREDO23 2026-06-05 11:17:44 +02:00
  • afa51e97cf refactor(agents): delete dead single-agent-only middleware CREDO23 2026-06-05 11:15:13 +02:00
  • 21509e7eca refactor(agents): group filesystem backends under filesystem/backends/ CREDO23 2026-06-05 11:02:26 +02:00
  • f615d6b530 refactor(agents): relocate remaining MAC-only kernel (permissions, deliverable_wait) CREDO23 2026-06-05 10:58:49 +02:00
  • 714c5ffea9 refactor(agents): group tool-outcome receipts into multi_agent_chat/shared/receipts/ CREDO23 2026-06-05 10:56:37 +02:00
  • 1d2519730e refactor(agents): move MAC graph-state schema into multi_agent_chat/shared/state/ CREDO23 2026-06-05 10:54:15 +02:00
  • cf8a2d0759 feat(editor): implement viewer mode for large documents, switching between 'plate' and 'monaco' editors based on document size Anish Sarkar 2026-06-05 14:23:18 +05:30
  • 2db4ad479e refactor(agents): colocate KB-search tool with its sole consumer; fix report ImportError CREDO23 2026-06-05 10:28:56 +02:00
  • da8cb32e77 Merge remote-tracking branch 'upstream/dev' into feat/docker-optimization Anish Sarkar 2026-06-05 03:35:12 +05:30
  • c2b8b3ac5e
    Merge pull request #1467 from AnishSarkar22/feat/ui-fixes Rohan Verma 2026-06-04 13:55:50 -07:00
  • 54fc2d4619 chore(docker): comment out whatsapp-bridge service in docker-compose.yml Anish Sarkar 2026-06-05 02:24:14 +05:30
  • a7d7155039 refactor(agents): colocate main_agent-only kernel into main_agent/ CREDO23 2026-06-04 21:25:39 +02:00
  • c51aca6ccc refactor(agents): group MCP tools into shared/tools/mcp/ subpackage CREDO23 2026-06-04 20:35:38 +02:00
  • 8d0090c6a1 refactor(agents): delete deliverable dead twins in shared/tools; fix live image api_base bug CREDO23 2026-06-04 20:30:30 +02:00
  • 64512c604d refactor(agents): colocate gmail + calendar connector tools into subagent slices CREDO23 2026-06-04 20:09:37 +02:00
  • 70fb19890b refactor(agents): colocate google_drive connector tools into subagent slice CREDO23 2026-06-04 20:03:58 +02:00
  • 97ec27c786 refactor(agents): colocate onedrive connector tools into subagent slice CREDO23 2026-06-04 20:03:58 +02:00
  • 1a778883b3 refactor(agents): colocate dropbox connector tools into subagent slice CREDO23 2026-06-04 20:03:58 +02:00
  • 1b9c2820e8 refactor(agents): colocate teams connector tools into subagent slice CREDO23 2026-06-04 20:03:58 +02:00
  • c6525c4f52 refactor(agents): colocate discord connector tools into subagent slice CREDO23 2026-06-04 20:03:58 +02:00
  • 425e6e50a3 refactor(agents): colocate luma connector tools into subagent slice CREDO23 2026-06-04 20:02:19 +02:00
  • 4d02af2a53 refactor(agents): delete orphaned shared/tools connectors CREDO23 2026-06-04 19:55:31 +02:00
  • 003924062d refactor(agents): split tool registry into pure-data catalog, decouple connectors CREDO23 2026-06-04 19:43:50 +02:00
  • c3238d8840 refactor(agents): remove dead tool-building machinery from registry CREDO23 2026-06-04 19:24:17 +02:00
  • 66103c68f6 refactor(agents): colocate main-agent-only tools (scrape_webpage, update_memory) CREDO23 2026-06-04 19:10:48 +02:00
  • 482aefc32a refactor(agents): SRP main-agent tool registry, decoupled from BUILTIN_TOOLS CREDO23 2026-06-04 19:01:44 +02:00
  • 3c82200e89 chore(docker): comment out otel-collector service in docker-compose.yml Anish Sarkar 2026-06-04 22:29:39 +05:30
  • add9e14694 refactor(agents): colocate middleware into vertical slices CREDO23 2026-06-04 18:13:47 +02:00
  • 9c845d562e refactor(agents): colocate main-agent middleware under main_agent/ slice CREDO23 2026-06-04 18:03:49 +02:00
  • 1acde6a470 test(agents): cover live filesystem middleware, retire dead twin CREDO23 2026-06-04 17:46:49 +02:00
  • f3484f5a24 test(e2e): dismiss new-user UI overlays in auth setup CREDO23 2026-06-04 17:03:26 +02:00
  • 08801fe3e8 feat(chat): implement chat tab synchronization and enhance thread activation with new hooks for improved navigation and metadata management Anish Sarkar 2026-06-04 18:16:33 +05:30
  • 5b45f78a16 refactor(chat): delete legacy stream_new_chat monolith (cutover complete) CREDO23 2026-06-04 14:35:45 +02:00
  • b9937cf4b1 refactor(chat): cut live chat streaming over to flows orchestrators (cutover) CREDO23 2026-06-04 14:24:18 +02:00
  • 8faa03889d docs(agents): refresh comments that referenced the deleted single-agent stack (bucket B6) CREDO23 2026-06-04 13:47:10 +02:00
  • 305a8fe7e6 refactor(config): remove dead MULTI_AGENT_CHAT_ENABLED flag (bucket B5) CREDO23 2026-06-04 13:44:02 +02:00
  • 14bbea0854 refactor(agents): delete single-agent stack + new_chat shim package (bucket B3/B4) CREDO23 2026-06-04 13:40:44 +02:00
  • 724bbd6deb refactor(agents): hardwire multi-agent as the only chat factory (bucket B1) CREDO23 2026-06-04 13:35:38 +02:00
  • 64d2ad6451 refactor(agents): promote anonymous_agent to its own anonymous_chat/ package (slice 8) CREDO23 2026-06-04 13:25:23 +02:00
  • a019f18d1c refactor(agents): move connector_searchable_types, agent_cache, system_prompt + prompts to app/agents/shared (slice 7b) CREDO23 2026-06-04 13:21:45 +02:00
  • 168c0d2f89 feat(chat): add cached thread prefetching for faster navigation Anish Sarkar 2026-06-04 16:46:45 +05:30
  • 13a96851ef refactor(agents): move skills/, plugins/, plugin_loader to app/agents/shared (slice 7) CREDO23 2026-06-04 13:16:22 +02:00
  • aab95b9130 refactor(agents): move tools package to app/agents/shared (slice 6) CREDO23 2026-06-04 13:11:56 +02:00
  • a7fde2a48e refactor(agents): move filesystem_backends to app/agents/shared (slice 5d) CREDO23 2026-06-04 13:03:15 +02:00
  • 227983a104 refactor(agents): move middleware package to app/agents/shared (slice 5c) CREDO23 2026-06-04 13:00:41 +02:00
  • 6f488d9564 refactor(agents): move checkpointer + mention_resolver to app/agents/shared (slice 5b) CREDO23 2026-06-04 12:52:54 +02:00
  • dcdf8f776b refactor(agents): move utils + document_xml to app/agents/shared (slice 5a) CREDO23 2026-06-04 12:50:38 +02:00
  • 946f8a8c5d refactor(agents): move llm_config + prompt_caching to app/agents/shared (slice 4b) CREDO23 2026-06-04 12:41:52 +02:00
  • 8fca2753aa refactor(agents): move permissions to app/agents/shared (slice 4a) CREDO23 2026-06-04 12:38:30 +02:00
  • 3efe51e6ec refactor(agents): move filesystem_state, path_resolver, sandbox to app/agents/shared (slice 3b) CREDO23 2026-06-04 12:34:28 +02:00
  • 1b536b8aee refactor(agents): move filesystem_selection to app/agents/shared (slice 3a) CREDO23 2026-06-04 12:28:20 +02:00
  • a975754e7d refactor(agents): move feature flags to app/agents/shared/feature_flags (slice 2b) CREDO23 2026-06-04 12:23:12 +02:00
  • 28b13ed25b refactor(agents): move context schema + state reducers to app/agents/shared (slice 2) CREDO23 2026-06-04 12:19:22 +02:00
  • 0354f73f29 refactor(agents): move error taxonomy to app/agents/shared/errors (slice 1) CREDO23 2026-06-04 12:13:55 +02:00
  • a4010a357f refactor: extract shared connector->searchable-type mapping out of chat_deepagent CREDO23 2026-06-04 12:05:17 +02:00