For the complete documentation index, see llms.txt. This page is also available as Markdown.

Task State Monitoring

Directly tracking the state S(A) of an actor during task execution on the blockchain adds unnecessary complexity. To streamline this process:

  • State tracking is delegated to the actors themselves.

  • Execution Pairs are introduced to ensure task reliability.

Last updated