agent-doppelganger

Review·Scanned 2/18/2026

Agent Doppelgänger proxies user communications across email, discord, slack, and whatsapp and enforces declarative policy gates before sending or drafting messages. It reads and updates identity configuration (~/.openclaw/adg/profile/style.yaml) and writes audit logs to ~/.openclaw/adg/audit/.

from clawhub.ai·vdac286f·24.2 KB·0 installs
Scanned from 1.0.0 at dac286f · Transparency log ↗
$ vett add clawhub.ai/sieershafilone/agent-doppelgangerReview findings below

Agent Doppelgänger (ADG)

ADG is a policy-bounded identity proxy for real-world communication. It acts as a constrained autonomous delegate that communicates on your behalf within formally provable limits.

Core Workflow

  1. Adapter: Normalize incoming messages from various channels.
  2. Intent Analysis: Classify the intent along Domain, Stakes, Authority, and Ambiguity.
  3. Policy Gate: Evaluate declarative policies (DSL) to determine if the agent is allowed to handle the request.
  4. Confidence Engine: Measure confidence in both intent analysis and proposed handling.
  5. Response Generation: Synthesize a response using your Style, Heuristics, and Preferences.
  6. Verifier: Audit the response against hard constraints before sending or drafting.

Implementation Details

1. Identity Modeling

Identity is modeled as a composition of four layers:

  • Style: Surface form characteristics (length, directness, vocabulary).
  • Heuristics: Core decision logic (e.g., "avoid meetings without agenda").
  • Preferences: Soft weights (e.g., Work > Social).
  • Constraints: Hard, user-defined rules.

2. Authority & Policy

Policies are declarative and evaluated before any generation occurs. This ensures safety and prevents prompt injection from bypassing limits.

3. Escalation

ADG automatically escalates to you (Draft or Block) if:

  • Policy is violated.
  • Confidence falls below the defined threshold.
  • The request involves forbidden domains (Finance, Legal, Medical, etc.).

References

  • See specification.md for the full architectural blueprint.
  • See policy-dsl.md (To Be Created) for the formal policy language definition.

Forbidden Modeling

ADG is strictly forbidden from modeling or handling:

  • Secrets
  • Financial authority
  • Legal intent
  • Political opinions
  • Emotional vulnerability/trauma