Questflow
  • Questflow Network
    • πŸ‘‹Welcome to Questflow - Decentralized AI Agentic Workflow Network
    • ❔Why AI Agentic Workflows?
    • πŸ€—What specific problem is Questflow Labs aiming to solve?
    • πŸ˜€How does multi-agent orchestration (MAO) work
    • πŸ’‘What is multi-agent orchestration (MAO)
      • Core Features of Multi-agent Orchestration (MAO)
    • 🍎What use cases does Questflow focus on?
    • 🧠Why blockchain is a necessity for multi-agent networks?
  • Questflow Protocol
    • What is QF Coin?
    • QF Tokenomics
    • QF Token Allocation
    • QF Earning Rewards
    • πŸ•ΈοΈQuestflow Decentralized Agent Protocol
      • Protocol Structure
      • The Functionality of Guardian Nodes
      • Node Competiton- Activity Priority Mode
      • Node Competition-Task Acquisition
      • References
    • ⚑Commission Settlement Statement
    • 😁Referral Program
    • πŸ›£οΈVision and Roadmap
    • πŸ§‘β€πŸ’»Important Terminology
    • 🧐What are the existing alternatives?
    • Contact Us
    • Privacy Policy
    • Terms of Service
    • Refund Policy
Powered by GitBook
On this page
  1. Questflow Protocol
  2. Questflow Decentralized Agent Protocol

Node Competiton- Activity Priority Mode

PreviousThe Functionality of Guardian NodesNextNode Competition-Task Acquisition

Last updated 11 months ago

If guardian nodes wait multi-agent call special services and arrange the task which follow this rule.

  • The Stable sync node dynamically tests each node within the multi agent, ranking them based on their computing power and stability.

  • The Task list allocates tasks according to priority in each round of API request distribution. For example, in the first round, 10 tasks are distributed, with 5 tasks assigned to the Miner Pool ranked P1, 3 tasks to the P2 Miner Pool, and so on.

  • The Task list module performs round-robin counting for nodes of the same priority to ensure the dispersion of API tasks. For instance, if there are 3 nodes with Priority 1, then 5 tasks are distributed in a round-robin manner to these 3 nodes.

  • The Stable sync node regularly queries the Task list for the results of each task returned by the nodes and re-ranks the priority list based on their results.

  • The priority list is regularly updated for new and departing nodes, ensuring that the node with the highest composite score is at the top.

πŸ•ΈοΈ