Laith Weinberger
43b5e4ce1d
rm code agent
2026-03-21 02:05:42 -04:00
Magnus Müller
de0215c0df
Add legal links to telemetry docs and package metadata
2026-02-22 20:08:09 -08:00
Alezander9
e62129ba93
add the captcha and impossible flag in AgentEvent
2025-11-18 21:29:52 -08:00
Alezander9
16faf74f9a
fix cubic comments
2025-10-31 21:02:38 -07:00
Alezander9
4965e0d94c
add library judge into telemetry event
2025-10-31 20:34:57 -07:00
Magnus Müller
035617e228
llm_response
2025-10-21 23:40:51 -07:00
Magnus Müller
9caa248316
Merge code7 branch changes
2025-10-21 18:55:54 -07:00
Magnus Müller
d014474998
Linter
2025-10-04 12:59:11 -07:00
Magnus Müller
d3abbcb2c7
Include use_vision auto
2025-10-04 12:56:40 -07:00
Magnus Müller
43df3ddb8e
Removevalidate_output
2025-08-26 15:01:48 -07:00
Magnus Müller
147ed30d02
Remove planner llm
2025-08-26 14:50:14 -07:00
Cursor Agent
cd2b780ca6
Add Docker context to telemetry event properties
...
Co-authored-by: mamagnus00 <mamagnus00@gmail.com >
2025-08-24 18:46:19 +00:00
Magnus Müller
13dce77c98
Update info logger to debug and clean up logs
2025-08-19 00:02:42 -07:00
mertunsall
ce5bfe6195
lazy imports and bump some versions
2025-07-20 22:58:34 +02:00
Aitor
d3ad893ea2
Merge branch 'main' into feat/cdp-url-agent-event
2025-07-12 00:48:22 +02:00
Nick Sweeting
b2a84b2296
fix tests and other improvements
2025-07-08 02:32:03 -07:00
Nick Sweeting
9b552ee8ac
test and telemetry fixes
2025-07-08 01:37:47 -07:00
reformedot
9841f4080c
feat: add CDP URL to Agent Telemetry events
2025-07-05 13:13:41 +02:00
Nick Sweeting
723bb2cb0e
fix lint
2025-06-27 05:30:40 -07:00
Magnus Müller
54736224eb
Remove unused controller telemetry functionality
...
- Remove ControllerRegisteredFunctionsTelemetryEvent and RegisteredFunction classes
- Remove telemetry capture call from controller registry service
- Clean up unused imports in telemetry module
- Simplify telemetry __all__ exports
This removes dead code that was capturing registered function telemetry
data but wasn't being used anywhere in the application.
2025-06-26 15:06:17 +02:00
Gregor Žunič
7a10ae0c96
Squashed commit langchain to native
2025-06-24 12:26:55 +02:00
Nick Sweeting
3cf9f3410c
fix config issues
2025-06-21 04:03:58 -07:00
Nick Sweeting
49e9fd4ff2
move env var config to utils file
2025-06-21 03:14:46 -07:00
Magnus Müller
4c46103527
Remove debug logging for telemetry events in ProductTelemetry class
2025-06-07 00:50:05 +02:00
Nick Sweeting
75f14c4784
checkpoint
2025-05-24 20:41:44 -07:00
Nick Sweeting
90dad4a39a
refactor to use new BrowserSession model
2025-05-17 04:54:13 -07:00
Alezander9
96295d76d5
add source to telemetry event
2025-05-08 18:35:45 -07:00
Alezander9
72da31a9b1
Merge remote-tracking branch 'upstream/main' into refactor-telemetry
...
Merge upstream.
2025-05-06 10:32:57 -07:00
Alezander9
1ce846e683
modify signal handler to still log agent_event when agent run is cancelled by user
2025-05-06 10:31:53 -07:00
Alezander9
73a7e179d9
add urls to telemetry event
2025-05-05 14:43:05 -07:00
Alezander9
7082d33d2a
refactor telemetry event to have only one event per agent run
2025-05-02 12:05:04 -07:00
Nick Sweeting
2be4ba4f70
more pyupgrade changes
2025-05-02 20:50:21 +08:00
Nick Sweeting
66b3c26df5
add pyupgrade to lint rules
2025-05-02 15:21:23 +08:00
Magnus Müller
02380760fe
Track errors
2025-05-01 18:51:44 +08:00
Louis Kapp
913a0e992b
follow XDG Base Directory Specification to store telemetry_user_id
2025-04-07 15:17:58 +02:00
Anish Hiranandani
cb94e466d1
Unrelated typo fix from #920
2025-03-26 18:16:41 -07:00
Magnus Müller
e1b51196a0
Enhance agent history tracking
...
- Update telemetry event to include more comprehensive agent performance metrics
- Modify `AgentEndTelemetryEvent` to capture total input tokens and duration
- Refactor `is_successful()` method to return `None` if agent is not done
- Adjust `ActionResult` default success value to `None`
2025-02-23 07:18:30 -08:00
Magnus Müller
e503f586f0
Add step metadata tracking with timing and token information
2025-02-22 22:29:07 -08:00
magmueller
2ce0bd0ebc
Update link
2025-01-25 19:14:12 -08:00
magmueller
8c090f2821
Remove tool_call_in_content
2025-01-19 11:32:35 -08:00
magmueller
1b48e45b0f
Changed link
2025-01-13 07:23:07 -08:00
magmueller
daab09a95d
Log action names
2025-01-12 22:10:31 -08:00
magmueller
9af7db444c
Remove location
2025-01-12 22:09:53 -08:00
magmueller
2ae630697f
Log nth error
2025-01-12 21:24:19 -08:00
magmueller
8942f9d33f
Log llm name, pip version and errors
2025-01-12 21:14:20 -08:00
magmueller
04f1124e4b
Include country information
2025-01-06 04:54:36 -08:00
Gregor Žunič
03b83d60a6
bumped up version
2024-11-22 21:36:03 +01:00
Marvin
7f7c9ee44c
Added logLevel.RESULT and to filter the output, added new .env.example variable
2024-11-21 12:05:06 +01:00
Gregor Žunič
4f74170685
Added anonymized posthog telemetry ( #22 )
...
* added anonymized telemetry
* collect data with posthog readme
2024-11-17 01:17:01 +01:00