-
Notifications
You must be signed in to change notification settings - Fork 2
Add migration guide: from raw OpenAI SDK to JamJet #6
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We have migration guides for LangGraph and CrewAI, but the most common starting point is raw openai SDK calls.
Add a guide showing:
- A typical raw OpenAI SDK pattern (sequential LLM calls, manual state passing)
- The equivalent JamJet workflow
- What you gain: execution timeline, crash recovery, eval harness, MCP tools
Where: jamjet.dev repo at src/content/docs/migrate/from-openai-direct.md — follow the same structure as existing migration guides.
Good first issue? Yes — documentation only, no code changes. Great if you have used the OpenAI SDK and want to explain the mental model shift.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed