-
Notifications
You must be signed in to change notification settings - Fork 763
add python docs #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add python docs #787
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Comprehensive addition of Python SDK documentation across Stagehand's documentation, including quickstart guides, examples, and integration patterns.
- Added new
docs/examples/python.mdx
with complete Python SDK usage, Pydantic integration, and data science workflows - Updated
docs/get_started/quickstart.mdx
with Python installation and basic setup instructions - Enhanced
docs/get_started/introduction.mdx
with parallel Python code examples alongside TypeScript - Added Python section to
docs/integrations/guides.mdx
with CrewAI integration details - Updated navigation structure in
docs.json
to include Python documentation under Playbooks
5 files reviewed, 5 comments
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lots of changes to make, i'll probably make a PR with a bunch of stuff
docs/concepts/act.mdx
Outdated
|
||
Stagehand uses [Zod](https://zod.dev/) to help you define the schema of the data to be extracted. | ||
Stagehand uses [Zod](https://zod.dev/) for JavaScript to help you define the schema of the data to be extracted. For Python, extraction returns structured data based on your instruction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we say for typescript here, or is javascript fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also do we use pydantic for the structured data?
9ee7dca
to
cb9accd
Compare
docs/integrations/guides.mdx
Outdated
@@ -16,6 +16,12 @@ icon: 'code' | |||
|
|||
Check out the [Next.js + Vercel example](https://github.com/browserbase/stagehand-nextjs-quickstart) to see how to build a Next.js app and one-click deploy it to Vercel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miguelg719 @Kylejeong2 this MDX file is excluded from the nav - Is this on purpose?
Comments addressed @Kylejeong2 also noticed integrations/guides.mdx does not show up in nav.. wonder if on purpose |
why
its about time!
what changed
added python docs to mintlify
test plan
n/a