File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,13 @@ uv add 'stackone-ai[mcp]'
4242# or
4343pip install ' stackone-ai[mcp]'
4444
45- # Install with CrewAI examples (requires Python 3.10+)
45+ # Install with CrewAI and LangGraph examples (requires Python 3.10+)
4646uv add ' stackone-ai[examples]'
4747# or
4848pip install ' stackone-ai[examples]'
4949
50+ # Note: the examples extra pulls in `langgraph[openai]` for OpenAI tool-calling support
51+
5052# Install everything
5153uv add ' stackone-ai[mcp,examples]'
5254# or
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ mcp = [
5353examples = [
5454 " crewai>=0.102.0; python_version>='3.10'" ,
5555 " langchain-openai>=0.3.6" ,
56- " langgraph>=0.2.0" ,
56+ " langgraph[openai] >=0.2.0" ,
5757 " openai>=1.63.2" ,
5858 " python-dotenv>=1.0.1" ,
5959]
You can’t perform that action at this time.
0 commit comments