docs: replace stale launchdarkly-ai package name with launchdarkly-ai-python - #40
Open
andrewklatzke wants to merge 1 commit into
Open
docs: replace stale launchdarkly-ai package name with launchdarkly-ai-python#40andrewklatzke wants to merge 1 commit into
andrewklatzke wants to merge 1 commit into
Conversation
…-python The barrel package was renamed to launchdarkly-ai-python; leftover docs still told readers to pip install launchdarkly-ai / launchdarkly-ai[otel], which is not published on PyPI. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
launchdarkly-ai-python; docs still told readers topip install launchdarkly-ai/launchdarkly-ai[otel], which is not published on PyPI.launchdarkly-aireferences tolaunchdarkly-ai-pythonacross the root README/AGENTS.md, the core client README/agents guide, the barrel agents guide (including the stalesrc/launchdarkly_ai/path), and every handleragents.mdOTel install snippet.launchdarkly-ai-server,launchdarkly-ai-*-agents, etc.). Bothlaunchdarkly-ai-python[otel]andlaunchdarkly-ai-server[otel]remain documented where appropriate.Test plan
launchdarkly-ai(not followed by another package segment) returns no matchespackages/ai/README.mdwas already correct and unchangedNote
Overview
Documentation is updated so install and architecture references match the published convenience barrel
launchdarkly-ai-pythoninstead of the obsolete barelaunchdarkly-ainame (includinglaunchdarkly-ai-python[otel]for OTel extras).Root
README.mdandAGENTS.mdnow describe the Tier 0 barrel and consumer imports aslaunchdarkly-ai-python/launchdarkly-ai-server, with quick-startpipexamples corrected.packages/ai/agents.mdis retitled forlaunchdarkly-ai-pythonand points tosrc/launchdarkly_ai_python/__init__.pyas the re-export entry.packages/client/README.mdand every handleragents.md(claude, langchain, openai) pluspackages/client/agents.mdupdate OTel setup text soinit_client()is documented as coming fromlaunchdarkly-ai-serverorlaunchdarkly-ai-python. Sibling packages such aslaunchdarkly-ai-serverand handler wheels are unchanged.Reviewed by Cursor Bugbot for commit fe3c7d0. Bugbot is set up for automated code reviews on this repo. Configure here.