react_agent_langgraph_course
No description available.
File Explorer
- FUNDING.yml
- 001-first-graph.png
- checkpointer001.jpg
- 001-langchain-vs-langgraph.md
- 002-chat-simples-langchain.md
- 003-introducao-ao-langgraph.md
- 004-langgraph-com-llm.md
- 005-llm-com-tools-langchain.md
- 006-langgraph-studio.md
- 007-runnable-config.md
- 008_toolnode_tools_condition.md
- 009-runtime-toolruntime-context.md
- 010-lifespan.md
- 011-checkpointers.md
- 012-checkpointers-part2.md
- main.py
- main.py
- ex003_1.py
- ex003_2.py
- code001.py
- code002.py
- code01.py
- __init__.py
- graph.py
- langgraph.json
- main.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- graph.py
- langgraph.json
- main.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- graph.py
- langgraph.json
- main.py
- nodes.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- context.py
- graph.py
- langgraph.json
- main.py
- nodes.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- checkpointer.py
- context.py
- graph.py
- langgraph.json
- main.py
- nodes.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- checkpointer.py
- compose.yml
- context.py
- graph.py
- langgraph.json
- main.py
- nodes.py
- prompts.py
- state.py
- tools.py
- utils.py
- __init__.py
- checkpointer.py
- compose.yml
- constants.py
- context.py
- env.py
- graph.py
- langgraph.json
- main.py
- nodes.py
- prompts.py
- state.py
- tools.py
- utils.py
- .env-example
- .gitignore
- .python-version
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
uv sync
View Details ▼
uv sync
Update the project's environment to match the lockfile.
uv sync
Sync the project environment with the lockfile:
uv sync --all-extras
Sync and include all optional dependencies:
uv sync --extra {{extra_name}}
Sync with specific optional dependencies:
// repository documentation
Was this content helpful?
(0 ratings)
