Sample Projects
This guide collects the current repo-owned starter projects in one public surface.Current sample projects
| Lane | Project | Status | Focus |
|---|---|---|---|
| Patterns | Agent Memory Retrieval Starter | starter | active notes, working memory, retrieval inputs, and durable artifacts |
| Systems | Weather MCP Server Starter | starter | request validation and protocol-facing tool boundaries |
| Ecosystem | LangGraph Starter | starter | a minimal graph-shaped plan, route, synthesize flow |
| Case Studies | Deep Research Agent Starter | starter | planning, evidence collection, and citation-aware synthesis |
| Case Studies | Customer Support Email Agent Starter | starter | email triage, local policy grounding, and safe reply drafting |
How to use these starters
- Start with the related lab page linked from each project index.
- Use Environment Setup before running starter-code checks locally.
- Run
python3 scripts/verify_example_projects.pyfrom the repository root to smoke-test the current example code.
Important boundary
These projects are public starter examples, not hidden internal drafts. They are meant to clarify system shape, code boundaries, and extension points. They are also intentionally incomplete:- no sample project in the current repo claims to be a finished production app
- some examples validate core Python behavior without yet wiring a real framework, protocol transport, search adapter, or persistence layer
- each project index should say clearly whether the project is
starter,partial, orrunnable
Where future projects belong
Future source projects should stay lane-local:patterns/examples/systems/examples/ecosystem/examples/case-studies/examples/