Skip to content

pessini/langgraph-skills-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Agent Skills for Production LangGraph Agents

This repository contains the example implementation from the Medium article:

Link: Stop Stuffing Your System Prompt: Build Scalable Agent Skills in LangGraph

It contains example skill definitions and supporting files used to demonstrate:

  • Progressive knowledge loading
  • Skill based domain modularization
  • Tool driven skill activation
  • Production focused LangGraph patterns

References and Credits

This project builds on and references the following work:

All credit for those projects belongs to their respective authors and contributors.

Purpose

The goal of this repository is to demonstrate how domain expertise can live outside the system prompt and be loaded only when required.

It is intended for experimentation and reference.