Skip to content

AgentGraph

Christopher David edited this page Jan 8, 2025 · 30 revisions

AgentGraph is a protocol for composing agents from open knowledge graphs.

Nostr integration

  1. NIP-01: Basic Protocol Flow

    • Defines how events, subscriptions, and messages are structured and exchanged between clients and relays.
    • Everything else builds on this.
  2. NIP-28: Public Chat

    • Enables chatrooms/channels (kind 40–44 events).
    • Useful for real-time collaboration, letting OSINT investigators brainstorm and share ephemeral updates within a specific channel.
  3. NIP-32: Labeling

    • Introduces kind 1985 for labeling events or users with tags like “verified,” “disputed,” “sensitive,” etc.
    • Perfect for marking OSINT data with curated statuses (e.g. “Needs Confirmation,” “Official Source,” “Potential Psyop,” etc.).
  4. NIP-44: Encrypted Payloads

    • Encrypt Anything: Data payloads can be securely encrypted and attached to events.
    • Versioned Algorithms: Supports multiple encryption standards for flexibility and future-proofing.
  5. NIP-56: Reporting

    • Uses kind 1984 to flag or report events.
    • OSINT participants might report suspicious data or malicious attempts at disinformation.
  6. NIP-57: Lightning Zaps

    • Adds tipping/micropayment capability (Zaps) so that users can send Bitcoin to an event or pubkey.
    • Ideal for rewarding high-quality OSINT findings.
Clone this wiki locally