langgraph agent skills #1112

Closed
opened 2026-02-20 17:43:07 -05:00 by yindo · 3 comments
Owner

Originally created by @wangsiyu666 on GitHub (Jan 6, 2026).

Checked other resources

  • This is a bug, not a usage question. For questions, please use the LangChain Forum (https://forum.langchain.com/).
  • I added a clear and detailed title that summarizes the issue.
  • I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example).
  • I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.

Example Code

How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method?

Error Message and Stack Trace (if applicable)

How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method?

Description

How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's create_agent method?

System Info

How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's create_agent method?

Originally created by @wangsiyu666 on GitHub (Jan 6, 2026). ### Checked other resources - [x] This is a bug, not a usage question. For questions, please use the LangChain Forum (https://forum.langchain.com/). - [x] I added a clear and detailed title that summarizes the issue. - [x] I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example). - [x] I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue. ### Example Code ```python How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method? ``` ### Error Message and Stack Trace (if applicable) ```shell How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method? ``` ### Description How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method? ### System Info How to use agent skills in Langgraph? What if we're customizing the Langgraph graph without using LangChain's `create_agent` method?
yindo added the bugpending labels 2026-02-20 17:43:07 -05:00
yindo closed this issue 2026-02-20 17:43:07 -05:00
Author
Owner

@wangsiyu666 commented on GitHub (Jan 8, 2026):

I'm currently using ToolNode to implement dynamic tool loading. Is there an elegant way to do this, similar to wrap_model_call?

@wangsiyu666 commented on GitHub (Jan 8, 2026): I'm currently using ToolNode to implement dynamic tool loading. Is there an elegant way to do this, similar to wrap_model_call?
Author
Owner

@sydney-runkle commented on GitHub (Jan 9, 2026):

We just wrote up some new docs! Check them out here: https://docs.langchain.com/oss/python/langchain/multi-agent/skills

Also, we're rolling out first class skill support for deepagents!

@sydney-runkle commented on GitHub (Jan 9, 2026): We just wrote up some new docs! Check them out here: https://docs.langchain.com/oss/python/langchain/multi-agent/skills Also, we're rolling out first class skill support for deepagents!
Author
Owner

@monuminu commented on GitHub (Feb 14, 2026):

How will the code execution works?

@monuminu commented on GitHub (Feb 14, 2026): How will the code execution works?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1112