design_context_architecture
Architects a custom context system from a high-level goal and optional constraints, returning a blueprint of Sutra components (Molecules, Cells, Organs, Thinking Models) for building persistent agents or complex workflows.
Instructions
Architects a custom context system based on a high-level goal (The Architect).
Returns a blueprint of Sutra components (Molecules, Cells, Organs, Thinking Models).
Use this when the user wants to build a persistent agent or complex workflow
rather than solving a single immediate task.
Args:
goal: The user's objective (e.g., "Build a writing assistant that learns my style").
constraints: Optional limits (e.g., "Must be lightweight").Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| constraints | No |