What problem does it solve?
This Skill provides the foundational operating layer for agents, ensuring all state-changing actions are securely mediated through the Temper framework, preventing direct API calls or sandbox escapes.
Core Features & Use Cases
- Governed Execution: All agent actions flow through Temper, enforcing authorization policies via Cedar.
- Spec-Driven Development: Agents model needs as state machines and data models, which Temper verifies and deploys.
- Evolutionary Loop: Unmet intents are automatically recorded, enabling agents to propose spec changes for human approval and system improvement.
- Use Case: An agent needs to manage a deployment pipeline. It models the deployment states (Pending, Building, Live, Rolledback) and submits this spec to Temper. All subsequent deployment actions are then governed by this verified spec and Cedar policies.
Quick Start
Use the temper-agent skill to discover all loaded specs for the default tenant.