This commit is contained in:
Isaac Francisco
2024-06-26 10:41:29 -07:00
committed by GitHub
parent fae97d9fba
commit 6caea79fba
3 changed files with 81 additions and 8 deletions
+9 -8
View File
@@ -188,14 +188,15 @@ nav:
- Run Agent in Background: "cloud/how-tos/cloud_examples/background_run.ipynb"
- Run Multiple Agents in Thread: "cloud/how-tos/cloud_examples/same-thread.ipynb"
- Human-in-the-Loop:
- Add Breakpoint: "cloud/how-tos/cloud_examples/human_in_the_loop_breakpoint.ipynb"
- Wait for User Input: "cloud/how-tos/cloud_examples/human_in_the_loop_user_input.ipynb"
- Edit Graph State: "cloud/how-tos/cloud_examples/human_in_the_loop_edit_state.ipynb"
- Replay and Branch from Prior States: "cloud/how-tos/cloud_examples/human_in_the_loop_time_travel.ipynb"
- Create Agents with Configuration: "cloud/how-tos/cloud_examples/configuration_cloud.ipynb"
- Convert LangGraph calls to LangGraph Cloud calls: "cloud/how-tos/cloud_examples/langgraph_to_langgraph_cloud.ipynb"
- Create Cron Jobs: "cloud/how-tos/cloud_examples/cron_jobs.ipynb"
- Create Stateless Runs: "cloud/how-tos/cloud_examples/stateless_runs.ipynb"
- Add Breakpoint: 'cloud/how-tos/cloud_examples/human_in_the_loop_breakpoint.ipynb'
- Wait for User Input: 'cloud/how-tos/cloud_examples/human_in_the_loop_user_input.ipynb'
- Edit Graph State: 'cloud/how-tos/cloud_examples/human_in_the_loop_edit_state.ipynb'
- Replay and Branch from Prior States: 'cloud/how-tos/cloud_examples/human_in_the_loop_time_travel.ipynb'
- Create Agents with Configuration: 'cloud/how-tos/cloud_examples/configuration_cloud.ipynb'
- Convert LangGraph calls to LangGraph Cloud calls: 'cloud/how-tos/cloud_examples/langgraph_to_langgraph_cloud.ipynb'
- Create Cron Jobs: 'cloud/how-tos/cloud_examples/cron_jobs.ipynb'
- Create Stateless Runs: 'cloud/how-tos/cloud_examples/stateless_runs.ipynb'
- Integrate Webhooks: 'cloud/how-tos/cloud_examples/webhooks.ipynb'
- SDK:
- Python: "cloud/sdk/python_sdk.ipynb"
- JS/TS: "cloud/sdk/js_sdk.ipynb"