react_agent_langgraph_course
No description available.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
uv run
설명 보기 ▼
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
설명 보기 ▼
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)
