What you’ll build
- A LangGraph-backed cognitive run (observe → plan → act → reflect → learn)
- Workspace verification (
verify) and immutable artifacts - A clean episode you can inspect with
noesis view
Prerequisites
- Python with
noesisinstalled - LangGraph installed (
uv add langgraphorpip install langgraph) - OpenAI API key (for the planner/actor)
Run the tutorial
Source
The source file is located atexamples/noesis-quickstart/tutorials/langgraph_episode.py.
