Skip to content

feat: add LangSmith observability and Discord alerts#22

Merged
BenjaminGrabow merged 1 commit into
mainfrom
feat/langsmith-and-discord
Apr 27, 2026
Merged

feat: add LangSmith observability and Discord alerts#22
BenjaminGrabow merged 1 commit into
mainfrom
feat/langsmith-and-discord

Conversation

@BenjaminGrabow
Copy link
Copy Markdown
Owner

Summary

Adds LangSmith observability configuration for LangGraph runs and Discord webhook alerting.

What changed

  • Added typed LangSmith config parsing from environment variables
  • Passed run name, tags, metadata, and thread IDs into LangGraph invocations for LangSmith traces
  • Added Discord webhook notifier with rich embeds
  • Added notification environment parsing
  • Extended .env.example with LangSmith and Discord variables
  • Added observability and notification docs
  • Added tests for LangSmith config and Discord notifier behavior

Tests

  • pnpm run check passes locally
  • pnpm run replay passes locally

Notes

LangSmith tracing stays disabled by default. Discord is inert unless DISCORD_WEBHOOK_URL is configured.

@BenjaminGrabow BenjaminGrabow merged commit 4df1b3a into main Apr 27, 2026
1 check passed
@BenjaminGrabow BenjaminGrabow deleted the feat/langsmith-and-discord branch April 27, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant