docs: add framework integration guides for 6 AI agent frameworks#109
Merged
docs: add framework integration guides for 6 AI agent frameworks#109
Conversation
commit: |
fa3f56c to
5804dd2
Compare
Adds guides for LangChain, CrewAI, PydanticAI, LlamaIndex, Mastra, and Google ADK. Each covers Quick Start, aimock-pytest, structured output, tool calls, and CI with GitHub Actions. Includes fixture examples and sidebar navigation updates.
…suite table Adds highlight cards, framework guide links, migration links with correct paths, and page-toc aside for on-page navigation.
…ator entryToFixture() was silently dropping the endpoint field from JSON fixture files. Also adds endpoint to the hasDiscriminator check in validateFixtures() so endpoint-only fixtures are not falsely flagged as catch-alls.
5804dd2 to
6f0b5f9
Compare
3 tasks
jpr5
added a commit
that referenced
this pull request
Apr 14, 2026
## Summary - Content was centered between sidebar and viewport edge, ignoring the 220px TOC - At larger font sizes, content overflowed rightward into the TOC - Subtracts TOC width from centering calc for both `.docs-content` and `.docs-footer` - Media query restores original calc when TOC is hidden below 1200px Follow-up to #109 — this fix was in the redone commits but the PR was merged before the force-push landed. ## Test plan - [x] Visual check at default and enlarged font sizes - [x] Content bounded by both sidebar and TOC - [x] Layout correct when TOC hidden (< 1200px viewport)
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
entryToFixture()was silently dropping theendpointmatch field from JSON fixture filesendpointas discriminator invalidateFixtures()so endpoint-only fixtures aren't falsely flagged as catch-allsfixtures/examples/Test plan