[NAACL 2025] KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents
-
Updated
Jan 29, 2025 - Python
[NAACL 2025] KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents
Planning Project Implementation for the Udacity Artificial Intelligence Nanodegree Program
Yochan Homepage
LangGraph is a powerful framework built on LangChain that enables the creation of stateful, multi-step, and agentic workflows using directed graphs. It simplifies complex LLM orchestration by allowing conditional branching, memory, and tool integrations in a visual and modular way.
Implementation of a planning agent using LangGraph's state machines. The agent dynamically creates task lists and executes them sequentially, demonstrating a robust pattern for AI task decomposition.
Add a description, image, and links to the planning-agents topic page so that developers can more easily learn about it.
To associate your repository with the planning-agents topic, visit your repo's landing page and select "manage topics."