Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/langgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An example LangGraph agent that helps with currency conversion.
3. Start the server

```bash
uv run main.py
uv run .
```

4. Run the test client
Expand Down
Loading