chore(docs): reposition copy to the agents workspace#5448
Conversation
|
@coderabbitai review |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Action performedReview finished.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAgenta’s positioning is updated across documentation, Docusaurus metadata, and Python package metadata from an LLMOps platform to an open-source workspace for agents. ChangesAgent workspace messaging
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 0de37420-e90b-4e6f-917e-009ee433b500
📒 Files selected for processing (6)
docs/docs/getting-started/01-introduction.mdxdocs/docs/misc/01-opensource.mdxdocs/docs/tutorials/cookbooks/02-observability_langchain.mdxdocs/docusaurus.config.dev.tsdocs/docusaurus.config.tssdks/python/pyproject.toml
| ## Introduction | ||
|
|
||
| This guide shows you how to set up tracing for a RAG application in Langchain using Agenta, the open-source LLMOps platform. | ||
| This guide shows you how to set up tracing for a RAG application in Langchain using Agenta, the open-source workspace for your agents. |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use the official LangChain casing.
Please change “Langchain” to “LangChain” in this user-facing documentation sentence.
Update SDK, docs config, and intro/identity copy from the old LLMOps-platform framing to the new positioning: the open-source workspace for your agents. Prompt management, evaluation, and observability are reframed as supporting capabilities, not removed. Carries the 0.105.8 version bump from main. Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
fc2aaf4 to
03627cb
Compare
Railway Preview Environment
|
What a reader sees
The marketing site relaunched today on the new positioning, but several repo files still call Agenta "the open-source LLMOps platform." Those files feed PyPI, docs.agenta.ai, and LLM scrapers, so the old identity keeps leaking to readers. This repoints the identity copy to match the site:
agentaon PyPI, fromsdks/python/pyproject.toml):docusaurus.config.ts+.dev.ts):llms.txtheader description (the LLM-facing site summary):getting-started/01-introduction.mdx) now leads with the agents-workspace framing and keeps the AI-engineers + subject-matter-experts audience line. Prompt management, evaluation, and observability are reframed as the supporting capabilities that make those agents reliable — kept, not removed.What this does not change
No factual capability claims are deleted — prompt management, evaluation, and observability remain documented in full. This is a copy/positioning pass only.
Notes
docs/build/llms.txtandllms-full.txtare gitignored build artifacts; they regenerate from these sources on the next docs deploy (verified locally afterpnpm build), so they are not hand-edited or committed here.agentaSDK release is published.web/_reference/agenta-sdk*TypeScript packages are unpublished (three areprivate: true, none exist on npm, no publish workflow), so their descriptions were left untouched.docs/docs/integrations/frameworks/*/observability.mdxfiles still carry a repeated "What is Agenta?" boilerplate callout with the old wording; worth a follow-up sweep.Verification
docs && pnpm buildsucceeds; regeneratedllms.txtcarries the new copy.https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB