@mcpc-tech/core 0.3.17 → 0.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -111,8 +111,8 @@ deps: {
111
111
  ### Execution Modes
112
112
 
113
113
  - **`agentic`** (default): Fully autonomous agent without structured workflow
114
- - **`agentic_workflow`**: Structured workflow with predefined or
115
- runtime-generated steps
114
+ - **`ai_sampling`**: Autonomous AI SDK execution
115
+ - **`ai_acp`**: AI SDK ACP mode for coding agents
116
116
 
117
117
  ### Plugins
118
118
 
@@ -151,8 +151,8 @@ Find complete examples in the [`examples/`](./examples/) directory:
151
151
 
152
152
  - `01-basic-composition.ts` - Basic agent composition
153
153
  - `02-plugin-usage.ts` - Using plugins
154
- - `03-agentic-workflow.ts` - Workflow mode with steps
155
- - `04-sampling-mode.ts` - Autonomous execution with sampling
154
+ - `13-ai-sampling-mode.ts` - AI SDK sampling mode
155
+ - `15-ai-acp-mode.ts` - AI SDK ACP mode
156
156
 
157
157
  ## Documentation
158
158