Commit Graph

94 Commits

Author SHA1 Message Date
Casey Gowrie cbfc425efb feat(eve): support routed agent tool overrides (#3512)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-18 13:25:44 -04:00
Casey Gowrie 76d4dd84ab feat(eve): add workflow agent routing (#3485)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-18 10:04:35 -04:00
Chad Hietala da82a953dc refactor(eve): make span export policies explicit (#3493)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-17 22:16:50 -04:00
Andrew Barba a87ad469a9 feat(eve): React - make prewarming reactive (#3490)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-17 22:13:27 +00:00
Andrew Barba f3cd55a629 refactor(eve): remap model evaluation APIs (#3489)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-17 22:03:44 +00:00
Casey Gowrie 7ef42fd9b6 feat(eve): add automatic tool approval (#3481)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-17 16:59:37 -04:00
Casey Gowrie 1e872e3e37 feat(eve): control agent tool projection (#3482)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-17 16:26:50 -04:00
Ben Pankow 5b45f9b0e5 fix(eve): preserve idle subagents across session handoff (#3433)
Signed-off-by: benpankow <ben.pankow@vercel.com>
Signed-off-by: Colton Padden <colton.padden@vercel.com>
Co-authored-by: Colton Padden <colton.padden@vercel.com>
2026-09-17 15:33:51 -04:00
Andrew Barba 6ddfa9bfbe feat(eve): sessions - prewarm and stream continuously (#3417)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-17 14:28:45 -04:00
Andrew Barba 7973fa2d7d fix(eve): dynamic tools - replay schema factories with captured state (#3095)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-17 13:21:04 -04:00
Andrew Barba db5cee3725 feat(eve): evaluate - expose standalone evaluation with shared auth (#3472)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-17 13:09:00 -04:00
Andrew Barba 40f0c45539 fix(eve): evaluate - reuse TUI Gateway authentication (#3452)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-16 23:25:49 -04:00
Andrew Barba 29af29d5eb feat(eve): evaluate - add automatic model selection (#3428)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-16 22:15:37 -04:00
Andrew Barba 7b17b27f45 feat(eve): onboarding - go from init directly to chat (#3356)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-16 11:14:23 -04:00
OwenKephart 032860cf95 fix(eve): lease session stream responses (#3407)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-15 18:32:46 -07:00
Andrew Barba 61d4097443 feat(eve): run sessions in one owner workflow with deployment handoff (#3263) 2026-09-15 19:55:22 -04:00
Chad Hietala 57d6be52d9 feat(eve): expose activation metadata in OTEL (#3338)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-15 12:30:43 -04:00
Rui 8bc931f7bc feat(eve): add dynamic workflows (#3310)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-15 12:29:50 -04:00
Chad Hietala 56cde32ca3 fix(eve): keep local traces public (#3361)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-15 00:58:55 +00:00
Chad Hietala 0e0f3cc2ea feat(eve): unify conversation audience classification (#3325)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-14 13:33:33 -04:00
Casey Gowrie 0f8caf4e0e Simplify workflow agent calls (#3230)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-10 15:40:35 +00:00
Andrew Barba 2b2ad19d93 feat(eve): workflow checkpoints - batch model calls (#3034)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-10 14:49:07 +00:00
Rui f85de0d165 feat(eve): authorize workflow tool steps (#3073)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-09 08:40:44 -04:00
mehulsonowal d74fdb46c4 feat(evals): add a Datadog Experiments reporter (#2860) 2026-09-08 18:50:52 -04:00
Andrew Barba e5d8e7b11d fix(eve): client - correlate resumed sends with accepted messages (#3096)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-07 11:33:27 -04:00
Andrew Barba c48969f759 fix(eve): session inbox - persist child reply addresses (#3044)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-04 14:54:55 -04:00
Rui 3dd8300b43 fix(eve): diagnose unsupported workflow helper contexts (#3017)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-04 18:03:22 +00:00
Rui b736b406b5 feat(eve): yield progress and messages from background tools (#2997)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-04 10:24:25 -04:00
Rui aae26311a8 feat(eve): graduate background subagents to workflow tools (#2690)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-03 01:08:22 +00:00
Rui 70c8a2eb34 fix(eve): persist text streams as deltas (#2867)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-09-02 23:35:39 +00:00
Andrew Barba d8c58bd068 feat(eve): memory - provision Vercel Blob storage (#2886)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-02 17:48:46 -04:00
Zach Cowan 3f20c80472 [slack]: optional audience on proactive receive targets (#2842)
Signed-off-by: zacowan <zach.cowan@vercel.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-01 21:15:32 +00:00
Chad Hietala f43525a64b feat(eve): preserve trusted remote trace ceilings (#2736)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-01 14:28:41 -04:00
vercel-gh-bot-5[bot] 1d7832324c fix(eve): enforce schema-driven legacy inbox encoding (#2840)
Co-authored-by: vercel-gh-bot-5[bot] <312521305+vercel-gh-bot-5[bot]@users.noreply.github.com>
Co-authored-by: Rui <ruiconti@gmail.com>
2026-09-01 18:08:24 +00:00
Casey Gowrie b7321c9854 feat(eve): run tool execute bodies as durable workflows (#2477)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-09-01 11:40:27 -04:00
Andrew Barba b0799b3d32 chore(eve): tools - establish typed handling boundary (#2778) 2026-09-01 07:03:05 -07:00
Andrew Barba 6a8340fd15 chore(eve): performance - measure turns and remove root overhead (#2814)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-01 09:01:10 -04:00
Andrew Barba a0c33dc76d feat(eve): connections - add defineDynamic support (#2738)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-31 12:42:51 -04:00
Chad Hietala 69e9bff083 fix(eve): require canonical instrumentation agent ids (#2757)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-31 12:11:33 -04:00
Chad Hietala e2e055cdd2 feat(eve): add provider trace policies (#2721)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-31 14:07:26 +00:00
Chad Hietala 3bdcb88ffd feat(eve): adopt GenAI semantic conventions for agent traces (#2706)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-31 09:34:13 -04:00
Chad Hietala 8bdf67fbb6 feat(eve): emit traces by default (#2643)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-27 09:58:02 -04:00
Chad Hietala 1d79217ed4 feat(eve): add trace capture decisions (#2628)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-27 09:58:02 -04:00
Andrew Barba 295e534a8f feat(eve): memory - add bounded file provider (#2580)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-26 15:54:23 -04:00
Andrew Barba adf3a2f684 fix(eve): memory - remove definition tool opt-out (#2590)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-26 14:30:48 +00:00
Andrew Barba 5664cc0296 feat(eve): memory - add first-class provider lifecycle (#2534)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-26 09:44:37 -04:00
Andrew Barba 0a9ac9288e docs(eve): memory - propose first-class lifecycle (#1581)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-25 19:12:22 -04:00
Rui f439e3ddd6 feat(eve): graduate persistent subagent sessions (#2506)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-08-25 16:56:06 +00:00
Andrew Barba fc527969de feat(eve): sources - derive modules from selected slots (#2539)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-25 12:07:55 -04:00
Rui f38eaf1b43 refactor(eve): internal cleanup of experimental tasks plumbing (#2500)
Signed-off-by: Rui Conti <ruiconti@gmail.com>
2026-08-25 11:14:33 -04:00