[AAASM-3535] 📝 (docs): Add example pages for the 5 new framework adapters#165
Merged
Chisanan232 merged 8 commits intoJun 22, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26ad999 to
a755c11
Compare
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.
What
Adds per-framework demonstration pages under
docs/examples/for the five frameworks added to the SDK in AAASM-3535, so developers can quickly understand and run each demo:llamaindex-tool-policy.md("manual tool policy" via the removedGovernedToolRunner) with the native-adapter LlamaIndex walkthrough — kept the same filename/slug for URL stability.mkdocs.yml), the examples index table (examples/index.md), and the adapter ↔ example table (examples/framework-support.md— LlamaIndex's row corrected from "no native adapter" toagent_assembly.adapters.llamaindex).Each page documents the real hook point, version pins, the offline run command, and expected console output — grounded in the actual
agent-assembly-examplesapp and the shipped adapter.Why
The docs site's Examples section (https://ai-agent-assembly.github.io/python-sdk/pre-release/examples/) had no walkthroughs for the new frameworks — a gap surfaced after the AAASM-3535 adapters merged. This closes it.
How to verify
uv run --group docs mkdocs build --strictbuilds clean (nav + all internal links resolve).Haystack
Tool.invoke(query_index/summarize_docs allow, execute_sql deny) ·Smolagents
Tool.__call__· AgnoFunctionCall.execute(execute_sql deny) ·MS
FunctionTool.invoke(mock + live paths) · LlamaIndexFunctionTool.call/acall.Refs AAASM-3535.
🤖 Generated with Claude Code