Skip to content

docs: fix AI agents guide examples and raise the runnable-example timeout#1035

Merged
vdusek merged 4 commits into
masterfrom
docs/fix-ai-agents-guide-examples
Jul 9, 2026
Merged

docs: fix AI agents guide examples and raise the runnable-example timeout#1035
vdusek merged 4 commits into
masterfrom
docs/fix-ai-agents-guide-examples

Conversation

@vdusek

@vdusek vdusek commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Follow-up fixes to the AI agents guide (#995) after testing the five framework examples on the platform.

CrewAI

The researcher agent answered from the model's own knowledge instead of scraping the page, so it returned JavaScript Crawlee crawlers (CheerioCrawler, PuppeteerCrawler, ...) that don't exist in Python Crawlee. Its goal / backstory and the research task now require the web_browser tool and answering only from the fetched Markdown, so the output is grounded in the actual Python Crawlee docs page.

LlamaIndex

It's the heaviest example. It downloads a local HuggingFace embedding model and uses the browser-based Website Content Crawler, so a cold start exceeded the 180 s the docs "Run" button allotted and got aborted mid-index. Raised the docs "Run" button timeout to 360 s for all runnable examples (website/roa-loader).

Both docs/ and the website/versioned_docs/version-3.4/ mirror are updated identically.

@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jul 9, 2026
@vdusek vdusek self-assigned this Jul 9, 2026
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.78%. Comparing base (e11fa8d) to head (382e8c4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1035      +/-   ##
==========================================
+ Coverage   91.75%   91.78%   +0.03%     
==========================================
  Files          50       50              
  Lines        3215     3215              
==========================================
+ Hits         2950     2951       +1     
+ Misses        265      264       -1     
Flag Coverage Δ
e2e 35.64% <ø> (ø)
integration 57.41% <ø> (+0.03%) ⬆️
unit 83.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek changed the title docs: fix CrewAI and LlamaIndex examples in the AI agents guide docs: fix AI agents guide examples and raise the runnable-example timeout Jul 9, 2026
@vdusek vdusek requested a review from Pijukatel July 9, 2026 09:12
@vdusek vdusek marked this pull request as ready for review July 9, 2026 09:12
@vdusek vdusek requested a review from szaganek as a code owner July 9, 2026 09:12
@vdusek vdusek merged commit 3d46e5d into master Jul 9, 2026
31 checks passed
@vdusek vdusek deleted the docs/fix-ai-agents-guide-examples branch July 9, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants