Commit Graph

32 Commits

Author SHA1 Message Date
Eric Dong 5572d09902 fix: fixed build and test 2025-12-10 22:13:47 +00:00
ericdong-langchain 7a644105f6 fix: fix trace input and output (#83)
* fix: fix trace input and output

* fix: lint
2025-12-10 16:43:16 -05:00
stainless-app[bot] 9de590ad96 release: 0.1.0-alpha.18 (#79)
* chore: Configure workflow for CodeQL

* feat(api): pagination

added pagination to all endpoints that use pagination

* codegen metadata

* chore(internal): version bump

* codegen metadata

* feat(api): change paginated retrieve methods to list

change paginated retrieve methods to list

* feat(api): add go target

* codegen metadata

* feat(api): pagination read me

added pagination read me

* codegen metadata

* feat(api): readme example - change REPLACE_ME session_id to uuid

* feat: method counter in ci

* codegen metadata

* test

* feat(api): api update

* fix: formatting error in record experiment example (#81)

* release: 0.1.0-alpha.18

---------

Co-authored-by: xornivore <30147836+xornivore@users.noreply.github.com>
Co-authored-by: ericdong-langchain <ericdong@langchain.dev>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-12-09 14:16:39 +00:00
Eric Dong db74f4be82 fix: ls playground errors & commit builder class 2025-11-19 19:00:48 +00:00
Eric Dong ae64e429ec chore: align env vars with other SDKs 2025-11-17 23:08:10 +00:00
Eric Dong 802f5a118c chore: convert to kotlin 2025-11-17 23:08:10 +00:00
Eric Dong 3fdd586165 fix: lint 2025-11-17 23:08:10 +00:00
Eric Dong e020cc02cc added prompt example 2025-11-17 23:08:10 +00:00
Quentin Brosse 73a79dd3c5 refactor: migrate to SLF4J logging and Builder-only API
Refactor OpenTelemetry configuration and logging to improve usability and follow industry standards.

API Changes:
  - Remove `configureForLangSmith()` static methods in favor of Builder pattern
  - Remove `configureFromEnv()` - use `builder().build()` instead
  - Add required field validation in `Builder.build()` with clear error messages
  - Builder constructor auto-reads environment variables (LANGSMITH_API_KEY, etc.)
  - Builder methods override environment variable values
2025-11-17 23:08:10 +00:00
Quentin Brosse de912b531c improve 2025-11-17 23:08:10 +00:00
Quentin Brosse 217929c1f0 improve 2025-11-17 23:08:10 +00:00
Quentin Brosse fa00021a3b improve 2025-11-17 23:08:10 +00:00
Quentin Brosse b2488993e9 fix 2025-11-17 23:08:10 +00:00
Quentin Brosse a396ce53f3 doc: add eval examples 2025-11-17 23:08:10 +00:00
Quentin Brosse 05c6e74007 doc: RecordExperiment 2025-11-17 23:08:10 +00:00
Eric Dong bf3497554e chore: combine otel examples 2025-11-17 23:08:10 +00:00
Quentin Brosse 86480af3e3 fix 2025-11-17 23:08:10 +00:00
Quentin Brosse 8afffa6275 doc: improve/fix DatasetExample 2025-11-17 23:08:10 +00:00
Eric Dong 866970e8e0 fix: added back the stdin build config 2025-11-10 16:55:45 -05:00
Eric Dong cd244b3fe9 fix: lint fix 2025-11-10 15:06:30 -05:00
ericdong-langchain cd54282023 Merge branch 'next' into ericdong/feat-otel-ingestion-java 2025-11-10 14:38:18 -05:00
Eric Dong 19c2cf595a feat: added otel ingestion examples and code 2025-11-10 14:26:14 -05:00
Quentin Brosse e260744b87 fix 2025-11-10 20:21:41 +01:00
Quentin Brosse 431e6c6e4c example 2025-11-10 20:13:11 +01:00
Quentin Brosse f73ad91858 fix 2025-11-10 20:13:11 +01:00
Quentin Brosse 1e2825f8ae fix 2025-11-10 20:13:11 +01:00
Quentin Brosse fefc3d7a09 fix 2025-11-10 20:13:11 +01:00
Quentin Brosse c834f2571b get or create 2025-11-10 20:13:11 +01:00
Quentin Brosse 35c381c47b doc: add dataset example 2025-11-10 20:13:11 +01:00
Samuel El-Borai 6225ccac5a fix: rename example directory directory 2025-11-05 21:38:24 +01:00
Samuel El-Borai e2ac9ba053 fix: remove outdated directories 2025-11-05 21:21:15 +01:00
stainless-app[bot] 9e876f623d chore: sync repo 2025-11-05 19:10:50 +00:00