Commit graph

7231 commits

Author SHA1 Message Date
CREDO23
87df0bb629 fix(web.discover): cap results to top_k 2026-07-02 19:40:37 +02:00
CREDO23
43893fc1f8 docs(plans): drop remaining intelligence_agent references 2026-07-02 19:05:45 +02:00
CREDO23
df09654db7 docs(plans): sync phase 4-7 state; rename to scraping subagent 2026-07-02 19:04:26 +02:00
CREDO23
9738392161 refactor(agents): rename intelligence_agent subagent to scraping 2026-07-02 18:59:34 +02:00
CREDO23
790507d107 feat(capabilities): meter captcha, truncate scrape, bound discover 2026-07-02 18:32:42 +02:00
CREDO23
88a94611c9 chore(docker): add isolated deps compose for watch e2e 2026-07-02 17:54:31 +02:00
CREDO23
18e2ad13ca test(automations): cover checkpointer cross-loop durability 2026-07-02 17:54:31 +02:00
CREDO23
f0c8d9ba5c test(chat): cover watch tools 2026-07-02 17:54:31 +02:00
CREDO23
f1ea60365c test(automations): cover watch rest routes 2026-07-02 17:54:31 +02:00
CREDO23
555dc3fcad test(automations): cover chat watch service 2026-07-02 17:54:31 +02:00
CREDO23
61412163fd test(automations): cover chat_message action 2026-07-02 17:54:31 +02:00
CREDO23
fecb4fa05e test(automations): add integration harness 2026-07-02 17:54:31 +02:00
CREDO23
3278f46585 fix(tasks): dispose checkpointer pool per celery task 2026-07-02 17:54:31 +02:00
CREDO23
896f38fba1 feat(chat): wire watch tools into intelligence agent 2026-07-02 17:54:31 +02:00
CREDO23
32d542f7a3 feat(chat): add stop and refresh watch tools 2026-07-02 17:54:31 +02:00
CREDO23
cf546b6821 feat(chat): add start_watch tool 2026-07-02 17:54:31 +02:00
CREDO23
c0c0b13029 feat(automations): add watch rest routes 2026-07-02 17:54:31 +02:00
CREDO23
2c9862c315 feat(automations): add chat watch service 2026-07-02 17:54:31 +02:00
CREDO23
b993bf31d9 feat(automations): add chat_message action 2026-07-02 17:54:31 +02:00
CREDO23
787efbc217 docs(plan): define phase 6 chat watch 2026-07-02 17:54:31 +02:00
CREDO23
899ac34bd3 docs(plan): align phase 7 with agent door billing 2026-07-02 00:17:28 +02:00
CREDO23
7ad83760b5 feat(chat): add intelligence_agent subagent over capability verbs 2026-07-02 00:17:22 +02:00
CREDO23
110beb4dd1 feat(chat): add web_scrape/web_discover tool emission handlers 2026-07-02 00:17:10 +02:00
CREDO23
de4b8ab6b0 feat(capabilities): generate agent tool door from registry 2026-07-02 00:17:01 +02:00
CREDO23
23802a74bb feat(capabilities): document verbs with descriptions and field docs 2026-07-02 00:16:55 +02:00
CREDO23
b1bd35c082 test(capabilities): cover REST door, meter-gate, and batch bounds 2026-07-01 17:53:42 +02:00
CREDO23
b1e49f21f2 feat(capabilities): mount capability REST routes 2026-07-01 17:53:42 +02:00
CREDO23
9c9ad97f8e feat(capabilities): generate REST door with per-workspace rate limit 2026-07-01 17:53:42 +02:00
CREDO23
c696829568 feat(capabilities): bound web.scrape batch and expose worst-case units 2026-07-01 17:53:42 +02:00
CREDO23
8fbfa5a6e1 feat(capabilities): add pre-flight meter-gate for billed verbs 2026-07-01 17:53:42 +02:00
CREDO23
f257e385db feat(capabilities): register web.discover verb 2026-07-01 17:08:58 +02:00
CREDO23
329bc63b6c feat(capabilities): add env-keyed searxng/linkup/baidu discover providers 2026-07-01 17:08:58 +02:00
CREDO23
adc39d1062 feat(config): add env keys for discover search providers 2026-07-01 17:08:58 +02:00
CREDO23
fa1055dd4c feat(capabilities): add web.discover schemas and provider seam 2026-07-01 17:08:58 +02:00
CREDO23
a413539f6a feat(capabilities): allow free verbs with no billing unit 2026-07-01 17:08:58 +02:00
CREDO23
8d76afc9d6 test(capabilities): cover registry, executor, schemas, billing 2026-07-01 16:42:47 +02:00
CREDO23
6b91a7ed0c feat(capabilities): register web.scrape verb 2026-07-01 16:42:47 +02:00
CREDO23
6679fda662 feat(capabilities): wire web.scrape to proprietary crawler 2026-07-01 16:42:47 +02:00
CREDO23
bbd81bcc99 feat(capabilities): add web.scrape schemas 2026-07-01 16:42:47 +02:00
CREDO23
bfe3117302 feat(capabilities): bill workspace owner at executor 2026-07-01 16:42:47 +02:00
CREDO23
3e6007431d feat(capabilities): add in-process verb store 2026-07-01 16:42:47 +02:00
CREDO23
78f7a93a88 feat(capabilities): add registry contracts and package 2026-07-01 16:42:47 +02:00
CREDO23
0944d9bb78 docs(plans): re-cast Phase 4-7 to stateless scraper-APIs, flatten subplans 2026-07-01 14:51:29 +02:00
DESKTOP-RTLN3BA\$punk
05bbb64527 docs(plans): principal-engineer citation pass before Phase 4
Verified revamp Phase 4-7 code citations against surfsense_backend and corrected drift:

- automations have NO delivery/notification path and automation_runs.output is never written; CI alerts wire to the separate app/notifications system (NotificationService.create_notification, Zero-synced)

- automation PENDING-gate is non-atomic (no UPDATE...WHERE status=pending); per-Tracker lock is the primary concurrency guard, not belt-and-suspenders

- folder upload uses root_folder_id (not destination_folder); KB folder scoping goes via referenced_document_ids -> SearchScope.document_ids (no folder_id search filter)

- billable predicate is 'SUCCESS and outcome.result' duplicated per caller; to be single-sourced in the 04a executor

Confirmed accurate: schedule selector (FOR UPDATE SKIP LOCKED/next_fire_at/self-heal/catchup=False/croniter), AutomationRun model, format_to_structured_document(exclude_metadata=True), MCP routing gap (constants.py), connector enum, MANUAL trigger placeholder. Added dated verification stamp to revamp/00-overview.md. Also reconciled 03b/03c/umbrella wording.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 19:30:21 -07:00
Rohan Verma
78da036c6b
Merge pull request #1564 from CREDO23/revamp-phases4-7
[Docs] Re-architect Phases 4–7 (CI pipeline revamp)
2026-06-30 16:42:22 -07:00
CREDO23
9f107ff52c docs(revamp): add end-to-end pipeline diagrams 2026-07-01 00:16:29 +02:00
CREDO23
93f7c591ae docs(revamp): rename folder to 'revamp phases 4-7' 2026-07-01 00:13:45 +02:00
CREDO23
0b884d1774 docs(revamp): rewrite overview as the 04-07 phase index 2026-07-01 00:11:56 +02:00
CREDO23
4e77b8397e docs(revamp): reshape Orchestration into Phase 7 2026-07-01 00:11:04 +02:00
CREDO23
e5d670c609 docs(revamp): reshape Triggers into Phase 6 2026-07-01 00:10:14 +02:00