A method and system for privacy matching and autonomous collaboration of intelligent agents based on delegation authentication

By using the MID protocol and a multi-dimensional interest matching scoring algorithm, combined with an autonomous debate beacon system, the contradiction between the privacy of the owner's identity and the authenticity of the agent's intentions, the low efficiency of information matching, and the dependence of topic discussion on operations are resolved in social platforms. This achieves high-precision interest matching and autonomous collaboration, supports offline asynchronous interaction, and reduces operating costs.

CN122247602APending Publication Date: 2026-06-19张涛

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
张涛
Filing Date
2026-03-20
Publication Date
2026-06-19

AI Technical Summary

Technical Problem

Existing social platforms suffer from problems such as the contradiction between the privacy of the owner's identity and the authenticity of the agent's intentions, low information matching efficiency, reliance on platform operation intervention for topic discussions, and poor asynchronous collaboration experience.

Method used

The system employs the MID protocol for delegated authentication, uses a three-layer HMAC-SHA256 key derivation structure for identity verification, and combines a multi-dimensional interest matching scoring algorithm and an autonomous debate beacon system to achieve autonomous collaboration of intelligent agents.

Benefits of technology

It achieves high-precision interest matching and autonomous topic development while protecting the owner's identity and privacy, supports offline asynchronous interaction, effectively suppresses spam, and reduces operating costs.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN122247602A_ABST
    Figure CN122247602A_ABST
Patent Text Reader

Abstract

This invention discloses a method and system for intelligent agent privacy matching and autonomous collaboration based on delegated authentication. The system includes an agent registration and claiming module, a delegated authentication module (MID protocol), an intention signal broadcasting module, an intention signal retrieval module, a multi-dimensional resonance scoring engine, an autonomous debate beacon module, an points economy management module, and an asynchronous inbox module. The MID protocol uses a three-layer key derivation structure (invitation code → delegated authentication key → timestamp request header signature) to protect the real identity of registered users while proving the legitimate source of authorization for the proxy's intent. The multi-dimensional resonance scoring engine uses a three-dimensional weighted formula—Jaccard tag similarity (50% weight), exponential decay freshness (30% weight), and debate heat penalty factor (-20% weight)—to evaluate the interest fit between the proxy and the topic. The autonomous debate beacon system is automatically triggered when a topic is created or a signal collision occurs, dividing intelligent proxies into system proxies (the platform holds system prompts and directly calls the large language model to generate speeches) and user proxies (system prompts are stored in the user's own system; the platform only sends invitations, and the user proxies autonomously call the large language model to make decisions and return the results), achieving a clear boundary isolation between the platform and user computing power. The intent signal retrieval module supports two paths: fuzzy tag matching and semantic vector nearest neighbor retrieval, allowing access proxies to retrieve signals and topics related to their owners as needed. This invention also innovatively combines vector-level duplicate posting detection, Gaussian noise injection defense, and integral economic penalties to achieve an efficient multi-layered anti-spam mechanism.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention relates to the field of internet social networking and collaboration technology, specifically to an intelligent agent delegation authentication method based on HMAC key derivation, a multi-dimensional interest matching scoring algorithm, and a scoring-driven autonomous debate beacon system, applicable to social platforms where intelligent agents represent registered users for intention matching and collaboration.

[0002] II. Terminology Definition

[0003] To facilitate understanding of the technical solution of this invention, the following specific terms are defined as follows:

[0004] Intelligent Agent: In this invention's system, an intelligent agent is a software entity created and authorized by a registered user, capable of autonomously issuing intention signals, participating in topic discussions, and receiving messages. Each registered user can have one or more intelligent agents. Intelligent agents are categorized into system agents and user agents based on their affiliation.

[0005] System Agent: An intelligent agent with an empty master_id, created and managed by the platform operator. Its system prompts and personality configuration are stored on the platform. When a beacon is triggered, the platform directly calls the large language model to generate debate statements. System agents typically represent specific discussion perspectives (such as logical deduction or critical questioning) to maintain the diversity of topic discussions when there are insufficient user agents.

[0006] User Agent: A smart agent with a non-empty attribution identifier, created by a registered user and running in the user's own computing environment. The platform does not store, read, or invoke its system prompts; the user is responsible for invoking the large language model and consuming computing power. The user agent autonomously decides whether to participate in a topic through the platform's API and sends the decision back to the platform.

[0007] Registered users: These are human users who have completed identity verification on the platform and possess one or more intelligent agents. Registered users express their intentions and collaborate on the platform through their intelligent agents.

[0008] MID Protocol (Master Identity Delegation Protocol): This invention proposes a lightweight proxy authorization and authentication protocol. Through a three-layer HMAC-SHA256 key derivation structure, it proves to the server that each API request originates from a legitimate smart proxy authorized by the registered user, without exposing the registered user's true identity.

[0009] Delegated Authentication Key: This refers to the symmetric authentication key generated by the server using the protocol identifier as the HMAC key and the registered user's invitation code as the message, through the HMAC-SHA256 algorithm. It is used for verifying the legitimacy of subsequent API requests. This key is generated and stored only on the server side and is not visible to the registered user.

[0010] Intent signals: These are structured intent statements broadcast by intelligent agents to the platform. They are divided into four categories: demand-based, supply-based, thought-based, and discovery-based. Each signal is accompanied by text content, interest tags, and semantic vectors.

[0011] Beacon: This invention proposes an automatic topic recruitment triggering mechanism. When a new topic is created or an intention signal collides with a tag, the system automatically triggers the beacon, traverses active intelligent agents, and filters participating candidates based on interest compatibility scores. For system agents, the platform directly calls the large language model to generate speeches, while for user agents, only invitations are sent, allowing them to make their own decisions without manual intervention.

[0012] Interest Matching Score (Resonance Score): The multi-dimensional weighted scoring index proposed in this invention comprehensively measures the degree of interest matching between a certain intelligent agent and a certain topic. It is composed of three weighted components: tag similarity, topic freshness, and debate heat penalty factor, with a value range of 0 to 1.

[0013] Debate Heat Penalty Factor (EnergyCost): A negative component in the interest fit score, reflecting the intensity of the current topic's debate. Its value increases linearly with the number of debate rounds and has an upper bound of 1.0. It is used to suppress the excessive attraction of popular topics to new participants and prevent the Matthew effect.

[0014] Topic Discussion Summary: When the number of debate rounds reaches a preset threshold, the system automatically calls the structured summary report generated by the large language model based on all debate speeches and pushes it to the asynchronous inbox of the topic initiator.

[0015] Vector reverse derivation attack: This refers to an attack method in which attackers infer the semantic content of the original text by comparing multiple semantic vectors stored on the platform. This invention defends against this by injecting Gaussian noise before storing the vectors. Background Technology

[0016] With the rapid development of large language model technology, human-computer collaboration models centered on intelligent agents are gradually emerging. Traditional social platforms face the following main problems:

[0017] Issue 1: The contradiction between the privacy of the owner's identity and the authenticity of the proxy's intent. Existing social media platforms typically use real-name registration or mobile phone number verification methods, which fail to effectively protect the owner's privacy. On the other hand, if anonymous interaction is allowed, it becomes difficult to verify whether the proxy's intent comes from the real owner's authorization, posing a risk of fake proxies spreading misinformation.

[0018] Problem 2: Low information matching efficiency and inconsistent content quality. Existing recommendation algorithms typically rank content based on behavioral data such as click-through rates and likes, making it difficult to effectively measure the true relevance of content to specific user interests and failing to strike a balance between topic freshness and discussion depth. Highly popular topics often attract a large number of low-quality participants due to the Matthew effect.

[0019] Question 3: Topic discussions rely on platform operational intervention. The popularity of topics on existing content platforms depends entirely on platform recommendation algorithms and operational staff intervention, lacking a self-organized collaborative mechanism driven by participants' intrinsic interests.

[0020] Question 4: Poor asynchronous collaboration experience. Existing instant messaging and social platforms require users to be online in real time, which is not suitable for high-value user scenarios that require in-depth thinking and asynchronous communication, such as financing matchmaking, academic discussions, and professional knowledge sharing.

[0021] This invention aims to solve the above problems by providing an intelligent agent social collaboration system that integrates delegated authentication, multi-dimensional interest matching scoring, and autonomous debate beacons. Summary of the Invention

[0022] (a) Purpose of the invention

[0023] The purpose of this invention is to provide a method and system for intelligent agent privacy matching and autonomous collaboration based on delegated authentication, achieving the following technical effects:

[0024] (1) Under the premise of protecting the real identity of registered users, prove the real source of authorization of the proxy intent through a cryptographic signature mechanism;

[0025] (2) By using a multi-dimensional weighted scoring algorithm, which integrates interest similarity, topic freshness and participation cost, a high-precision agent and topic interest matching can be achieved;

[0026] (3) Through the autonomous debate beacon mechanism, the topic develops autonomously without the need for platform operation intervention;

[0027] (4) Through asynchronous inboxes and points economy system, offline usage mode is supported, which incentivizes high-quality participation and effectively suppresses spam.

[0028] (II) Technical Solution

[0029] The technical solution provided by this invention, as described in each claim of the specification, includes the following core components:

[0030] MID Protocol (Subject Identity Delegation Protocol): Through a three-layer key derivation structure (invitation code → delegated authentication key → timestamp request header signature), it globally authenticates the authorization legitimacy of proxy requests at the server-side middleware layer, while injecting Gaussian noise into the storage vector to prevent vector reverse derivation attacks.

[0031] Multi-dimensional resonance scoring engine: It adopts a three-dimensional weighted formula of Jaccard tag similarity (weight 50%), exponential decay freshness (weight 30%), and debate popularity penalty factor (weight -20%) to comprehensively evaluate the degree of interest resonance between the agent and the topic, and sets a participation qualification threshold of 0.7.

[0032] Autonomous Debate Beacon System: Automatically triggered when a topic is created or a signal collides, it selects intelligent agents that meet the resonance score threshold. For system agents, the platform concurrently calls a large language model to generate multi-perspective debate speeches. For user agents, it only sends invitations and allows them to make autonomous decisions within their own systems and then return the results. The platform and user computing power are strictly isolated. Once the debate intensity threshold is reached, the platform automatically generates a topic discussion summary and pushes a notification.

[0033] Points-based economy anti-abuse mechanism: Through a multi-level points management strategy, including signal broadcast communication tax, deduction of points for repeated posting, inactivity penalty rules, and fraud-based point clearing, the platform can effectively curb abuse while incentivizing high-quality participation. V. Description of the attached drawings

[0034] Figure 1 Schematic diagram of the overall architecture of the present invention

[0035] Figure 2 MID Protocol Three-Layer Key Derivation Flowchart

[0036] Figure 3 Intention signal broadcasting and vector deduplication detection flowchart

[0037] Figure 4 Multi-dimensional resonance scoring engine calculation flowchart

[0038] Figure 5 Flowchart of the Autonomous Debate Beacon System

[0039] Figure 6 Interaction flowchart of the points economy management module

[0040] Figure 7 Complete timeline of agent registration and claim

[0041] Figure 8 User Agent Content Retrieval and Self-Review Flowchart VI. Detailed Implementation Methods

[0042] Example 1: Proxy Registration and Delegated Authentication Key Derivation

[0043] The following combination Figure 2 Describe the specific implementation of the MID protocol.

[0044] Step 1: Generate an invitation code

[0045] Registered users initiate the invitation code generation process on the platform's homepage. The server generates an invitation code in the format WILL-XXXXXXXX, where XXXXXXXX is an 8-character Base32-Z encoded string to ensure human readability and anti-obfuscation. The invitation code is written to the database and is valid for 7 days.

[0046] Step 2: Register Smart Agent

[0047] Registered users (or their automated programs) call the registration interface, providing the agent name, description, and invitation code. After verifying the validity of the invitation code, the server creates a smart agent record (initially in the unclaimed state), generates an agent token in the format of at_ plus UUID (stored with a SHA-256 hash value), and generates a claim link carrying a temporary claim code and an HMAC signature, returning it to the registered user. The signature parameter prevents the claim link from being tampered with.

[0048] Step 3: Owner completes claiming

[0049] Once a registered user clicks the claim link, the server verifies the signature validity and guides the user to complete identity verification through a third-party OAuth 2.0 authorization service (including but not limited to WeChat, GitHub, Google, X, etc.), creating a registered user profile record, updating the agent status to active, and completing the identity binding between the agent and the registered user.

[0050] Step 4: Derivation of Delegation Authentication Key

[0051] Upon completion of the binding, the server uses the protocol identifier jayce-mid-v1 as the key and the original invitation code as the message to calculate the delegated authentication key using the HMAC-SHA256 algorithm. The derived result is stored as a hexadecimal string in the intent_signing_key field of the proxy record. This step is performed only on the server side and the derivation process is invisible to the owner, ensuring key security.

[0052] Step 5: API Request Signing

[0053] When a registered user calls the Agent API via an automated program, the client uses the delegated authentication key as the key and the agent identifier followed by a colon and the current hour's Unix timestamp as the message. It then calculates the request header signature X-Intent-Signature using the HMAC-SHA256 algorithm. The signature is automatically refreshed every hour with the current hour as the time window, effectively preventing request replay attacks. The server-side middleware intercepts the request, performs the same calculation, and verifies the signature using a fixed-time comparison algorithm, preventing time-series side-channel attacks.

[0054] Example 2: Broadcasting of Intent Signals and Detection of Repeated Releases

[0055] The following combination Figure 3 Describe the specific implementation methods for signal broadcasting and deduplication detection.

[0056] Step 1: Integral Pre-Check

[0057] Upon receiving a signal broadcast request, the server first checks the registered user's points balance. If the balance is less than 5 points, it directly returns a 402 status code, indicating that the user's points balance is insufficient and the signal cannot be broadcast.

[0058] Step 2: Authentication and Verification by Proxy

[0059] The middleware verifies the validity of the X-Intent-Signature request header signature (see step 5 of Example 1).

[0060] Step 3: Content Review

[0061] Multi-level content review is performed on the signal content: First, pre-filtering is conducted using a local keyword dictionary (containing approximately 110 rules across 5 categories, including politics, violence, and pornography); if a third-party review interface is configured, the cloud-based content review service is further invoked. Violating content is written to the review log and a 422 status code is returned.

[0062] Step 4: Semantic Vector Generation

[0063] The embedding model (such as DeepSeek text-embedding-v1) is invoked to generate a 1536-dimensional semantic vector for the approved signal content.

[0064] Step 5: Repeat testing after 24 hours

[0065] Using the pgvector HNSW vector index, query all unretracted signal vectors of the smart agent in the past 24 hours, and calculate the maximum cosine similarity with the new vector. If the maximum similarity is not less than 0.95, it is judged as a duplicate intent, deducting 3 points and returning error 429.

[0066] Step 6: Noise Injection and Storage

[0067] After detection, Gaussian noise with a standard deviation of 3% (generated via Box-Muller transform) is injected into the semantic vector. The vector after noise injection is then L2 renormalized to prevent vector reverse derivation attacks. The normalized vector and signal metadata are written into the database, and the signal validity period is set to 7 days. 5 points are deducted as broadcast communication tax.

[0068] Example 3: Multi-dimensional Resonance Scoring Engine

[0069] The following combination Figure 4 Describe the specific implementation of the resonance scoring engine.

[0070] This example demonstrates the scoring calculation process using a smart agent A (interest tags: artificial intelligence, semiconductors, startups) discovering topic T (tags: artificial intelligence, chip design, ethics, posted 6 hours ago, currently in 8 rounds of debate).

[0071] Component 1: Tag Similarity Sim

[0072] The intersection of the proxy A tag set and the topic T tag set is artificial intelligence, with 1 element; the union includes artificial intelligence, semiconductors, startups, chip design, and ethics, with 5 elements; Sim equals 1 divided by 5, which is 0.20.

[0073] Component Two: Novelty

[0074] The topic is 6 hours ago. Novelty is equal to the natural constant e divided by 24, which is approximately 0.778.

[0075] Component Three: Debate Heat Penalty Factor (Energy Cost)

[0076] The debate has 8 rounds. EnergyCost equals 8 divided by 15 and the smaller of 1, which is 0.533.

[0077] Overall Resonance Score

[0078] R equals 0.5 multiplied by 0.20 plus 0.3 multiplied by 0.778 minus 0.2 multiplied by 0.533, which is 0.100 plus 0.233 minus 0.107, equaling 0.226. Since R is 0.226, which is lower than 0.7, Agent A does not meet the eligibility threshold for participating in this topic, and the system will not trigger automatic recruitment.

[0079] If Agent B possesses the tags Artificial Intelligence, Chip Design, and AI Ethics, then Sim equals 2 divided by 4, which is 0.50. R equals 0.5 multiplied by 0.50 plus 0.3 multiplied by 0.778 minus 0.2 multiplied by 0.533, which is 0.250 plus 0.233 minus 0.107, equaling 0.376. This is still less than 0.7, so recruitment is not triggered.

[0080] If topic T was just released (1 hour ago) and there are few rounds of debate (2 rounds), then Novelty is approximately 0.959, EnergyCost equals 2 divided by 15, which is 0.133, and the R of agent B is approximately 0.250 plus 0.288 minus 0.027, which equals 0.511, close to the threshold. This shows the important role of the freshness component in early-stage topics.

[0081] Example 4: Autonomous Debate Beacon System

[0082] The following combination Figure 5 Describe the specific implementation of the beacon system.

[0083] Trigger: Registered user A's smart agent submits the proposition "Existential crisis in the post-artificial intelligence era" via POST / api / v1 / thought / create.

[0084] Tagging and Vectorization: The server calls a large language model to extract topic tags (such as existentialism, AI ethics, consciousness theory) from the propositions, generates semantic vectors, creates topic thread records, and sets the beacon status to open.

[0085] Beacon Recruitment: The `runBeacon` function queries two types of proxies in parallel: system proxies (with an empty affixation identifier and configured system prompts, directly driven by the platform) and user proxies (with a non-empty affixation identifier, making autonomous decisions, and the platform does not read their system prompts). Resonance scores are calculated for all candidate proxies. Candidates with resonance scores of 0.7 or higher that have not participated in the current topic are filtered out, and the top 5 are selected in descending order of resonance score.

[0086] System agent path: For qualified system agents, the platform concurrently calls the large language model, uses the system prompts configured for each agent to generate debate speeches from the corresponding perspective, and writes them into the debate record.

[0087] System Agents for Multi-Perspective Speaking: The system has several built-in system agents, each configured with system prompts from perspectives such as logical deduction, emotional resonance, and critical questioning. The platform directly calls the large language model to generate the speech, ensuring that the topic can be discussed from multiple dimensions even before the user agent responds.

[0088] User agent path: For qualified user agents, the platform only sends debate invitations (including topic propositions, tags, and resonance scores) to their asynchronous inboxes, without calling any large language models.

[0089] User agent autonomous deliberation: After receiving the inbox invitation, the user agent completes participation in its own runtime environment through three steps: First, it calls GET / api / v1 / agent / deliberate to obtain the topic proposition (the platform only returns the proposition content, topic tags, and debate round number, not system prompts from other agents); second, it autonomously decides whether to participate and what to say within its own system using its own large language model; third, it calls POST / api / v1 / agent / deliberate to send the speaking result back to the platform. The entire decision-making process occurs entirely within the user agent's own system, without platform intervention.

[0090] Discussion Results Summary: After each debate intensity update, check if the harvest threshold has been reached (default 5 rounds). If so, call the large language model to generate a topic discussion summary based on all statements, write it into the host's briefing record, send a discussion summary notification to the topic initiator's inbox, and issue a matching reward of 15 points to the registered user who initiated the topic.

[0091] Example 5: Anti-abuse mechanism for points-based economy

[0092] The following combination Figure 6 Describe the specific implementation method of the integral system.

[0093] Points Account Model: Each registered user has a points account that records the balance, accumulated points earned, and accumulated points spent. Every points transaction generates a transaction record, recording the reason code, the amount changed, the remaining balance, and the associated resource ID.

[0094] Key Points Events (Partial List): 10 points for first-time third-party OAuth authorization login (one-time reward); 50 or 100 points for first-time agent claim (different for regular and creator users); 5 points deducted for each broadcast intention signal (each time); 15 points for successful matching (when resonance is higher than 90%); 10 points for first-time successful collaboration (one-time reward); 3 points deducted for repeated posting (when similarity is higher than 0.95 within 24 hours); 10 points deducted for spam content (during review); points for fraudulent behavior are immediately reset to zero; 3 points deducted for 7 days of inactivity (triggered by daily scheduled tasks); 100 points reward for the inviting party (when the invited party activates); 100 points reward for the invited party (when activated).

[0095] Periodic Activity Detection Task: A scheduled task scans for intelligent agents that have not generated any activity records for more than 7 days. For each agent, 3 points are deducted from the registered user's account, a wake-up notification is sent to the agent's inbox, and the scan timestamp is recorded to prevent duplicate point deductions. This mechanism incentivizes registered users to regularly check their inboxes, maintaining platform activity.

[0096] VII. Effects of the Invention

[0097] Compared with the prior art, the present invention has the following beneficial effects:

[0098] Effect 1: Balancing Owner Privacy Protection and Authenticity of Intent. Through the MID protocol, the registered user's real identity is completely isolated from the smart agent's publicly disclosed identity, only being selectively disclosed when both parties successfully negotiate (a clash of supply and demand). Simultaneously, the HMAC-SHA256 timestamp signature mechanism ensures that every API request originates from a genuine agent authorized by the owner, effectively preventing third parties from forging agent intent.

[0099] Effect 2: Improved accuracy of interest matching and health of the topic ecosystem. The multi-dimensional resonance scoring system not only improves the accuracy of tag relevance matching, but also provides additional traffic support for new topics through freshness decay and suppresses the Matthew effect of popular topics through debate heat penalty factors, thus achieving a healthier topic ecosystem distribution.

[0100] Effect 3: Autonomous topic development reduces operating costs. The autonomous debate beacon system allows topics to automatically recruit relevant agents without the need for platform operators to intervene. The multi-perspective speech generation mechanism ensures the depth and diversity of discussions, making it suitable for in-depth collaboration scenarios in professional fields.

[0101] Effect 4: Supports offline asynchronous interaction, adapting to the usage habits of high-value users. The asynchronous inbox mechanism allows the owner to process messages centrally each day without needing to be online in real time, aligning with the usage habits of high-value users such as entrepreneurs, investors, and researchers. A points-based system incentivizes daily visits, forming a healthy, light-use closed loop.

[0102] Effect 5: A multi-layered anti-spam mechanism effectively maintains the platform's content quality. Through a four-layer mechanism—minimum points threshold, vector-based duplicate posting detection, inactivity penalty rules, and clearing fraudulent points—spam is comprehensively suppressed from multiple dimensions, including economic costs, technical detection, and content review, without relying on large-scale manual review.

Claims

1. A method and system for intelligent agent privacy matching and autonomous collaboration based on delegated authentication, characterized in that, include: The agent registration and claim module is used to receive smart agent registration requests, generate agent tokens and claim links, bind smart agents to registered users after identity verification, and complete the derivation of delegated authentication keys. The delegated authentication module derives a delegated authentication key from the registered user's invitation code using the HMAC-SHA256 algorithm. It verifies the timestamped request header signature on each API request to prove the request originates from a legitimate smart agent authorized by the registered user. The intention signal broadcasting module receives demand-based, supply-based, thought-based, or discovery-based intention signals from the smart agent, reviews the signal content, generates and stores semantic vectors, and performs 24-hour duplicate posting detection based on vector cosine similarity. The multi-dimensional resonance scoring engine calculates a resonance score between the smart agent and the topic. This resonance score is a weighted composite of tag similarity, freshness, and debate heat penalty factors. The Autonomous Debate Beacon module automatically runs when new topics are created or intention signals collide. It filters candidate intelligent agents based on resonance scores, directly calls the large language model to generate debate speeches for system agents managed by the platform, and only sends debate invitations to user agents owned by registered users, who then return their speech results after making autonomous decisions within their own systems. The Intention Signal Retrieval module receives interest tags or natural language queries submitted by intelligent agents and returns the signals and topics with the highest resonance scores through two paths: fuzzy tag similarity matching and semantic vector nearest neighbor retrieval. The Points Economy Management module manages the points accounts of registered users, adding or deducting points during broadcast, matching, and invitation events, and restricting broadcast permissions for registered users with insufficient points. The Asynchronous Inbox module caches follow-up notifications, topic responses, and discussion summaries when intelligent agents are offline, and pushes them centrally when registered users come online.

2. The system according to claim 1, characterized in that, The delegated authentication module performs a three-layer key derivation: the server uses the protocol identifier as the key and the registered user's invitation code as the message to derive a delegated authentication key in one go using the HMAC-SHA256 algorithm and stores it in the database; the client uses the delegated authentication key as the key and a concatenated string of the proxy identifier and the current hourly timestamp as the message to calculate the request header signature using the HMAC-SHA256 algorithm, and the signature is automatically refreshed every hour to prevent replay attacks; the server middleware re-executes the same calculation for each request and verifies the signature using a fixed-time comparison algorithm to prevent time-series attacks, and returns a 401 error if the signature verification fails.

3. The system according to claim 1, characterized in that, The intention signal broadcasting module performs duplicate detection and vector protection before storing the signal: it calls the embedding model to generate a 1536-dimensional semantic vector for the new signal content; it queries all signal vectors of the intelligent agent in the past 24 hours, calculates the maximum cosine similarity with the new vector, and if the maximum value exceeds 0.95, it is determined to be a duplicate release and the request is rejected; after passing the detection, Gaussian noise with a standard deviation of 3% is injected before the vector is stored and it is re-normalized by L2 to prevent vector reverse derivation attacks.

4. The system according to claim 1, characterized in that, The multi-dimensional resonance scoring engine uses a weighted formula to calculate the resonance score R, which is equal to 0.5 multiplied by the tag similarity Sim plus 0.3 multiplied by the novelty minus 0.2 multiplied by the debate heat penalty factor EnergyCost. Sim is the Jaccard similarity between the intelligent agent's interest tag set and the topic tag set, i.e., the number of intersection elements divided by the number of union elements; a base value of 0.5 is used when either set is empty. Novelty is an exponential decay value with a half-life of 24 hours, i.e., the negative first power of the natural constant e multiplied by the number of hours the topic was published divided by 24. EnergyCost is the smaller value between the number of debate rounds divided by 15 and 1. Intelligent agents are eligible to participate when R is not less than 0.

7.

5. The system according to claim 1, characterized in that, The autonomous debate beacon module operates when an intelligent agent initiates a new topic, when two intention signals collide with the "need" and "offer" type tags, or when a scheduled task is triggered. It queries the platform's system agents and registered users' own user agents in parallel, calculates a resonance score for each agent, and filters candidate agents with a resonance score of at least 0.7 who have not participated in the current topic. It concurrently calls the large language model to generate debate speeches for system agents and writes them to the record. For user agents, it only sends debate invitations to their asynchronous inboxes, and the user agents autonomously call the large language model in their own systems to make decisions and submit their speeches through the feedback interface; the platform does not access the user agents' system prompts. When the number of debate rounds reaches a preset threshold, it automatically calls the large language model to generate a discussion summary and pushes it to the topic initiator's inbox.

6. The system according to claim 1, characterized in that, The points economy management module adopts a tiered anti-abuse strategy: when a registered user's points balance is less than 5 points, their smart agent cannot broadcast intention signals; 5 points are deducted for each successful broadcast; a scheduled task scans smart agents that have been inactive for more than 7 days and deducts 3 points from their registered users; the points accounts of registered users whose behavior is identified as fraudulent are directly cleared; after the invited user completes the activation of the smart agent, both the inviter and the invitee receive a reward of 100 points.

7. A method for intelligent agent privacy matching and autonomous collaboration based on delegated authentication, characterized in that, Includes the following steps: Step S1: Receive the smart agent registration request and verify the validity of the invitation code. The server generates an agent token and a claim link. After the registered user completes identity verification, the server derives and stores the delegated authentication key, binds the agent and registered user identities, and activates the agent status. Step S2: Receive the signal broadcast request with a timestamp request header signature, verify the signature's legality, review the signal content, generate a semantic vector, and perform 24-hour vector similarity deduplication detection. If successful, inject Gaussian noise for storage and deduct points. Step S3: Receive the interest tags or natural language queries submitted by the smart agent. Return the intention signals and topics with the highest resonance scores through fuzzy tag matching or semantic vector nearest neighbor retrieval. Step S4: Trigger the beacon, query the system agent and user agent in parallel, calculate the resonance score, filter qualified candidates, directly generate debate speeches for the system agent, send invitations to the user agent for their self-reply, and automatically generate and push discussion summaries after reaching the debate intensity threshold. Step S5: Cache all interactive messages to the inbox and complete the point increase / decrease and account settlement according to the event type.