@@ -49,6 +49,12 @@ to run.
4949| ` tools/ ` | ` @tool ` definition, code interpreter integration, tool argument validation, safe ` eval ` patterns |
5050| ` mini_researcher/ ` | Complete research assistant: multi-model architecture, document retrieval, safety checks, custom validation pipeline |
5151
52+ ### Extensibility
53+
54+ | Category | What it shows |
55+ | -------- | ------------- |
56+ | ` plugins/ ` | Plugin system end-to-end: function hooks, class-based plugins, payload modification, scoped and session-scoped plugins, ` PluginSet ` composition, execution modes, tool hooks, and testing patterns |
57+
5258### Safety and validation
5359
5460| Category | What it shows |
@@ -60,6 +66,7 @@ to run.
6066| Category | What it shows |
6167| -------- | ------------- |
6268| ` m_serve/ ` | Deploying Mellea programs as REST APIs with production deployment patterns |
69+ | ` m_decompose/ ` | Decomposing complex prompts into sub-tasks via the CLI and Python API |
6370| ` library_interop/ ` | LangChain message conversion, OpenAI format compatibility, cross-library workflows |
6471| ` mcp/ ` | MCP tool creation, Claude Desktop integration, Langflow integration |
6572| ` bedrock/ ` | Amazon Bedrock backend configuration and usage |
@@ -90,6 +97,14 @@ to run.
9097| -------- | ------------- |
9198| ` melp/ ` | ⚠️ Experimental lazy evaluation — thunks, deferred execution, advanced control flow |
9299
100+ ### Getting started and tutorials
101+
102+ | Category | What it shows |
103+ | -------- | ------------- |
104+ | ` hello_world.py ` | Minimal single-file starting point |
105+ | ` tutorial/ ` | Python script versions of the tutorials: email generation, IVR, generative slots, contexts, MObjects, model options, and more |
106+ | ` notebooks/ ` | Jupyter notebook versions of the same tutorials for interactive, cell-by-cell exploration |
107+
93108---
94109
95110## Running the examples
0 commit comments