Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
caea405d28
Add advanced LangGraph learning examples and guides
df11b2b526
Add example demonstrating parallel nodes and reducers in LangGraph, including a valid graph with a custom reducer and an invalid graph triggering an update conflict. The script showcases the execution flow and error handling for concurrent updates.
907393fbbc
Add LangGraph streaming and error handling examples, demonstrating node updates, model token flow, retry policies, and error recovery mechanisms.
f0b0eb13fe
Add multiple LangGraph examples including basic agents, chatbots, conditional edges, checkpointers, tool calls, and human-in-the-loop approval processes. Update .gitignore to include local environment files.
e3e68e8ea1
Add credentialed TURN server handling and update RTC configuration to gather direct, STUN, and TURN candidates. Enhance peer connection management with new credentials parameter.
cdecc25bb7
Refactor RTC configuration to use 'all' iceTransportPolicy, reintroduce STUN server URLs, and remove credentialed TURN server handling.
e1f147d773
Update TURN server credential property from 'password' to 'credential'
213932f02a
Add package-lock.json for dependency management
65f45647a6
Update RTC configuration to use TURN only and replace STUN server URLs with a specific TURN server address.