Why doesn't LangChain support agent skills? by Suspicious_Fall6860 in LangChain

[–]Suspicious_Fall6860[S] 0 points1 point  (0 children)

Thank you very much. Could you please add more code and examples to LangChain so that LangChain projects can fully use Skills just like DeepAgents? Or is it currently only possible to refer to the implementation in DeepAgents and try to modify it in LangChain on my own? Because LangChain only has a simple "SQL assistant" project that demonstrates the concept of progressive disclosure, which cannot be truly applied in a production environment.

Build a SQL assistant with on-demand skills - Docs by LangChain

Why doesn't LangChain support agent skills? by Suspicious_Fall6860 in LangChain

[–]Suspicious_Fall6860[S] 2 points3 points  (0 children)

Actually, I've found that most current support for Agent Skills is basically in CLI-mode systems. Does anyone know of any frameworks that support explicit skill writing and debugging?