Actor types
Thygon supports four main categories of actors:- Human: Employee, contractor, or customer who performs manual tasks.
- Agent: Autonomous AI agent that makes decisions and triggers events.
- Workflow: Automated, durable script that executes in response to events.
- System: External SaaS platform or internal application.
The actor model
Every actor has a unique identifier and a type classification. This metadata attaches to every event in the ledger.Symmetry of actors
Thygon relies on a core design principle: human and AI symmetry. Both human team members and AI execution agents:- Read the current organizational state.
- Make operational decisions.
- Emit events to write back to the ledger.