Agent Engine

The Agent Engine is the logic layer that powers individual agents within an iDAO.

Each agent is:

  • Assigned a specific functional domain (e.g., finance, HR, community, operations).

  • Equipped with memory, access policies, and execution permissions.

  • Configured via predefined roles or custom scripts.

Agents can:

  • Propose and execute transactions

  • Communicate with users or other agents

  • Monitor conditions and react to triggers

  • Maintain stateful logs for auditability

Key properties:

  • Stateless or stateful configuration

  • On-chain decision logic with optional off-chain inference

  • Permission-scoped execution

Last updated