feat(examples): add real framework integration to CrewAI, OpenAI Agents, smolagents#836
Closed
jackbatzner wants to merge 4 commits intomicrosoft:mainfrom
Closed
feat(examples): add real framework integration to CrewAI, OpenAI Agents, smolagents#836jackbatzner wants to merge 4 commits intomicrosoft:mainfrom
jackbatzner wants to merge 4 commits intomicrosoft:mainfrom
Conversation
8 tasks
997094f to
a747165
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add smolagents, quickstarts, sandboxing, helpdesk to cspell dictionary. Add openai-agents and smolagents to dependency confusion allowlist. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
a747165 to
e2e5b41
Compare
8 tasks
Member
|
Closing — this PR's scope is broader than the title suggests. It touches .NET samples, dotnet package README, cspell config, deployment docs, i18n translations, and a new dependency confusion check script — not just framework integration examples. Per repo policy, we flag PRs that bundle unrelated changes with docs-only descriptions. Please split into focused PRs:
Thank you for the breadth of work, @jackbatzner — splitting it will make each piece easier to review and merge. |
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.
Description
Adds real framework integration to 3 example directories + enhances MAF docs. Each example now ships two modes:
getting_started.py— Real framework imports (from crewai import Agent,from agents import Agent, InputGuardrail,from smolagents import tool)demo_simulated.py— No-dependency version (renamed from old getting_started)requirements.txt— Pinned framework versionsType of Change
Package(s) Affected
Checklist