Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 735 Bytes

File metadata and controls

33 lines (25 loc) · 735 Bytes

Agent Guide

Base Requirements

Each agent must include:

  • observe(event) - detection logic
  • getMemory() - memory snapshot
  • description, watchType, glyph, and triggerThreshold

Use /agents/example.ts as a scaffold.

Development Tips

  • Keep logic scoped and clean
  • Use generateSignalHash() for all outputs
  • Log using the shared logSignal() util

You can test agents using /scripts/dev-agent.ts or create your own mock.

Agents

Theron (Agent-000) - https://x.com/TheronAgent

  • Role: memory_vault
  • Glyph: Ϸ
  • Watches: anomaly_detection

Observer

  • Role: surveillance
  • Glyph: Δ
  • Watches: wallet_activity

Harvester

  • Role: indexing
  • Glyph: λ
  • Watches: mint_activity