marrow_run
Automates complete memory logging by executing orient, think, and commit steps in a single call, eliminating manual loop management.
Instructions
Zero-ceremony memory logging. Single call handles orient → think → commit automatically. Use this instead of chaining marrow_think + marrow_commit when you want Marrow to just work without managing the loop yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of action (default: general) | |
| outcome | Yes | One-line summary of what happened | |
| success | Yes | Whether it succeeded | |
| description | Yes | What the agent did |