Skip to main content
This guide collects the current repo-owned starter projects in one public surface.

Current sample projects

LaneProjectStatusFocus
PatternsAgent Memory Retrieval Starterstarteractive notes, working memory, retrieval inputs, and durable artifacts
SystemsWeather MCP Server Starterstarterrequest validation and protocol-facing tool boundaries
EcosystemLangGraph Starterstartera minimal graph-shaped plan, route, synthesize flow
Case StudiesDeep Research Agent Starterstarterplanning, evidence collection, and citation-aware synthesis
Case StudiesCustomer Support Email Agent Starterstarteremail 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.py from 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, or runnable

Where future projects belong

Future source projects should stay lane-local:
  • patterns/examples/
  • systems/examples/
  • ecosystem/examples/
  • case-studies/examples/