Anish Sarkar
|
5bdf8a0c31
|
test(web): extend Composio Drive journey to assert chat retrieval
|
2026-05-06 21:36:47 +05:30 |
|
Anish Sarkar
|
dedccd5c1c
|
test(web): add chat-stream helper, thread fixture, and smoke spec
|
2026-05-06 21:36:33 +05:30 |
|
Anish Sarkar
|
55c33ca1c8
|
test(backend): add deterministic chat fake LLM
|
2026-05-06 21:35:57 +05:30 |
|
Anish Sarkar
|
8536bac29a
|
test(backend): enhance Drive file filtering and add unit tests for _drive_list_files
|
2026-05-06 17:58:58 +05:30 |
|
Anish Sarkar
|
074b06441f
|
test(web): add Composio Drive E2E user journey
|
2026-05-06 17:22:37 +05:30 |
|
Anish Sarkar
|
ae0caad292
|
test(web): add shared Playwright E2E helpers and search-space fixture
|
2026-05-06 17:21:40 +05:30 |
|
Anish Sarkar
|
a2976ee0b6
|
test(web): move dashboard tracer-bullet into smoke/ and harden Playwright config
|
2026-05-06 17:20:14 +05:30 |
|
Anish Sarkar
|
87dd5af259
|
test(backend): add Composio route integration tests
|
2026-05-06 17:19:32 +05:30 |
|
Anish Sarkar
|
d4f806f134
|
test(backend): add OAuth state security unit tests
|
2026-05-06 17:18:31 +05:30 |
|
Anish Sarkar
|
ba12bd3dc6
|
test(backend): add Composio strict SDK fake with Drive fixtures
|
2026-05-06 17:18:13 +05:30 |
|
Anish Sarkar
|
58ba95fad2
|
test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes)
|
2026-05-06 17:17:42 +05:30 |
|
Anish Sarkar
|
c720866a67
|
chore(backend): exclude tests/ from production Docker image
|
2026-05-06 17:16:22 +05:30 |
|
Rohan Verma
|
83ee58016e
|
Merge pull request #1352 from MODSetter/dev
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
feat: Add multi-agent orchestration
|
2026-05-05 19:28:28 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
499c6be099
|
feat: bumped version to 0.0.23
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
|
2026-05-05 19:21:43 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
a2ad697a29
|
feat(next.config): enable remote SVG support with enhanced content security policy
|
2026-05-05 19:13:38 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
0654662d29
|
refactor(plate-editor): replace markdown deserialization with safeDeserializeMarkdown utility
|
2026-05-05 19:10:35 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
5e87a7a251
|
fix: composio tool calls in composio connectors
|
2026-05-05 18:57:10 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
4e174f17f2
|
chore: linting
|
2026-05-05 17:08:34 -07:00 |
|
Rohan Verma
|
489dd0aa52
|
Merge pull request #1348 from guangyang1206/feat/document-chunker-table-aware-hybrid-1334
feat(chunker): add table-aware chunk_text_hybrid to prevent mid-row table splits
|
2026-05-05 16:23:39 -07:00 |
|
Rohan Verma
|
a4fc812b85
|
Merge pull request #1351 from CREDO23/feature/multi-agent
[Improvement] Modular middleware stack + agent/prompt caching + subagent resilience + unit tests
|
2026-05-05 16:21:48 -07:00 |
|
CREDO23
|
a421e7d792
|
fix(multi-agent): degrade to builtins-only when MCP or subagent registry build fails
|
2026-05-05 23:42:11 +02:00 |
|
CREDO23
|
3cb2c3056e
|
fix(stream): route every agent (re)build through one helper to prevent factory drift
|
2026-05-05 23:35:23 +02:00 |
|
CREDO23
|
657c31fdf4
|
refactor(stream): rename multi-agent factory alias for clarity
|
2026-05-05 23:01:24 +02:00 |
|
CREDO23
|
a3c3db2a18
|
test(multi-agent): pin first-wins assumption on pending subagent interrupts
|
2026-05-05 22:57:35 +02:00 |
|
CREDO23
|
997d860790
|
fix(multi-agent): defensive message extraction on subagent task return
|
2026-05-05 22:52:03 +02:00 |
|
CREDO23
|
07a84d1a41
|
fix(multi-agent): cache compiled agent graph keyed on per-request inputs
|
2026-05-05 22:50:02 +02:00 |
|
CREDO23
|
c8ed70a26c
|
fix(multi-agent): layer per-thread prompt cache key onto LLM at agent build
|
2026-05-05 22:30:08 +02:00 |
|
CREDO23
|
744ad92971
|
chore(multi-agent): demote subagent registry listing log to debug
|
2026-05-05 22:23:17 +02:00 |
|
CREDO23
|
bba5fb1db8
|
fix(multi-agent): fail closed when connector discovery raises
|
2026-05-05 22:22:57 +02:00 |
|
CREDO23
|
73272ce348
|
refactor(multi-agent): switch compile graph to new orchestrator and drop deepagent_stack
|
2026-05-05 20:55:38 +02:00 |
|
CREDO23
|
5abae09435
|
refactor(multi-agent): add slimmed orchestrator at middleware/stack.py
|
2026-05-05 20:55:03 +02:00 |
|
CREDO23
|
7690e8b278
|
refactor(multi-agent): relocate general-purpose subagent next to other builtins
|
2026-05-05 20:54:45 +02:00 |
|
CREDO23
|
611fef8666
|
refactor(multi-agent): add subagent extras builder and drop filesystem from registry subagents
|
2026-05-05 20:54:27 +02:00 |
|
CREDO23
|
b0ee44b2f1
|
refactor(multi-agent): add main-agent safety and llm-shaping middleware factories
|
2026-05-05 20:54:13 +02:00 |
|
CREDO23
|
390dc9307f
|
refactor(multi-agent): add main-agent knowledge middleware factories
|
2026-05-05 20:53:59 +02:00 |
|
CREDO23
|
6a4dacda72
|
refactor(multi-agent): add main-agent observability and lifecycle middleware factories
|
2026-05-05 20:53:49 +02:00 |
|
CREDO23
|
67036448f9
|
refactor(multi-agent): add shared middleware factory per concept
|
2026-05-05 20:51:17 +02:00 |
|
CREDO23
|
91701bb49a
|
refactor(multi-agent): split shared resilience bundle into per-concept files
|
2026-05-05 20:51:02 +02:00 |
|
CREDO23
|
a6df944247
|
refactor(multi-agent): introduce shared flags helper and permissions package
|
2026-05-05 20:49:47 +02:00 |
|
Anish Sarkar
|
e5ae97af55
|
Merge remote-tracking branch 'upstream/dev' into feat/e2e-testing
|
2026-05-05 23:27:14 +05:30 |
|
CREDO23
|
9a4ee5d16b
|
chore: trim narrative comments and docstrings
|
2026-05-05 18:27:46 +02:00 |
|
CREDO23
|
309c695531
|
feat(multi-agent): cap subagent model and tool call counts
|
2026-05-05 18:16:00 +02:00 |
|
CREDO23
|
b394dc71c7
|
feat(multi-agent): extend model fallback to general-purpose subagent
|
2026-05-05 18:12:38 +02:00 |
|
CREDO23
|
1745d7dccf
|
feat(middleware): scope model fallback to provider/network errors only
|
2026-05-05 18:04:47 +02:00 |
|
CREDO23
|
f695298d30
|
feat(multi-agent): wire model fallback and retry into subagent middleware
|
2026-05-05 17:39:27 +02:00 |
|
CREDO23
|
fa6f3015a9
|
test(hitl): regression net for bundle decision shape preservation
|
2026-05-05 17:19:39 +02:00 |
|
CREDO23
|
0c55635603
|
test(hitl): regression net for fail-loud guard on missing resume value
|
2026-05-05 17:15:28 +02:00 |
|
CREDO23
|
681895d28d
|
test(hitl): regression net for end-to-end resume bridge dispatch
|
2026-05-05 17:13:13 +02:00 |
|
CREDO23
|
102f77ab7f
|
test(hitl): regression net for surfsense_resume_value pop-on-read
|
2026-05-05 17:04:19 +02:00 |
|
CREDO23
|
e74fce4166
|
Merge branch 'dev' into feature/multi-agent
|
2026-05-05 16:48:11 +02:00 |
|